Skip to content

Plugin Proposal: AgentID — Cryptographic Identity & Trust Layer for ElizaOS Agents #6688

@haroldmalikfrimpong-ops

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

Happy to build the plugin or collaborate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions