Identity
W3C DID.
Export and import standard W3C DID Documents. Tenzro identities round-trip through the W3C profile.
- STATUS
- Testnet
- CRATE
- tenzro-identity
- STABILITY
- Stable
- REFERENCE
- W3C DID Core
01
Export
tenzro identity document did:tenzro:human:...
# JSON-LD DID Document02
Resolver fallback
DidResolutionBackend is pluggable. A DID not held in this node’s local registry can fall through to an upstream resolver before failing. Set the upstream with the did_fallback_rpc node configuration field (unset by default — resolution stays local-only).
When a fallback is configured, the node forwards tenzro_resolveDidDocument to the upstream with { "did": "<did>", "include_record": true }. An upstream that supports include_record returns the identity record alongside the document, which the node re-includes in its own response; an upstream that predates the field errors so the caller knows to reach a newer node. A DID that resolves nowhere returns -32404.
03
Service endpoints
tenzro identity add-service --did did:tenzro:machine:... --type A2A --endpoint https://my-agent.example.comRelated