Skip to content

ecosystem: add Flipr x402 Agent Gateway#2254

Open
iainkek wants to merge 1 commit into
x402-foundation:mainfrom
iainkek:add-flipr-x402-ecosystem
Open

ecosystem: add Flipr x402 Agent Gateway#2254
iainkek wants to merge 1 commit into
x402-foundation:mainfrom
iainkek:add-flipr-x402-ecosystem

Conversation

@iainkek
Copy link
Copy Markdown

@iainkek iainkek commented May 9, 2026

What

Adds Flipr x402 Agent Gateway to the ecosystem under Services/Endpoints.

Files

  • typescript/site/app/ecosystem/partners-data/flipr-x402-agent-gateway/metadata.json
  • typescript/site/public/logos/flipr.svg

About 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.

  • Mainnet: https://flipr-x402.fly.dev
  • Testnet: https://flipr-x402-testnet.fly.dev (Base Sepolia, free testnet USDC via /faucet/testnet-usdc)
  • Discovery: /.well-known/x402 (CDP Bazaar-compatible, per-resource accepts[]), /.well-known/agent.json (A2A), /openapi.json
  • MCP: Streamable HTTP at /mcp — listed in the Official MCP Registry as io.github.iainkek/flipr-x402
  • Facilitator: CDP (api.cdp.coinbase.com/platform/v2/x402) on mainnet, x402.org/facilitator on testnet
  • Paid resources: 4 POSTs only (/x402/flip, /x402/withdraw, /x402/opportunity/subscribe, /x402/referral/payout); all reads are free + rate-limited
  • License: MIT

Verification

  • ✅ Working mainnet integration (live since 2026-Q1, 33+ agents, ~60 settled flips)
  • ✅ API documentation: /.well-known/agent.json, /openapi.json, /integration (copy-paste working code in 3 paths)
  • ✅ Health endpoint: https://flipr-x402.fly.dev/health{"ok":true,...}
  • ✅ Multi-machine HA on Fly.io (sjc, 2 machines)

🤖 Generated with Claude Code

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 9, 2026

@iainkek is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added ecosystem Additions to ecosystem site website labels May 9, 2026
@giskard09
Copy link
Copy Markdown

giskard09 commented May 10, 2026

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.

Repo: https://github.com/giskard09/argentum-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ecosystem Additions to ecosystem site website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants