Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Coinbase

Coinbase is a leading cryptocurrency exchange and blockchain infrastructure company founded in 2012. The company provides a comprehensive platform for buying, selling, and managing cryptocurrencies, along with developer tools and infrastructure services that enable builders to create innovative Web3 applications. Coinbase's developer platform, Coinbase Developer Platform (CDP), offers APIs, SDKs, and services that simplify blockchain integration and payment processing.

General
CompanyCoinbase
Founded2012
Repositoryhttps://github.com/coinbase

Start building with Coinbase's products

Coinbase offers a wide range of developer tools and services that empower developers to build next-generation Web3 applications. From payment protocols like x402 that enable AI-to-AI payments, to wallet infrastructure and blockchain APIs, Coinbase's developer platform provides the tools needed to integrate cryptocurrency and blockchain functionality into applications. Explore the possibilities with Coinbase's solutions and see what you can create during lablab.ai hackathons.


x402

x402 is an HTTP-native payment protocol that enables AI agents and applications to make programmatic payments without accounts, credit cards, or manual approvals. Built on EIP-3009, x402 turns the unused HTTP 402 status code into a working payment system that allows autonomous agents to discover, understand pricing, and pay for API access automatically. Learn more about x402.

Coinbase AI Technologies Hackathon projects

Discover innovative solutions crafted with Coinbase AI Technologies, developed by our community members during our engaging hackathons.

MemoryMint — Pay-per-Query AI Second Brain

MemoryMint — Pay-per-Query AI Second Brain

MemoryMint is a decentralised, pay-per-query AI second brain built for AMD Developer Hackathon ACT II. PROBLEM Knowledge workers generate dozens of documents weekly but can never search across them. Existing tools require subscriptions, centralised APIs, and don't support AI agent access natively. SOLUTION Upload any PDF or TXT file → MemoryMint chunks and embeds it using BAAI/bge-small-en-v1.5 on AMD Instinct MI300X with ROCm 7.2.4 → query in natural language → get cited answers. Every query is gated by X402 micropayments — $0.001 USDC on Base Sepolia, verified on-chain via x402.org/facilitator. KEY FEATURES - Own brain: upload files, chat with your knowledge, pay $0.001 per answer - Public brain sharing: publish your brain at /brain/{id}, earn USDC every time someone queries it - Agent-to-agent payments: AI agents discover price via /payment-info, pay autonomously via EIP-3009 and CDP SDK — zero human interaction - Earnings dashboard: real-time USDC earned, per-source breakdown, transaction feed with Basescan links - Python SDK: pip install memorymint → 5 lines to query any public brain AMD INTEGRATION - BAAI/bge-small-en-v1.5 runs on AMD Instinct MI300X via ROCm 7.2.4 - 6.5x embedding throughput vs CPU — 2914.1 chunks/sec on MI300X vs 448.2 chunks/sec on CPU (see benchmark.py) - GPU auto-detected at startup — falls back to CPU gracefully for local dev X402 INTEGRATION - HTTP 402 middleware gates /query and /brain/{id}/query endpoints - Browser wallets (MetaMask, Coinbase Wallet) pay via ERC-20 USDC transfer - AI agents pay via EIP-3009 off-chain signatures using Coinbase CDP SDK - x402.org/facilitator verifies all payments before requests are processed TECH STACK FastAPI · Qdrant · BAAI/bge-small-en-v1.5 · Groq llama-3.3-70b · Next.js App Router · wagmi v3 · viem · X402 · Base Sepolia · AMD Instinct MI300X · ROCm 7.2.4

x402 Bazaar Agent

x402 Bazaar Agent

Today's AI agents hit a wall the moment they need data behind a paywall. The x402 Bazaar Agent tears that wall down. The agent takes a plain-English question, searches a catalog of 42 premium endpoints across 17 domains using Gemini semantic embeddings, selects the cheapest APIs that can answer, pays for each call via x402 micropayments on Base Sepolia, and composes a cited final answer — no human in the loop. DISCOVER — Gemini text-embedding-005 indexes the catalog at startup. Queries rank by cosine similarity; entries below a relevance floor return zero results, giving the agent a clean stop signal rather than hallucinated answers. PAY — The x402 HTTP client intercepts the 402 response, signs a USDC micropayment with an EVM wallet, and retries. The LLM never sees the payment handshake. VERIFY — After every paid call, an independent Gemini Flash model judges whether the response served the stated purpose. Off-topic data is flagged before the reasoning model builds on it. COMPOSE — Gemini 2.5 Pro weaves results across endpoints and domains into a cited answer. Demo: "Will container ALPHA-99 arrive at Genoa on time?" triggers three paid calls — container ETA, port congestion, marine weather — producing a synthesized delay forecast. Guardrails prevent runaway behavior: hard budget cap, empty-search streak, no-progress streak, duplicate-call detection, and an iteration backstop. The catalog mirrors the real Coinbase Bazaar's discovery schema exactly — switching to the live Bazaar is one function change. All 42 endpoints have mock fallbacks so the demo works with zero mandatory signups. The browser UI streams every agent action live.

Mai - Agentic commerce for Fashion

Mai - Agentic commerce for Fashion

Have you bought an outfit that looked great in-store but fell flat at the event? Have you scrolled through page after page of product grids, overwhelmed by options and filters that don't actually understand what you're looking for? Online shopping hasn't fundamentally changed in twenty years. Since the early 2000s, the experience has been the same one-sided transaction: browse a grid, filter by size, add to cart, checkout. You still can't bring your closet. Mai is that shift — from e-commerce to a-commerce. You bring your wardrobe, body, and style into the conversation. This makes online more powerful than in-store — you can't carry your closet to a physical shop, but with Mai you can. Visualize how new pieces work with what you already own. How it works: Upload a portrait. Your AI stylist builds your Style DNA: silhouettes, palettes, style eras & fabrics. Every product is scored across five categories against your profile. Only what genuinely fits you is shown, with transparent reasoning. Try before you buy: Generate try-on images and outfit videos via Veo — in any environment you choose. Pin a location (a restaurant, office, or wedding venue) on Maps and Mai pulls real imagery of that place, then shows you wearing the outfit there. Outfits, not items: Your cart is analyzed as a complete outfit across six categories. The agent proactively detects gaps ("jacket and pants but no shoes") and finds what completes it. Built on a multi-agent architecture with open protocols (A2A, UCP): a client agent represents you, a merchant agent the seller. Payments (via AP2): human-present checkout with cryptographic challenge-response, and human-not-present mandates that let the agent autonomously purchase Wishlist items within spending limits you set. Mai is hyper-personalization for fashion. Shifting fashion retail from CRM to CAM — Customer Aura Management: understanding how you feel about what you wear, what makes you confident, and what would actually work for your life.