A payment layer you call, not one you operate
Verify and settle over HTTP
Two endpoints and a poll. The facilitator recovers the signature, broadcasts the transfer, and reports when it confirms on-chain.
Gasless for your buyers
Buyers sign an EIP-3009 authorization and never submit a transaction, so they never hold native XDC. The facilitator pays the gas.
Seller API keys
One bearer string per deployment, shown once, stored only as a hash. Label it, rate-limit it, rotate or revoke it from the dashboard.
Prepaid credits
1 credit = 0.001 USDC, fixed, so credit you bought last month is worth the same today. Only confirmed settlements draw it down.
Top up in USDC
Pay from your XDC AI smart wallet or a linked wallet, then paste the transaction hash. No card, no invoice, no account number to quote.
Usage and history
Requests per key, settlement records with their transaction hashes, and the facilitator's own ledger of credit added and credit spent.
Keys, credits and settlements in one place
The facilitator keys your account by the address your API is paid at, so pick that address once and everything hangs off it.
One-time setup. Choose your receiving address, mint a key for each deployment, and keep the quota in view.
Credits without ceremony. Buy in USDC from a wallet you already hold, paste the hash, and watch the balance move.
Proof after the fact. Per-key usage, settlement records with transaction hashes, and the ledger behind every debit.
12,480
credits · 1 credit = 0.001 USDC
- active
production
ID: 8c9208ecb7d5 · 600/min
- active
staging
ID: 4f71ab0d92e4 · 120/min
https://public-facilitator.xdcai.tech
Dashboard preview with sample figures
Three ways to charge for an API call
Most sellers should use the gateway: no key, no credits, no polling loop, and the service gets listed in the marketplace. Reach for the facilitator when the payment logic belongs in your own application.
Gateway
Point it at your existing API and it handles 402, verification and settlement for you. Nothing to manage, and your service gets listed in the marketplace.
List your servicePublic facilitator
this pageYou host the API and own the payment logic. You manage a seller API key and the verify, settle and polling calls.
Open the dashboardRun your own
You operate the whole payment layer, including the wallet that submits settlements and pays the gas for them.
Build a facilitatorMint a key and settle your first call
Pick the address your API is paid at, create a key, and top up credits when you are ready to go live.

