RelAI Facilitator
Accept payments in your API
with one line of code
Turn any endpoint into a paid resource using x402.
No wallets, no gas, no billing logic.
https://facilitator.x402.fiimport { relai } from "@relai-fi/x402"
app.use(relai({
price: "0.001",
wallet: "your-address"
}))How it works
From HTTP request to on-chain payment
Payments settle automatically in seconds.
Client sends request
Client hits your API endpoint
SDK verifies payment
x402 header is validated
Facilitator executes
On-chain transfer fires
API returns response
Your handler runs normally
What the facilitator does
Handles everything behind the scenes
You don't need to manage wallets, gas or blockchain logic.
Why use RelAI
Built for developers
No billing infrastructure
No subscriptions, invoices or usage tracking.
One line integration
Add payments to any endpoint instantly.
Gasless for users
RelAI sponsors all transaction costs.
Multi-chain by default
Works across Solana and EVM networks.
Quick example
Protect a paid endpoint
Three lines. That's it.
app.get("/premium-data",
relai({ price: "0.002" }),
(req, res) => {
res.json({ data: "paid response" })
}
)API endpoints
Base URL
https://facilitator.x402.fi/verifyChecks if the request includes a valid payment.
/settleExecutes on-chain transfer.
/activityReal-time payment events.
/live-settlementsRecent on-chain transactions.
Live data
Real-time settlement
Payments are executed instantly on-chain.
Settles (24h)
Volume (24h)
USDC settled via RelAI
Active chains
No data yet
Live feed
—
Activity Trends
Hourly · last 24h
Settlement cadence
0 settles across window
Last refresh
—
Supported networks
Works across multiple chains
All transactions settle in USDC.
Solana (SPL)
Mainnet & Devnet
Base · Avalanche · Polygon
EVM-compatible chains
SKALE (zero gas)
SKALE Base & BITE
Security model
Secure by design
Start accepting payments in your API
Integrate x402 in minutes and turn any endpoint into a paid resource.
Powered by RelAI — the payment layer for AI agents