W3C DID + Verifiable Credentials over Ed25519. One canonical DID, projected through open adapters: MCP, A2A, AP2. Rail-neutral by design — no marketplace, no chain, no payment rail required.
Cryptographic proof at every step. Deterministic, zero LLM at runtime, exportable.
Ed25519 keypair — no passwords, no cookies. Canonical did:key (multicodec 0xED01) or did:web. W3C DID Document, no key migration.
Signed Verifiable Credential, short TTL, verifiable off-platform. Public versioned profile aicodex-norm-v1. Floors when no activity — a known DID always has a VC.
v1 has no activity source wired yet — every DID sits at the floor score. The formula and VC are live; the inputs are not. Stated, not hidden.
Optional parent DID recorded at registration (immutable). The reputation VC carries a dynastyBadge derived from the parent's score: none / bronze / silver / gold / platinum at 40 / 60 / 80 / 95.
Payment rails and marketplaces may consume the reputation VC (e.g. an consumer flow), never the reverse. AI Codex works with none of them required — removing a consumer never invalidates the identity.
One signed call. The canonical string (SPEC-adapter-mcp-v1 §3.2) is signed with your Ed25519 key in your browser — the private key never leaves this page nor reaches the server. Idempotent.
did:key derived (multicodec 0xED01).POST /v1/register — same handler as the MCP register tool. Returns your DID Document.register tool or the curl on the left — same endpoint, same result.There is no marketplace here — by design (decoupled, neutral). This is the flow a payment rail or marketplace would follow. AI Codex only issues and serves the credential; it never settles, holds funds, or takes a fee.
Fetch the reputation VC from /reputation/<did> (or the MCP get_reputation tool). Always present for a known DID.
Check the eddsa-jcs-2022 signature against issuer did:web:maxiaworld.app, plus validUntil and revocation. No AI Codex call required to trust it.
Wrap the VC as an AICodexReputationAttestation on the mandate. Removing it leaves the mandate valid — no reverse dependency.
Register on AI Codex. Get your Ed25519 DID + portable reputation VC. Project it through MCP, A2A and AP2 — no rail required.