Supported Networks
Networks currently active on x402.agentstrail.ai:
Solana
| Network | CAIP-2 Network ID | USDC Mint | Status |
|---|---|---|---|
| Mainnet | solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | Live |
Base (EVM)
| Network | CAIP-2 Network ID | Status |
|---|---|---|
| Mainnet | eip155:8453 | Live |
v1 Network Strings (legacy)
Some older x402 SDKs use human-readable network strings instead of CAIP-2. The Orchus MCP server accepts both:
| v1 string | Equivalent CAIP-2 |
|---|---|
solana | solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
base | eip155:8453 |
Check Live Status
curl https://x402.agentstrail.ai/supportedReturns the current list of supported schemes, networks, and extensions.
curl https://x402.agentstrail.ai/health
# { "status": "ok", "networks": ["solana:..."], "feePayerBalance": "0.2341 SOL" }