Documentation Index
Fetch the complete documentation index at: https://docs.monkepay.xyz/llms.txt
Use this file to discover all available pages before exploring further.
| Network | Type | Use for |
|---|---|---|
base-sepolia | Testnet | Development and testing |
base | Mainnet | Production |
Choosing a network
Your network is set per-account in the dashboard under Settings. All API keys on your account share the same network setting. Usebase-sepolia while:
- Building and testing your integration
- Running the agent locally against a dev server
- Verifying the full payment flow before going live
base when:
- Your API is deployed to production
- You’re ready to receive real USDC
Separate balances
Balances onbase and base-sepolia are completely independent. Testnet USDC has no real value and never converts to mainnet USDC. Switching your account from testnet to mainnet starts a fresh balance at zero.
Testnet USDC
Testnet USDC is free. Get it from:- Circle faucet — select Base Sepolia
- Coinbase Developer Platform faucet
For agents
Agents must have USDC on the same network as your MonkePay account. If your account is onbase-sepolia, agents need testnet USDC. If you’re on base, agents need mainnet USDC.
The network is communicated automatically in the x402 402 response — agents don’t need to know your network in advance.
Roadmap
Additional EVM networks are planned. Adding a new chain requires:- Coinbase x402 facilitator support for that network
- A USDC contract on that network