Multi-Chain Payment Infrastructure
Multi-chain payment infrastructure built for communities. Supporting x402, service discovery, and gasless transactions across Avalanche and Base.
Community-friendly payment facilitator supporting both exact and deferred schemes. Enable your Web3 agents to accept payments seamlessly.
/api/v2/x402Help your community agents be discovered easily. Auto-discovery endpoints for seamless wallet and agent integration.
/.well-known/agent-card.jsonRemove barriers for community adoption. Gasless transactions mean your users never worry about gas fees.
/.well-known/erc-8004.json0xf3c4...a21b0x3e7f...9a8c0xa1b2...4d5e0x5d8e...7b3f0x2c9a...1e6d// Verify x402 payment
const response = await fetch('/api/v2/x402/verify', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
x402Version: 1,
paymentPayload: {
x402Version: 1,
network: 'avalanche',
scheme: 'exact',
payload: { /* ... */ }
},
paymentRequirements: { /* ... */ }
})
});
const { isValid, payer } = await response.json();/api/v2/x402/verifyVerify payment
/api/v2/x402/settleSettle payment
/api/v2/x402/supportedGet capabilities
/api/v2/x402/healthHealth check
/.well-known/agent-card.jsonAgent metadata
/.well-known/x402-payment.jsonPayment config
/.well-known/erc-8004.jsonRelay config