x402 · Base mainnet

deposit.nowx402 funding rail

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.

Live on Base Mainnet
0.25% fee · $0.25 cap
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"}'
01

Call deposit

Agent posts net amount plus either target or provision + label.

Any EVM target address
Or provision a managed child
02

Pay x402

HTTP 402 for amount + 0.25% (min $0.001, max $0.25). Agent pays USDC to the platform wallet via x402.

No API key needed
Standard x402 clients
03

Forward + receipt

After settlement, net is forwarded to target (or provisioned child). Check forwardStatus — 200 is not delivery.

Async forward (can fail)
Basescan when hashes exist