Summary
AgentID provides cryptographic identity verification for AI agents with native Solana support. Agent Ed25519 keys auto-derive Solana wallet addresses — the agent IS the wallet.
Proposing interoperability with the Solana Agent Kit.
How It Works
- Agent registers with AgentID → gets Ed25519 keypair → public key IS a Solana address
- Trust levels L0-L4 gate spending authority ($0 → $10,000/day)
- Every verification/payment/handoff recorded as a Solana memo transaction
- Challenge-response verification proves key ownership in real-time
- Behavioural fingerprinting detects anomalous agent activity
Integration Points
- Before any agent-to-agent interaction, verify identity via AgentID
- Trust-gated financial operations (only L3+ agents can make payments)
- On-chain registry: agent identities published as Solana memo transactions
- Dual receipts: hash receipt + blockchain receipt for every action
Links
Note: I saw issue #531 requesting agent identity verification — AgentID addresses exactly this.
Summary
AgentID provides cryptographic identity verification for AI agents with native Solana support. Agent Ed25519 keys auto-derive Solana wallet addresses — the agent IS the wallet.
Proposing interoperability with the Solana Agent Kit.
How It Works
Integration Points
Links
pip install getagentidNote: I saw issue #531 requesting agent identity verification — AgentID addresses exactly this.