Build an end-to-end stablecoin treasury on/off-ramp integrating Circle Mint, Fireblocks custody, and TRM screening

domain: developers.circle.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Mint USDC via Circle Mint API (wire USD in, receive USDC balance); on mint_confirmed webhook, initiate transfer to Fireblocks vault address via Circle POST /v1/businessAccount/transfers with destination.address set to the Fireblocks vault deposit address
  2. On USDC arrival in Fireblocks (detected via TRANSACTION_CONFIRMED webhook), screen the source address via TRM Labs POST /public/v2/screening/addresses; block or flag if riskLevel is HIGH or SEVERE
  3. For approved USDC, store in the Fireblocks vault under a designated treasury vault account; configure TAP policy to require dual approval for transfers above a defined USD threshold
  4. For outbound disbursements, pre-screen the destination address via TRM Labs before initiating the Fireblocks transfer; log TRM riskScore and riskLevel in the disbursement record
  5. For redemptions, transfer USDC from Fireblocks to your Circle Mint address via POST /v1/transactions in Fireblocks, then trigger Circle redemption via POST /v1/businessAccount/payouts once the transfer arrives
  6. Reconcile the full flow daily: match Circle balance snapshots (GET /v1/businessAccount/balances), Fireblocks vault balances (GET /v1/vault/accounts), and your internal ledger; alert on discrepancies above a tolerance threshold

Known gotchas

Related routes

Initiate USDC stablecoin payouts using the Circle Payments API and handle on-chain settlement confirmation
developers.circle.com · 6 steps · unrated
Create a Paxos deposit address and automate fiat-to-stablecoin on-ramp flows
docs.paxos.com · 6 steps · unrated
Compare and choose stablecoin payout rails — USDC, EURC, and PYUSD — for global marketplace disbursements
developers.circle.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp