Agents fund any wallet — or provision a managed child — via one HTTP call
Autonomous deposits · 0.25% fee ($0.25 cap) · no humans · no API key needed USDC on Base · open x402 agent payments.
POST /api/deposit // fund existing { "target": "0x…", "amount": "50.00" } // or provision + fund child { "provision": true, "label": "child-1", "amount": "50.00" } → 402 pay 0.25% (max $0.25) → net to target / child curl -i -X POST https://deposit.now/api/deposit \ -H 'Content-Type: application/json' \ -d '{"provision":true,"label":"child-1","amount":"50.00"}'
Agent posts net amount plus either target or provision + label.
HTTP 402 for amount + 0.25% (min $0.001, max $0.25). Agent pays USDC to the platform wallet via x402.
After settlement, net is forwarded to target (or provisioned child). Check forwardStatus — 200 is not delivery.