Technical overview
Abraxas Identity Layer (AIL). trust orchestration, not KYC. Licensed providers verify; Abraxas distributes cryptographic proof.
Start here
Read the full product specification: Abraxas Identity Layer (AIL) β
Why unified verification
Market-facing thesis on KYC debt, privacy, wallet friction, and how Abraxas solves it with zkLogin + W3C VCs. /docs/why-verification
Credential portability
Example JWT claim structure, integrator endpoints, and best practices for relying parties. /docs/credential-portability
Architecture overview
Abraxas Identity Layer (AIL): trust orchestration, not KYC. Layer 1: licensed providers (Veriff). Layer 2: credential engine (W3C VC, did:sui). Layer 3: trust registry. Layer 4: compliance engine. Layer 5: Identity Passport (Sui + zkLogin). Full spec: /docs/ail
Credential verification API
POST /api/credentials/verify accepts a presentation JWT and returns verification status. GET /api/credentials/public-key publishes the issuer public key. GET /api/sui/passport reads on-chain stamp bitmask by object ID or owner.
Asset verification pipeline (V5)
Ten stages: SUBMITTED β IDENTITY_REVIEW β OWNERSHIP_REVIEW β LEGAL_REVIEW β DUE_DILIGENCE β RISK_SCORING β APPROVAL_COMMITTEE β TOKENIZATION_AUTH β MINTED β MARKETPLACE_LIVE. Each stage assigns human review, required documents, and an audit log entry.
Identity providers
Veriff: government ID + liveness on /passport (vendorData links to your Sui address). Business, Property, and Asset Owner tiers use manual document review. All tied to Sui holder address after zkLogin.
Sponsored transactions (roadmap)
Verified Passport tiers receive a monthly allowance of gas-sponsored Sui actions (stamp updates, credential anchoring). Funded by a micro-fee on verification growth into SUI_SPONSOR_TREASURY_ADDRESS. Tier table at /docs/sui#sponsored.
Developer resources
GitHub: github.com/worldlabsprotocol-ux/abraxas-app. Litepaper: /docs/litepaper. Chain narrative: /docs/chain. Sui hub: /docs/sui. Operator setup: /docs/zklogin-setup. Passport spec: /docs/passport-spec. Machine-readable: GET /api/passport/spec.
Investor data room
Diligence hub at /investors β litepaper, live metrics, Cielo case study, tokenomics framework, security posture, and economics model.
API endpoints (live today)
- POST /api/credentials/verify
- GET /api/credentials/public-key
- POST /api/auth/zklogin/register
- GET /api/sui/passport
- POST /api/idv/create-session
- POST /api/purchase/submit
- POST /api/waitlist/join