Skip to content

Ecosystem: add FiatDock (Services/Endpoints) — USDC on/off-ramp API for AI agents, paid per-call via x402#201

Open
fiatdock wants to merge 2 commits into
coinbase:mainfrom
fiatdock:add-fiatdock
Open

Ecosystem: add FiatDock (Services/Endpoints) — USDC on/off-ramp API for AI agents, paid per-call via x402#201
fiatdock wants to merge 2 commits into
coinbase:mainfrom
fiatdock:add-fiatdock

Conversation

@fiatdock

Copy link
Copy Markdown

Adding FiatDock to the ecosystem page

Category: Services/Endpoints

FiatDock is a non-custodial USDC on/off-ramp API built for AI agents, with x402 as the only payment mechanism — no API keys, no accounts:

  • POST /v1/offramp/session and POST /v1/onramp/session are x402-gated ($0.05 USDC per call): the first call answers the standard 402 challenge, agents sign with x402-fetch (or our MCP server pays automatically from AGENT_PRIVATE_KEY) and retry.
  • Free quotes (GET /v1/quote) let agents compare fees before paying; order tracking is free.
  • The actual fiat conversion, KYC and custody are handled by Transak (licensed provider) — FiatDock never holds funds.
  • Live x402 integration is verifiable right now: curl -i -X POST https://fiatdock.com/v1/offramp/session -H 'content-type: application/json' -d '{"cryptoAmount":50}' returns the 402 challenge.

Files added per the site README: partners-data/fiatdock/metadata.json + public/logos/fiatdock.png (400×400).

Docs: https://fiatdock.com/docs.html · Agent guide: https://fiatdock.com/llms.txt · MCP: https://fiatdock.com/mcp + npx fiatdock-mcp

🤖 Generated with Claude Code

@cb-heimdall

Copy link
Copy Markdown

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

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

Development

Successfully merging this pull request may close these issues.

2 participants