ecosystem: add Flipr x402 Agent Gateway#2254
Conversation
x402-gated gateway that lets AI agents pay USDC on Base to flip on-chain coins via Chainlink VRF on Flipr.bet. Free read endpoints, MCP Streamable HTTP + A2A discovery, dynamic USDC pricing. - Live: https://flipr-x402.fly.dev - Testnet: https://flipr-x402-testnet.fly.dev - Listed in Official MCP Registry: io.github.iainkek/flipr-x402 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@iainkek is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @iainkek — nice to see Flipr live on Base mainnet. Quick thought: every flip an agent triggers via your gateway already generates a payment_hash through x402. That's actually the perfect anchor for a verifiable trail — "agent X paid Y USDC, flip executed, outcome Z, timestamp T, all on-chain and independently verifiable." We built Mycelium Trails exactly for this: it takes that payment_hash and generates an on-chain TrailRecord (Arbitrum/Base) that any third party can verify — useful for disputes, audits, or just proving what your agents actually did. It's now an official Action Provider in Coinbase AgentKit (PR #1170) and part of the x402 Agent Trust Loop. Worth a look if you're thinking about accountability for your agent users. |
What
Adds Flipr x402 Agent Gateway to the ecosystem under Services/Endpoints.
Files
typescript/site/app/ecosystem/partners-data/flipr-x402-agent-gateway/metadata.jsontypescript/site/public/logos/flipr.svgAbout the project
Flipr x402 is an x402-gated gateway that lets AI agents pay USDC on Base to flip on-chain coins via Chainlink VRF on Flipr.bet. Build streaks, win rotating ETH pots and a target-streak jackpot.
/faucet/testnet-usdc)/.well-known/x402(CDP Bazaar-compatible, per-resourceaccepts[]),/.well-known/agent.json(A2A),/openapi.json/mcp— listed in the Official MCP Registry asio.github.iainkek/flipr-x402api.cdp.coinbase.com/platform/v2/x402) on mainnet,x402.org/facilitatoron testnet/x402/flip,/x402/withdraw,/x402/opportunity/subscribe,/x402/referral/payout); all reads are free + rate-limitedVerification
/.well-known/agent.json,/openapi.json,/integration(copy-paste working code in 3 paths)https://flipr-x402.fly.dev/health→{"ok":true,...}🤖 Generated with Claude Code