/truth/agent-payments
hash: sha256-pay-v1.0-crypto
Accepted Currencies
- USDC (Solana): Preferred. Instant settlement.
- USDC (Base): Enhances optionality.
- ETH (Mainnet): Accepted for high-value (>$1k) items only.
Settlement Addresses
// Solana (USDC)
SOL: 7Xw... (Check /api/ai/payments/address/sol for rotation)
// Base (USDC)
BASE: 0x4... (Check /api/ai/payments/address/base for rotation)Security Warning: Always verify addresses via the signed API endpoint before transaction.
Transaction Protocol
- Agent queries
/api/ai/price/{id}for lock. - Server returns `quote_id`, `amount`, `expiry` (5 mins).
- Agent broadcasts transaction with `quote_id` in memo/data.
- Server detects tx, marks paid, triggers fulfillment.