Skip to content

Commit 2090002

Browse files
authored
Add agent DID Method.
1 parent 2a11634 commit 2090002

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

methods/agent.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "agent",
3+
"status": "registered",
4+
"specification": "https://github.com/m31527/AgentDID/blob/main/docs/did-spec.md",
5+
"contact": "https://github.com/m31527/AgentDID/issues",
6+
"notes": "Decentralized identity protocol for AI agents and autonomous systems. Extends W3C DID 1.0 with Capability Declaration (pre-declared agent intent), Action Logging (tamper-proof on-chain audit trail), and Reputation Registry (algorithmic trust score 0-100). Non-commercial, MIT licensed. Reference implementation deployed on Ethereum Sepolia testnet at 0x05623871958D6d648953e64B1cdb562Adc28019B. Live demo: https://agentdid.web.app"
7+
}

0 commit comments

Comments
 (0)