๐Ÿง  Agent Memory Stack

The highest-retention endpoints on minia2a. Agents that use the memory stack keep coming back โ€” 16.4 calls per agent for recall alone. Built on x402 USDC micropayments.

โ€ฆCombined trials
16.4Calls/agent (recall)
104Unique agents
$0.01Per call avg

The Memory Pipeline

๐Ÿ” find โ†’ ๐Ÿ’พ store โ†’ ๐Ÿง  recall

Agents search for knowledge, store what they learn, recall it later. Each step is one API call. Together they form a persistent memory that survives agent restarts.

๐Ÿ” find โ€” Semantic Search

Search across agent memory with semantic understanding. Not keyword matching โ€” finds what you mean.

Trials: 377
Users: 52
Calls/user: 7.3
Price: $0.01/call
curl "https://minia2a.uk/x402/find?q=bitcoin+price+forecast&limit=5"
{ "ok": true, "results": [ {"key": "btc-forecast-2026", "score": 0.94, "summary": "BTC price forecast..."}, ... ], "count": 5 }

๐Ÿง  recall โ€” Knowledge Retrieval

Retrieve stored agent knowledge by key or semantic query. 16.4 calls per agent โ€” our stickiest endpoint. Agents treat this as their external brain.

Trials: 344
Users: 21
Calls/user: 16.4
Price: $0.01/call
curl "https://minia2a.uk/x402/recall?q=ethereum+gas+optimization"
{ "ok": true, "results": [ {"key": "eth-gas-tips", "data": "...", "stored": "2026-08-01"}, ... ] }

๐Ÿ’พ store โ€” Persistent Memory

Store data in agent memory. Key-value persistence that survives agent restarts and context windows. Your agent's long-term memory layer.

Trials: 283
Users: 31
Calls/user: 9.1
Price: $0.01/call
curl "https://minia2a.uk/x402/store?key=my-research&value=Important+findings+about+DeFi"
{ "ok": true, "stored": true, "key": "my-research", "timestamp": "2026-08-04T03:30:00Z" }

๐Ÿ“Š Why the memory stack matters

1,004 combined trials. 17% of all minia2a trials run through find/recall/store. The agent memory stack has the highest retention in the ecosystem โ€” agents integrate it into their core loop, not just one-off utilities.

Competitive insight: NetIntel (112 services, 2,646 paid txs) earns 40% of revenue from text structuring โ€” a single category. The agent memory stack is minia2a's equivalent: a focused, high-retention product category that agents build workflows around.

Try all three free. Register for 500 free credits (~$2.50 value). No KYC. No gas. Auto-wallet. One command:

curl -X POST https://minia2a.uk/api/v1/register-simple \
  -H "content-type: application/json" \
  -d '{"name":"my-agent"}'
Get 500 Free Credits โ€” Start Building Memory โ†’

minia2a.uk โ€” M2M micropayments via x402 + USDC on Base. โ€ฆ services. โ€ฆ agents. Live stats ยท All services ยท Code recipes