Documentation Index
Fetch the complete documentation index at: https://docs.0xmeta.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported Networks
0xmeta.ai supports payment verification and settlement on Base networks:Base Mainnet
Production Native: ETH Block Time: ~2s
Base Sepolia
Testnet Native: ETH For testing
Chain Identifiers
Use these exact values in thechain parameter:
| Network | Identifier | Type |
|---|---|---|
| Base Mainnet | base | Mainnet |
| Base Sepolia | base-sepolia | Testnet |
Basic Example
Base Mainnet
- Pros: Production-ready, very fast, very low fees, Coinbase-backed
- Cons: Real funds at risk
- Best for: Production applications
- Confirmation time: 2-5 seconds
Base Sepolia Testnet
- Pros: Free test tokens, safe for development
- Cons: Not for production use
- Best for: Testing and development
- Confirmation time: 2-5 seconds
Token Support
Both networks support both native tokens (ETH) and ERC20 tokens:Native Tokens (ETH)
ERC20 Tokens (USDC, DAI, etc.)
Common Token Addresses on Base
USDC
| Network | Address |
|---|---|
| Base Mainnet | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Base Sepolia | 0x036CbD53842c5426634e7929541eC2318f3dCF7e |
DAI
| Network | Address |
|---|---|
| Base Mainnet | 0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb |
| Base Sepolia | Check testnet token list |
Testing on Base Sepolia
Use Base Sepolia for testing:- Base Sepolia Faucet: https://www.coinbase.com/faucets/base-ethereum-goerli-faucet
Environment Configuration
1. Let Users Choose Network
2. Chain-Aware Amounts
3. Display Chain Info
Why Base?
Low Fees
Low Fees
Base has 100x lower fees than Ethereum mainnet, making it perfect for high-frequency transactions
Fast Settlement
Fast Settlement
Base settles in seconds vs minutes on Ethereum mainnet
Coinbase Backing
Coinbase Backing
Built by Coinbase, Base offers enterprise-grade reliability and security
Ethereum Compatibility
Ethereum Compatibility
Full EVM compatibility means you can use existing Ethereum tooling and contracts
All Base networks use the same API - just change the
chain parameter between
base and base-sepolia!