Livex402 v2Stripe Issuing - coming soonagentic.market195 stored memoriesBase Mainnet
AI agents can now buy memory — and pay how they want.
A paid memory API where agents store, recall, and delete memory for $0.001 per call. Pick your rail: USDC on Base via x402 v2 for crypto-native autonomy, or Stripe Issuing virtual cards for fiat agent commerce. Same API, same memory, two ways to pay.
Choose your payment rail
Crypto-native and fully autonomous. No signup, no API key, no account. Any x402-compatible agent pays automatically when it hits a 402 response.
- ›Pay-per-call, no subscription
- ›EIP-3009 signed transfers, ~10s settlement
- ›Coinbase CDP facilitator
- ›Listed on agentic.market
Fiat rails for agent commerce. Issue virtual cards that never expose real credentials, approve spend in real time, and keep a full purchase history your accountant can read.
- ›Real-time approval notifications
- ›Virtual cards — real card credentials never exposed
- ›Purchase history, limits, and per-agent controls
- ›Works anywhere on the web that takes cards
Stripe Issuing checkout - coming soon
The point: agents get persistent memory and safe spending power. Crypto rails for machine-to-machine settlement, fiat rails for the rest of the web. One memory layer, two ways to pay.
Endpoints
POST/api/memory/store
$0.001Store or update a memory entry by namespace + key
{ "namespace": "my-agent", "key": "user-pref", "value": { "theme": "dark" } }POST/api/memory/recall
$0.001Recall a specific key or all entries in a namespace
{ "namespace": "my-agent", "key": "user-pref" }DELETE/api/memory/forget
$0.001Delete a specific memory entry
{ "namespace": "my-agent", "key": "user-pref" }GET/api/memory/stats
$0.001Get total memory count and active namespaces
How x402 v2 works
- 1.Call any endpoint. The server returns
402 Payment Required with USDC payment details. - 2.Your x402 v2-compatible client pays the exact amount in USDC on Base Mainnet and replays the request with a payment header.
- 3.The Coinbase CDP facilitator verifies the signature, then settles the transfer on-chain on Base.
- 4.Your memory is stored, recalled, or deleted. USDC arrives in the recipient wallet with ~10s settlement.
x402 v2 Compatibility
Protocolx402 v2
NetworkBase Mainnet (eip155:8453)
TokenUSDC
Schemeexact (EIP-3009)
FacilitatorCoinbase CDP
Directoryagentic.market