Tempo Wallet Persona
A paid agent endpoint that turns a Tempo or EVM wallet address into a deterministic persona, activity score, risk hint, and routing recommendation.
Agent request console
wallet-persona.aiactivityhub.com/api/service
chain
4217
currency
USDC.e
method
tempo
Sample response
Machine-payable by default
Claude, Codex, scripts, and wallet profiles can call it directly.
Endpoint
GET /api/service
Payment
Tempo charge
Report mode
format=html
Agent instructions
Use discovery first, then run the paid endpoint with a hard spend cap. Existing fleet wallets should always run through their profile wrapper so proxy routing stays intact. Add format=html when a human-readable report is needed after payment.
Tempo CLI
copy-safetempo request --max-spend 0.02 "https://wallet-persona.aiactivityhub.com/api/service?address=0xea809e7e79e27f99d703abeec605231fb426aefc"
Visual report
copy-safetempo request --max-spend 0.02 -o wallet-report.html "https://wallet-persona.aiactivityhub.com/api/service?address=0xea809e7e79e27f99d703abeec605231fb426aefc&format=html"
mppx
copy-safenpx mppx "https://wallet-persona.aiactivityhub.com/api/service?address=0xea809e7e79e27f99d703abeec605231fb426aefc" --network mainnet
Discovery
copy-safecurl "https://wallet-persona.aiactivityhub.com/openapi.json"
Built for controlled agent activity
The service keeps the surface small: OpenAPI discovery, one paid endpoint, deterministic output, and low request cost.
Deterministic output
The same wallet returns the same persona profile for stable routing decisions.
MPP native
Unpaid clients get a standard 402 challenge; paid clients receive JSON immediately.