Live on testnet. Mainnet coming soon.
Why this is different from a vanilla x402 facilitator
A standard x402 facilitator publishes the merchant’s wallet address in the payment challenge, settles on a fixed chain, and exposes the amount on-chain. Repeated payments link agents to merchants and expose pricing. The Tachyon facilitator handles the settlement leg as a confidential intent: the merchant’s address rotates per payment (a fresh stealth address), the amount is not visible on-chain, and the payer can pay from a chain other than the merchant’s settlement chain. Cross-chain hops are handled by the facilitator.Where it fits
- AI agents paying for compute, data, or model APIs
- API providers charging per call without exposing pricing or volume
- Machine-to-machine commerce where merchant identity must stay confidential
How it works (integrator view)
The merchant runs an x402-enabled API. When a client calls without payment, the API responds with HTTP 402 and a payment challenge. The client’s SDK or agent runtime hands the challenge to the Tachyon facilitator, which constructs a confidential intent on the client’s behalf, settles, and returns proof of payment. The original API call is then retried with the proof attached.What’s confidential
- Merchant wallet address, rotates per payment
- Amount paid for any individual call
- Link between agent and merchant across calls
Pay from any chain, any supported token
Funding flexibility is core to the integration:- The merchant picks the chain and asset they receive in (set when they configure their x402 server).
- The client picks the chain and asset they pay from. If the client’s funding chain isn’t a Tachyon-supported source chain, the facilitator hops via Near Intents or Relay before the confidential settlement leg.
Integration shape, merchant
Integration shape, client agent
The client/merchant TypeScript helpers shown above are WIP. Today, point your x402 facilitator URL at
https://facilitator.tachyon.pe and use any standard x402 middleware, the Tachyon facilitator speaks the standard protocol.Try it
x402 facilitator
Point any x402 client at this facilitator URL.
x402 integration guide
Stand up a 402-protected API and pay it from a client agent on testnet.