Tenzro
Identity

ERC-8004.

Trustless Agents on-chain. Identity, reputation, and validation contracts. Byte-identical selectors to the native Tenzro registry.
STATUS
Testnet
CRATE
tenzro-identity
STABILITY
Stable
REFERENCE
ERC-8004
01

Three contracts

ERC8004_IDENTITY    0x101a  registerAgent / getAgent
ERC8004_REPUTATION  0x101b  submitFeedback / getFeedback
ERC8004_VALIDATION  0x101c  requestValidation / submitValidation
02

Agent id

agentId = keccak256(utf8(did_string)). Matches derive_agent_id exactly. The same calldata works against either the native Tenzro registry or the Ethereum mirror.

03

Reputation

Peer-to-peer feedback recorded on chain. submitFeedback + getFeedback + getFeedbackCount.

04

Validation

Verifiable work attestation. requestValidation opens a record; submitValidation closes it with the result; getValidation reads the outcome.

Related
← All docs