RiparExplorer
Reading TestNet
Real chain dataRead from box storage on Algorand TestNet at request time. Nothing cached, nothing seeded.Identity770382913Reputation770382914Validation770382915

Resolve an agent

Real chain dataAlgorand TestNet

One input for three questions. An id reads the ag_ box directly; a domain reads dm_ and an address reads ad_ — the reverse indexes the contract writes on registration so a lookup is one box read rather than a scan over the whole registry.

Three things resolve

An agent id
1

Read straight from the ag_ box.

A domain
ripar-agent.vercel.app

Resolved through dm_, the reverse index resolve_by_domain uses.

An Algorand address
KBDRZK3B…KEISKQ

Resolved through ad_, keyed by the 32-byte public key rather than the base32 text.