Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agentcash.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

AgentCash pays endpoints in USDC across a small, curated set of networks.

Networks

NetworkCAIP-2 identifierTypeStatus
Baseeip155:8453EVMDefault
Solanasolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpSolanaSupported
Tempoeip155:4217EVMTestnet
Base is the default for payments. Most endpoints accept USDC on Base and transaction costs are minimal. Solana support is available for endpoints that prefer it.

Addresses

Your wallet holds two distinct addresses:
  • EVM address — one Ethereum-style address covers every supported EVM network (Base, Tempo).
  • Solana address — a separate Solana keypair for USDC payments on Solana.
Run npx agentcash accounts (or the list_accounts MCP tool) to see each network’s address, balance, and deposit link.

Payment network selection

The endpoint decides which network to use. The OpenAPI x-payment-info block or the runtime 402 response declares the accepted networks and protocols. AgentCash matches that against your wallet and pays on the correct chain automatically. You can override with --payment-network on the CLI or the paymentNetwork field on the MCP fetch tool.