Skip to main content

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:

  1. IntentVM (U.S. Patent App. 19/571,463) -- 1 intent, 1 signature, N operations. Declarative execution.
  2. HyperSync Consensus + Vexcel -- Leader rotation with weighted selection, adaptive attestation DAG for global latency fairness, jailing, and reputation scoring.
  3. VexBridge (U.S. Patent App. 63/987,929) -- Vaultless canonical token bridge using burn-and-mint and stateless/limbo resolution.
  4. VSA v2 -- Smart accounts with Ed25519 + Dilithium3 dual-signature quantum hardening. Includes VNS (.vex name service).
  5. 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.
  6. VexiDEX -- Native on-chain AMM with constant-product pools and LP token management.
  7. ElasticState -- Intelligent 3-tier storage engine (Hot/Warm/Cold) with automatic data lifecycle management.
  8. 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 .vex names, 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
ResourceURL
Walletwallet.vexspark.com
Explorervexscan.io
Token Studiovexforge.xyz
DEXvexidex.com
Faucetvexswap.xyz
Atomenceatomence.com
VexFivexfi.com
Vexalusvexalus.com
VNSvns.name
DaimyoDAOdaimyodao.com
VexVisorvexvisor.com
IntentVM Demointentvm.xyz
VexAIvexai.xyz
GitHubgithub.com/vexidus-labs

Quick Navigation

Important: Vexidus is NOT Ethereum

Vexidus is its own L1 blockchain that is Ethereum-compatible. Key differences:

  • Native addresses use the Vx prefix, not 0x. 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.
  • 0x only 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