MPP protected API0.01 USDC.e

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

402 ready

chain

4217

currency

USDC.e

method

tempo

Sample response

activity_score64
personaQuiet Accumulator
consistency_bandmedium
intent_signalquiet-accumulator:medium:steady
routing_priority6

Machine-payable by default

Claude, Codex, scripts, and wallet profiles can call it directly.

live

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-safe
tempo request --max-spend 0.02 "https://wallet-persona.aiactivityhub.com/api/service?address=0xea809e7e79e27f99d703abeec605231fb426aefc"

Visual report

copy-safe
tempo request --max-spend 0.02 -o wallet-report.html "https://wallet-persona.aiactivityhub.com/api/service?address=0xea809e7e79e27f99d703abeec605231fb426aefc&format=html"

mppx

copy-safe
npx mppx "https://wallet-persona.aiactivityhub.com/api/service?address=0xea809e7e79e27f99d703abeec605231fb426aefc" --network mainnet

Discovery

copy-safe
curl "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.