Skip to content
Mohamed Abdelaziz ‬‏ edited this page Jun 25, 2026 · 2 revisions

AxiomID – Documentation Hub

AxiomID is a decentralized identity (DID) infrastructure for AI agents, humans, and multi-agent systems. It provides cryptographic identity anchoring, trust score computation, and Soul System gate enforcement across federated networks.


📖 Table of Contents

# Page Description
1 Architecture Deep-Dive System topology, layers, data flow, and component interactions
2 DID Method Specification did:axiom method spec, DID Document structure, resolver protocol
3 Trust Score Algorithm Score computation, decay model, attestation weights, Sybil resistance
4 Soul System Gate Specifications Gating logic, SBT verification, access control matrix
5 API Reference REST + MCP endpoints, request/response schemas, auth flows

🎯 What is AxiomID?

AxiomID solves the identity crisis in agentic AI systems by providing:

  • 🔑 Cryptographic DID anchoring – Every agent/human gets a W3C-compliant did:axiom identifier backed on-chain
  • 🧠 Trust Score engine – Dynamic reputation score (0–1000) computed from on-chain activity, attestations, and behavioral signals
  • 👻 Soul System – Non-transferable Soul Bound Token gates that enforce access control based on identity maturity
  • 🤖 Multi-agent delegation – Hierarchical delegation chains with scoped permissions and expiry
  • 🔗 Cross-chain anchoring – DID documents anchored across Ethereum, Polygon, and Solana

🗺️ System Architecture Overview

┌──────────────┐   ┌──────────────┐   ┌──────────────┐
│  AI Agents    │   │  Human Users  │   │  MCP Clients  │
└──────┤──────┘   └──────┬──────┘   └──────┬──────┘
       │                  │                  │
       └──────────┬──────────┘
                  │
       ┌─────────╅─────────┐
       │   AxiomID Gateway   │
       │  (REST + MCP APIs)  │
       └────┬───┬───┬───┬───┘
            │   │   │   │
     ┌─────┘  │   │  └─────┐
     │  ┌────┘  └───┐  │
┌───╅─┐ ┌──╅─┐ ┌──╅─┐ ┌─╅───┐
│ DID   │ │Trust │ │Soul  │ │Chain  │
│Resolv.│ │Score │ │Gates │ │Anchor │
└──────┘ └─────┘ └─────┘ └──────┘

🚀 Roadmap

Milestone Focus Status
v0.1.1 Multi-agent delegation chains ✅ Done
v0.1.2 MCP Server Tools + IDE Integration 🔧 In Progress
v0.1.3 Cross-chain Credential Anchoring 📋 Planned
v0.1.4 Production-ready + Federated Trust Graphs 📋 Planned

🛠️ Tech Stack

Layer Technology
Runtime TypeScript / Node.js
Agent SDK MCP Protocol
Identity W3C DID Core, did:axiom method
Chain Ethereum (EVM), Polygon, Solana
Storage IPFS + Ceramic Network
Auth JWT + DID-Auth
Deployment Vercel + GitHub Actions

📚 Contributing

See CONTRIBUTING.md for guidelines. All contributions must include:

  • Unit tests for new logic
  • Updated API docs if endpoints change
  • Linked Issue/PR to a Milestone

Last updated: June 2026 | Maintained by @Moeabdelaziz007

Clone this wiki locally