Horizon Mini App
A lightweight companion app that runs inside Coinbase Wallet (Base App) and Farcaster clients.
Overviewβ
The Horizon Mini App is a web-based companion application designed to run embedded within the Base App (Coinbase Wallet) and Farcaster frames. It serves as the discovery and onboarding funnel for the full Horizon Protocol.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Coinbase Wallet β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β Horizon Mini App β β
β β βββββββββββ βββββββββββ βββββββββββ β β
β β β Missionsβ β Guilds β β Stats β β β
β β βββββββββββ βββββββββββ βββββββββββ β β
β β β β
β β βββββββββββββββββββββββββββββββββββββββββββββββββββ β β
β β β Mission Feed (Quick Claim) β β β
β β βββββββββββββββββββββββββββββββββββββββββββββββββββ β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Key Featuresβ
Mission Discoveryβ
- Infinite scroll mission feed
- Filter by location: All, Remote, Nearby
- Sort by: Trending, Newest, Highest Reward
- Quick-claim with gasless transactions
Guild Discoveryβ
- Browse guilds by category
- View guild stats and top performers
- One-tap guild joining
- Exclusive mission access
Stats Dashboardβ
- XP progress and level tracking
- Builder Score display (Talent Protocol)
- Achievement badges
- Guild memberships
- Download full app CTA
Social Proofβ
- Friend activity feed
- Recent completions from network
- Share missions to Farcaster
Tech Stackβ
| Technology | Purpose |
|---|---|
| Next.js 14 | App Router, React Server Components |
| OnchainKit | Coinbase wallet integration |
| MiniKit | Base App/Farcaster frame support |
| Wagmi | Ethereum hooks |
| Tailwind CSS | Styling with Solarpunk theme |
| Framer Motion | Animations |
Base Ecosystem Integrationβ
OnchainKitβ
Full integration with @coinbase/onchainkit:
import { OnchainKitProvider } from '@coinbase/onchainkit';
import { baseSepolia } from 'wagmi/chains';
export function Providers({ children }) {
return (
<OnchainKitProvider chain={baseSepolia}>
{children}
</OnchainKitProvider>
);
}
Gasless Transactionsβ
Mission claims use CDP Paymaster for zero-gas UX:
// User pays $0 in gas
await claimMission(missionId, {
paymaster: process.env.NEXT_PUBLIC_PAYMASTER_URL,
});
Coinbase Smart Walletβ
Native support for Coinbase Smart Wallet:
- Passkey authentication
- Account abstraction
- Session keys for smooth UX
User Journeyβ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 1. DISCOVER β
β User opens Mini App in Coinbase Wallet β
β β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β 2. BROWSE β
β Scroll through missions, filter by location/category β
β β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β 3. CLAIM β
β Quick-claim mission with one tap (gasless) β
β β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β 4. COMPLETE β
β Download full app for GPS tracking and submission β
β β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β 5. EARN β
β Receive USDC, XP, and achievements β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Deployment Statusβ
| Network | Status | URL |
|---|---|---|
| Base Sepolia (Testnet) | β Active | Coming soon |
| Base Mainnet | π Planned | - |
Testnet Featuresβ
- Full mission discovery
- Guild browsing
- Stats dashboard
- Gasless claims via Paymaster
Mainnet Roadmapβ
- Production smart contracts
- Real USDC escrow
- App Store/Play Store integration
- Farcaster frame support
Frame Supportβ
Coinbase Walletβ
Embedded as a Mini App within the wallet's dApp browser.
Farcaster Framesβ
Share missions as interactive frames:
βββββββββββββββββββββββββββββββββββββββββββ
β π New Mission Available! β
β β
β π¦ Package Delivery β
β π° $15 USDC β
β π 2.3 km away β
β β
β [Claim Mission] [View Details] β
βββββββββββββββββββββββββββββββββββββββββββ
Why a Mini App?β
Lower Frictionβ
Users discover Horizon without leaving Coinbase Wallet.
Wallet-Native UXβ
Seamless transactions with connected wallet.
Social Distributionβ
Share via Farcaster frames for viral growth.
Quick Onboardingβ
Browse and claim before downloading full app.
Comparison: Mini App vs Full Appβ
| Feature | Mini App | Full App |
|---|---|---|
| Mission Discovery | β | β |
| Mission Claiming | β | β |
| GPS Tracking | β | β |
| Photo Submission | β | β |
| Live Location | β | β |
| Push Notifications | β | β |
| Offline Support | β | β |
| Guild Management | Limited | Full |
| Dispute Handling | β | β |
The Mini App is designed for discovery and simple claims. Complex missions requiring GPS verification or photo proof direct users to the full mobile app.