-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Plugin Proposal: AgentID — Cryptographic Identity & Trust Layer for ElizaOS Agents #6688
Copy link
Copy link
Open
Description
Summary
AgentID provides cryptographic identity, trust levels, and blockchain receipts for AI agents. Proposing an @elizaos/plugin-agentid integration.
Why This Fits ElizaOS
- Ed25519 native — AgentID uses Ed25519 keys, same as Solana. Agent's identity key IS a Solana wallet address.
- Agent-as-wallet — register an agent, automatically get a Solana address. Hold funds, send/receive stablecoins.
- Trust levels (L0-L4) — automatic promotion/demotion based on verification history. Spending authority gated per level.
- Challenge-response — real-time proof of key ownership. Stops impersonation.
- Behavioural fingerprinting — detect when an agent acts unusual (frequency spikes, unusual hours, new actions).
- Dual receipts — every action gets both a hash receipt (HMAC-SHA256) and a Solana blockchain receipt.
- Multi-chain — Solana, Ethereum, Polygon wallet binding.
What the Plugin Would Provide
- Auto-register ElizaOS agents with AgentID on startup
- Verify other agents before interaction
- Trust-gated actions (only interact with L2+ agents)
- Blockchain receipts for every agent action
- Built-in Solana wallet from the agent's Ed25519 key
Links
- GitHub: https://github.com/haroldmalikfrimpong-ops/getagentid
- Website: https://getagentid.dev
- Python SDK:
pip install getagentid - CrewAI integration: https://github.com/haroldmalikfrimpong-ops/agentid-crewai
- LangChain integration: https://github.com/haroldmalikfrimpong-ops/agentid-langchain
Happy to build the plugin or collaborate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels