WAB v1.3 binds every domain's discovery manifest to an Ed25519 signature, with the public key published in DNS and protected by DNSSEC. No CA. No central registry. Trust is rooted exactly where it should be — in domain ownership.
Runs the full 5-check trust report: DNS · DNSSEC · public key · HTTPS manifest · signature.
Stateless. The server never stores your private key — save it offline and use it to sign your wab.json.
⚠ This is the only time the private key is shown. Copy it now.
_wab IN TXT "v=wab1; endpoint=https://example.com/.well-known/wab.json; pk=ed25519:<BASE64>".node wab-sign.js sign wab.json key.priv → wab.signed.json.https://example.com/.well-known/wab.json.Compare to ANS, sitemap.xml, llms.txt, ai.txt: WAB vs other protocols →
Offline tools: wab-sign.js · wab-verify.js