Getting Started with Vexidus
Vexidus is a next-generation Layer 1 blockchain built from the ground up to solve real problems: quantum vulnerability, cross-chain fragmentation, developer complexity, and bridge security. It runs a live 5-validator testnet (across 4 continents) that has produced over 1.5 million blocks with zero crashes and zero manual restarts. The Vexidus ecosystem extends beyond the core chain into financial infrastructure (VexFi), supply chain intelligence (Vexalus), community governance (DaimyoDAO), and human-readable identity (VNS).
The Eight Pillars
Vexidus is built on eight core pillars that work together as a unified system, plus an expanding ecosystem of applications:
- IntentVM (U.S. Patent App. 19/571,463) -- 1 intent, 1 signature, N operations. Declarative execution.
- HyperSync Consensus + Vexcel -- Leader rotation with weighted selection, adaptive attestation DAG for global latency fairness, jailing, and reputation scoring.
- VexBridge (U.S. Patent App. 63/987,929) -- Vaultless canonical token bridge using burn-and-mint and stateless/limbo resolution.
- VSA v2 -- Smart accounts with Ed25519 + Dilithium3 dual-signature quantum hardening. Includes VNS (
.vexname service). - VexForge -- Ten token standards (VSC-7, VSC-8, VSC-20, VSC-21, VSC-55, VSC-88, VSC-99, VSC-LAUNCH, VSC-REP, VSC-SAFE) with protocol-level anti-rug protection, programmable staking pools, and on-chain DAOs.
- VexiDEX -- Native on-chain AMM with constant-product pools and LP token management.
- ElasticState -- Intelligent 3-tier storage engine (Hot/Warm/Cold) with automatic data lifecycle management.
- Atomence (U.S. Patent App. 63/998,160) -- Cross-chain settlement layer. Market-maker matched exits back to origin chains without reverse bridging.
Ecosystem layers built on the pillars:
- VexFi -- Protocol-level financial infrastructure: payments, trading, staking, custody vaults, and natural-language portfolio management.
- Vexalus -- Supply chain intelligence: VSC-21 NFT shipments, VSC-88 custody handoffs, and BLAKE3 document attestation — ~$0.013 per complete lifecycle.
- VNS -- Vexidus Name Service: permanent
.vexnames, NFT-backed, no renewal fees. - DaimyoDAO -- Native DAO launcher for VSC-99 governance. Create, browse, vote, and manage DAOs on Vexidus.
- Bushido Passport -- Universal gamer identity: soulbound profiles, cross-game achievements, and item marketplace.
- VIP -- Vexidus Intent Programs: declarative on-chain programs that replace smart contracts for common patterns. No compiler, no bytecode.
Current Status
- Network: Live 5-validator testnet across 4 continents, 3 seed nodes, leader rotation + Vexcel attestation DAG, adaptive block time (~2s nominal, 500ms-12s range)
- Performance: 1,500,000+ blocks produced, 56,000+ transactions, 2,856 peak tx/block (28% capacity), 50+ on-chain upgrades via VexVisor, zero crashes
- Codebase: 15 Rust crates, 116 operation discriminants, 100+ RPC endpoints, 241 passing tests
- Frontends: 18 deployed applications — wallet, explorer, token studio, DEX, faucet, AI assistant, Vexcel, Atomence, VexFi, Vexalus, VNS, IntentVM demo, DaimyoDAO, VexVisor validator portal, docs, and more
Key Links
| Resource | URL |
|---|---|
| Wallet | wallet.vexspark.com |
| Explorer | vexscan.io |
| Token Studio | vexforge.xyz |
| DEX | vexidex.com |
| Faucet | vexswap.xyz |
| Atomence | atomence.com |
| VexFi | vexfi.com |
| Vexalus | vexalus.com |
| VNS | vns.name |
| DaimyoDAO | daimyodao.com |
| VexVisor | vexvisor.com |
| IntentVM Demo | intentvm.xyz |
| VexAI | vexai.xyz |
| GitHub | github.com/vexidus-labs |
Quick Navigation
- New to Vexidus? Start with the Architecture Overview to understand how the system works.
- Want to run a validator? Follow the Validator Setup Guide.
- Building an app? Check out the SDK Guide and RPC Reference.
- Governance and multi-sig? See Protocol Governance and Multi-Sig Wallets.
- Creating a DAO? See VSC-99 DAO Program or launch one at daimyodao.com.
- Running a validator? Manage your node at vexvisor.com.
- Using VexFi? See VexFi — Financial Infrastructure for payments, portfolio management, and custody vaults.
- Human-readable names? See VNS — Vexidus Name Service to register your
.vexname. - Testing on testnet? See the Testnet Reference for chain details, system accounts, and RPC examples.
- Read the full technical design? The complete Whitepaper covers all eight pillars in depth.
- Looking up a term? The Glossary defines all Vexidus-specific terms, standards, and concepts.
Important: Vexidus is NOT Ethereum
Vexidus is its own L1 blockchain that is Ethereum-compatible. Key differences:
- Native addresses use the
Vxprefix, not0x. Full 32-byte encoding with type-specific prefixes:Vx0(wallet),Vx1(token),Vx2(NFT),Vx5(multi-sig),Vx7(DAO),Vx8(pool), and more. See the Glossary for the complete list. 0xonly exists for EVM compatibility (MetaMask,eth_*RPC methods) and internal system addresses.- Signature scheme: Ed25519 (not secp256k1/ECDSA)
- Decimals: VXS has 9 decimals (not 18 like ETH)
- Transaction model: Atomic bundles (multiple operations per signature), not single operations