Guide · Developers · 2026
Facilitators, explained simply
When you read about x402, the word "facilitator" shows up a lot and rarely gets explained. Here is the plain version.
What a facilitator does
A facilitator is a helper service that verifies and settles payments, so every API does not have to run full blockchain operations on its own. Instead of your server tracking chains, tokens, and signatures by hand, it hands the heavy part to a facilitator and gets back a simple yes or no.
Two things worth knowing. First, the buyer still signs the payment themselves, so the facilitator is verifying, not taking over the wallet. Second, a good facilitator does not need to hold user funds to do its job. It checks and settles; it is not a bank in the middle.
The common options
- The free test facilitator: the public one at
x402.org/facilitatoris the easiest way to develop on testnets like Solana Devnet and Base Sepolia. Use it while you build, not for real money. - Coinbase CDP: a production path with polished docs and a free tier that needs a CDP account. A common default when you go live.
- PayAI: a public facilitator popular for Solana production traffic.
- Self-hosted: run your own for full control. That also means full responsibility for uptime, security, and keeping current with the spec.
How to choose
Pick based on a few practical questions, not hype:
- Chain support: does it settle on the network you actually use?
- Uptime: a payment layer that goes down takes your paid API with it.
- Cost and limits: free tiers are great to start; check the ceilings before you scale.
- Effort: a hosted facilitator is less work; self-hosting is more control and more maintenance.
A simple starting rule
Use the free test facilitator on Devnet while you learn the loop. When you are ready for real payments, start with a hosted production facilitator like CDP or PayAI, and only consider self-hosting once you have a clear reason and the time to maintain it. Always confirm the current setup against the official docs before production, since these services evolve.
Ship x402 is an independent educational project. Not affiliated with the x402 Foundation, Coinbase, or the Solana Foundation. Not financial advice.