FEATURES
One Identity. Infinite Access.
ArcanaX unifies login, verification, and access control into a single decentralized identity layer—designed for privacy, performance, and trust.


DEVELOPER-FIRST SDK
Authentication that feels native to your app
ArcanaX was built by developers for developers. Our SDKs let you authenticate users across chains and dApps with minimal effort, so you can focus on your product—not identity management.
Star
2.6k
One-Click Wallet Connect
One-Click Wallet Connect
Chain-Agnostic Sessions
Chain-Agnostic Sessions
Role-Based Access Control
Role-Based Access Control
Encrypted Credential Vault
Encrypted Credential Vault
DAO Membership Verification
DAO Membership Verification
Gasless Authentication Flow
Gasless Authentication Flow
// Install: npm install @arcanax/sdk import { ArcanaAuth } from "@arcanax/sdk" // Initialize ArcanaX Authentication const arcana = new ArcanaAuth({ appId: "ARCANAX_APP_ID", network: "ethereum", autoConnect: true, enableZKProofs: true, supportedChains: ["ethereum", "polygon", "arbitrum"] }) // Connect Wallet + Generate Identity Session async function initializeIdentity() { try { const user = await arcana.connect({ loginMethods: ["wallet", "google", "email"], requireVerification: true }) console.log("User DID:", user.did) console.log("Connected Wallet:", user.walletAddress) console.log("Verification Level:", user.verificationLevel) // Generate zero-knowledge proof const zkProof = await arcana.generateProof({ credentialType: "DAO_MEMBERSHIP", revealFields: ["status"], }) console.log("ZK Proof Generated:", zkProof.proofHash) } catch (error) { console.error("Authentication failed:", error.message) } } initializeIdentity() // Listen for cross-chain session updates arcana.on("networkChange", (network) => { console.log("Switched to:", network) }) arcana.on("sessionExpired", () => { console.log("Session expired. Reconnecting...") arcana.reconnect() })
MODULAR ARCHITECTURE
Built for Flexibility.
Designed for Scale.
Every layer of ArcanaX is modular, meaning you can integrate only what you need—wallet login, credential verification, or access control—without rewriting your stack.
Modular Identity Engine
Chain-Agnostic Infrastructure
Developer-First API Layer
Zero-Knowledge Proof Framework

MODULAR ARCHITECTURE
Built for Flexibility.
Designed for Scale.
Every layer of ArcanaX is modular, meaning you can integrate only what you need—wallet login, credential verification, or access control—without rewriting your stack.
Modular Identity Engine
Chain-Agnostic Infrastructure
Developer-First API Layer
Zero-Knowledge Proof Framework

MODULAR ARCHITECTURE
Built for Flexibility.
Designed for Scale.
Every layer of ArcanaX is modular, meaning you can integrate only what you need—wallet login, credential verification, or access control—without rewriting your stack.
Modular Identity Engine
Chain-Agnostic Infrastructure
Developer-First API Layer
Zero-Knowledge Proof Framework

FAQs
Find the answers you need here
What makes ArcanaX different from traditional identity providers?
Does ArcanaX store user data?
Which blockchains does ArcanaX support?
Is ArcanaX suitable for enterprise use?
How can developers integrate ArcanaX?
FAQs
Find the answers you need here
What makes ArcanaX different from traditional identity providers?
Does ArcanaX store user data?
Which blockchains does ArcanaX support?
Is ArcanaX suitable for enterprise use?
How can developers integrate ArcanaX?
FAQs
Find the answers you need here
What makes ArcanaX different from traditional identity providers?
Does ArcanaX store user data?
Which blockchains does ArcanaX support?
Is ArcanaX suitable for enterprise use?
How can developers integrate ArcanaX?

Start Building with ArcanaX today!
Join developers and innovators shaping the new era of digital trust.
(C) 2026 Arcana X. All rights reserved

Start Building with ArcanaX today!
Join developers and innovators shaping the new era of digital trust.
(C) 2026 Arcana X. All rights reserved

Start Building with ArcanaX today!
Join developers and innovators shaping the new era of digital trust.
(C) 2026 Arcana X. All rights reserved
