One name. Any token. Your address.
Blockchain-resolvable token addresses — name → pointer lookup built for humans and agents. Accommodates existing ENS names and normal DNS/DNSSEC domains. Not a marketplace — a utility.
GETResolve
GET /resolve/<name>
Works for locally registered names and existing ENS names (e.g. /resolve/vitalik.eth) via public ENS data — no local blockchain scanning.
POSTRegister / Update
POST /register {"name","auth_token","pointers":{...}}
Pointers can be wallets, agent endpoints, multi-destination objects, URLs — any JSON < 4KB. Same call updates an existing name you own.
DELETERelease
DELETE /name/<name> with {"auth_token"}
Removes your name and all its pointers permanently.
GETWhois
GET /whois/<name>
Registration metadata for any name on the switchboard.
DNS friendliness
GET /.well-known/tokenaddy/<name> — TXT-style record view (paste-ready for DNS providers).
GET /txt/<domain> — fetch live TXT records via DNS-over-HTTPS.
GET /dnssec/<domain> — check DNSSEC status of any domain.
ENS gasless-DNSSEC domains
If your DNSSEC-signed domain carries an ENS1 ... TXT record, resolve it here too:
GET /txt/tokenaddy.com