Sovereign Stack ย ยทย ๐ข L1 ยท PROTOCOL ยท aix-format ยท YOU ARE HERE ย ยทย L2 ยท RUNTIME ยท iqra โ ย ยทย L3 ยท MARKETPLACE ยท aix-agent-skills โ
Root Authority ยท L0 ยท axiomid-project โ ย ยทย Satellites ยท L4 ยท AlphaAxiom โ ย ยทย L5 ยท PiWorker-OS โ ย ยทย L6 ยท GemClaw โ
Vision โIf your laptop dies or your cloud vendor disappears, your agents should not. AIX is the USB stick for agentic work: a portable, signed manifest that lets any compliant runtime rehydrate the same agent with the same identity, economics, and evolution history.โ
ุงูุฑุคูุฉ โูู ุฌูุงุฒู ููุนุ ุฃู ุงูู platform ุงุฎุชูุชุ ููููู ู ุงููุชููุด ู ุนุงูุง. AIX ูู ููุงุดูุฉ ุงููููุงุก: ู ูู ูุงุญุฏ ู ููููุน ูุดูู ูููุฉ ุงูููููุ ุงูุชุตุงุฏูุ ูุชุงุฑูุฎู ุงูุชุทูุฑูุ ูุชูุฏุฑ ุชุดุบููู ุนูู ุฃู ูุธุงู ูุฏุนู ู ุนูุงุฑ AIX.โ
"The AIX Sovereign Stack: 5 sovereign projects, each built by 1 human and a dedicated team of AI agents. 12 AI collaborators total."
This L1 Protocol carries the fingerprints of 9 of the 12 stack-wide AI agents, derived from commit history (direct authors, Co-authored-by trailers, and review attributions).
| For | Message | |
|---|---|---|
| ๐ฅ | Everyone | 10 contributors on this repo. 9 are AI. The code is real, the tests pass, the schema is live. |
| ๐ฅ | Developers | This is what HumanโAI collaboration looks like in 2026. |
| ๐ฅ | Enterprises | If 9 AI models can collaborate on one codebase under one standard, imagine what your agents can do with AIX. |
| Problem | AIX Solution | Standard |
|---|---|---|
| No universal agent identity | โ KYC-signed DID (did:axiom) | Verifiable |
| No standard monetization | โ HTTP 402 + Multi-Chain | Built-in |
| No provenance tracking | โ ABOM + TrustChain + SLSA L3 | Tamper-proof |
| Platform lock-in | โ Open Standard JSON | Portable |
| No audit trail | โ SaaS-BOM + TrustChain | Automated |
AIX is the only standard combining Identity + Execution + Economics in one signed manifest. Compare: Google A2A โ execution only ยท IBM ACP โ execution only ยท AIX โ all three.
Not to be confused with the AIX Sovereign Stack above, which refers to the three sister repositories (L1 Protocol ยท L2 Runtime ยท L3 Marketplace). The section below describes the three internal tiers inside this L1 Protocol repository.
The AIX Protocol itself is composed of three internal tiers:
- Identity Layer (did:axiom): Ed25519 signatures anchored to Pi Network. Every agent has a verified human (KYC) or institutional backer.
- Operational Layer (MCP): Standardized tool-calling via a secure Gateway with ABOM safetyScore gating and Human-in-the-Loop approval.
- Economic Layer (M2M): Pluggable multi-chain settlement: Pi (default) ยท Stripe ยท Base L2 ยท Solana ยท Lightning ยท Custom.
aix-format is L1 of the AIX Sovereign Stack: the open standard that the other two layers build on. The protocol defined here is implemented by the IQRA Runtime and extended by the Agent-Skills Marketplace. Around the stack sits a root authority (L0) and a tier of satellite layers (L4-L6): consumer applications that buy skills from L3 and ride the protocol.
| Layer | Repo | Role | Status |
|---|---|---|---|
| ๐ข L1 | aix-format |
Protocol ยท Universal Agent Passport ยท DID ยท Manifest ยท ABOM ยท TrustChain | You are here |
| โช L2 | iqra |
Runtime ยท Sovereign AI OS ยท 7 Loops ยท MCTS ยท Damir ยท MissionControl | โ Read |
| โช L3 | aix-agent-skills |
Marketplace ยท 7 Layers ยท Constitutional ยท TrustChain | โ Read |
The three repositories are one project in three layers. The protocol is the contract, the runtime is the engine, the marketplace is the catalog. Same constitution, same TrustChain, same palette, same author.
Outside the strict L1/L2/L3 chain sits the root authority and a tier of satellite layers. They consume the stack and ride the protocol; they do NOT define it. See AXIOM.md ยง4.5 for the full doctrine.
| Tier | Repo | Role |
|---|---|---|
| ๐ L0 | axiomid-project |
Root Authority ยท sole issuer of did:axiom:axiomid.app:* ยท proprietary |
| ๐น L4 | AlphaAxiom |
Satellite ยท Trading ยท MT5/Bybit/EVM adapters ยท Gemini brain ยท skill plugin runtime |
| ฯ L5 | PiWorker-OS |
Satellite ยท Pi ยท Pi Network workers ยท Pi SDK ยท KYC anchor |
| ๐๏ธ L6 | GemClaw |
Satellite ยท Voice ยท voice forge ยท Gemini Live ยท Firebase ยท persona templates |
Topology invariants: money flows upward (satellites โ L3), identity flows downward (L0 โ all), trust flows centrally (every M2M transaction mirrors into L2 TrustChain). Genus 0, tree-shaped, ฯ = +1. The stack is a tree, not a tangle.
Every repo versions itself independently using strict SemVer. Cross-repo coherence is communicated through a shared aix.stackVersion field plus a stack-wide release codename. Current window: Echo369 ยท spec AIX/1.0. Full doctrine: AIX_STACK_VERSIONING.md.
- AIX Manifest: JSON-LD document containing the agent's DNA (Persona, Abilities, Identity, TrustChain, Evolution).
- ABOM (Agent Bill of Materials): Tracks training datasets, base models, plugins for compliance.
- TrustChain: Append-only cryptographic log of every agent action. SHA-256 linked entries. Human-approved mutations only.
- Evolution Section: The agent records its own learning:
loops_completed,lessons,trust_delta. - SaaS-BOM: Audits 3rd-party dependencies (OpenAI, Pinecone, etc.).
- MCP Gateway: Secure rate-limited proxy. Blocked if
safetyScore < 5. Human approval required if5 โค score < 7.
The Payment Economy Revolution: agents that own their identity, earn from every call, learn autonomously, and operate 24/7 without human supervision.
| Feature | Description | Status |
|---|---|---|
| HTTP 402 Integration | Native "Payment Required" protocol | โ v1.0.0 |
| Multi-Chain Wallets | Base L2, Solana, Ethereum, Pi Network | โ v1.0.0 |
| Fiat On/Off Ramps | Stripe, PayPal, PYUSD | โ v1.0.0 |
| DeFi Strategies | Flash loans, arbitrage, yield | ๐ Beta |
| Platform Adapters | OpenClaw, Hermes, AIX_Ks, IBM watsonx | ๐ Beta |
| TrustChain Audit | Immutable per-action log | โ v0.369.0 |
| Evolution Tracking | Agent self-improvement manifest | โ v0.369.0 |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ AIX Agent (did:axiom:xxx) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ HTTP 402 Payment Challenge โ
โ โโ Micropayments : $0.001โ$1 (Base/Solana) โ
โ โโ Mid-range : $1โ$1000 (Solana/Base) โ
โ โโ Enterprise : $1000+ (Stripe/PayPal) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Multi-Chain Settlement โ
โ โโ Base L2 : $0.0001/tx ยท 2s finality โ
โ โโ Solana : $0.00025/tx ยท 400ms โ
โ โโ Stripe : 2.9%+$0.30 ยท instant โ
โ โโ Pi Network : Native KYC integration โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ ERC-4337 Smart Wallet โ
โ โโ Gasless transactions (Paymaster) โ
โ โโ Session keys for automation โ
โ โโ Social recovery via did:axiom โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# Create agent in AIX Format
aix create my-agent.aix.json
# Deploy to multiple platforms
aix deploy --platform openclaw
aix deploy --platform hermes
aix deploy --platform ibm-watsonx
# Identity and payments work everywhere- TEE Wallets: AWS Nitro Enclaves for key isolation
- ZK-Proofs: Privacy-preserving KYC verification
- TrustChain: Every action SHA-256 linked, human-approved
- MCP Gate: safetyScore < 5 = auto-block ยท 5โ7 = human approval
- Multi-Sig Treasury: 5-of-7 governance with 48h timelock
- TrustChain: Append-only, SHA-256 linked. Every mutation recorded. No silent failures.
- Trust Scores: Progressive disclosure: KYC + ABOM + success rate.
- Human-in-the-Loop: All mutations with
safetyScore < 7require explicit human approval. - Undo by Design: 30-second window for critical actions.
| Layer | Tech |
|---|---|
| Frontend | Next.js 15+, Tailwind CSS v4, Framer Motion |
| Backend | Node.js 20+, Upstash Redis |
| Identity | Ed25519, Pi Network SDK, AxiomID DIDs |
| Validation | Zod (all inputs), TypeScript strict mode |
| Security | crypto.randomBytes, ZK-Proofs, TEE |
| Feature | Status | Docs |
|---|---|---|
| Agent Builder | โ Live | Guide |
| MCP Registry | โ Live | Registry |
| ABOM Scanner | โ Live | Security |
| KYC Identity | โ Live | Spec |
| TrustChain Module | โ v0.369.0 | Module |
| Evolution Tracking | โ v0.369.0 | Schema |
| ABOM โ MCP Gate | โ v0.369.0 | Gate |
| Sovereign Economy | โ v0.369.0 | Spec |
| Coinbase AgentKit | โ Live | Economics |
| Stripe MCP | โ Live | Gate |
| IBM watsonx Bridge | ๐ Soon | : |
| aix CLI Tool | ๐ Soon | : |
This L1 Protocol carries the fingerprints of 9 of the 12 stack-wide AI agents: 7 coding agents and 2 review/debug agents.
"We are not building tools; we are architecting the trust layer for the future of intelligence."
"ูุญู ูุง ูุจูู ุฃุฏูุงุชุ ูุญู ูุตู
ู
ุทุจูุฉ ุงูุซูุฉ ูู
ุณุชูุจู ุงูุฐูุงุก."
AIX Format is licensed under the Apache License 2.0. ุชูุณูู AIX ู ุฑุฎูุต ุจู ูุฌุจ ุฑุฎุตุฉ Apache 2.0.
๐ข L1 ยท PROTOCOL ยท aix-format ยท YOU ARE HERE ย ยทย L2 ยท RUNTIME ยท iqra โ ย ยทย L3 ยท MARKETPLACE ยท aix-agent-skills โ
L0 ยท axiomid-project ย ยทย L4 ยท AlphaAxiom ย ยทย L5 ยท PiWorker-OS ย ยทย L6 ยท GemClaw
