# Whisper docs

**The address is the identity.** Every agent gets a real, routable IPv6 address that anyone can verify — from the DNSSEC root, with the tools already on your machine. No SDK, no broker, no account to check it.

Verify a live agent yourself (no key):

    curl -s https://rdap.whisper.online/verify-identity/2a04:2a01:eb5a:ca74:cef2:2a:323d:40d4 | jq
    # { "is_whisper_agent": true, "dane_ok": true, "jws_ok": true }

## Start here

- Get started (2 minutes): https://whisper.online/docs/quickstart
- Verify an agent (keyless): https://whisper.online/docs/verify
- How it works: https://whisper.online/docs/architecture
- The standards, to the byte: https://whisper.online/docs/dnssec

Every page has a clean Markdown twin at the same path + `.md`. Full index: https://whisper.online/llms.txt
