Skip to main content

Glossary

Quick reference for Vexidus-specific terms, standards, and concepts.


Addresses & Identity

TermDefinition
Vx addressNative Vexidus address format. Full 32-byte encoding with type prefix (~54 chars). Lossless round-trip.
Vx0Wallet/EOA address prefix (e.g., Vx0ZbxZq...aQ3TB)
Vx1Fungible token mint address prefix
Vx2NFT collection address prefix
Vx3Contract/program address prefix
Vx4Multi-token collection (VSC-55) address prefix
Vx5Multi-sig account (VSC-88) address prefix
Vx6Staking pool address prefix
Vx7DAO (VSC-99) address prefix
Vx8AMM pool address prefix
Vx9VNS name address prefix
VxPVIP program address prefix
0x addressEVM-compatible hex format. Used by MetaMask and eth_* RPC methods. Secondary format.
VxhNative hash display format. Vxh + base58(BLAKE3 32 bytes). ~48 chars. Used for block and transaction hashes.
VNSVexidus Name Service. Permanent .vex names (e.g., foundation.vex). NFT-backed, no renewal fees.

Consensus & Network

TermDefinition
HyperSyncVexidus consensus protocol. Leader-based BFT with weighted leader rotation and adaptive block timing (~2s).
VexcelAttestation DAG layer. Non-leader validators produce attestation blocks referenced via parent_blocks in the block header. Fork detection without rollback.
Leader rotationWeighted round-robin leader selection. Weight = production_score / 100. Higher-performing validators propose blocks more often.
BlockContains a header + zero or more bundles. Produced by the elected leader, finalized by the network.
BundleAtomic multi-operation transaction. One signature covers N operations. All succeed or all revert.
OperationA single instruction within a bundle (e.g., Transfer, Swap, MintNft, Stake). 103 discriminants defined.
Dragonfly StreamMempoolless transaction pipeline. Transactions flow directly to the leader via P2P (Phase 3). No gossip pool.
EpochA period of block production used for validator rotation, reputation scoring, and reward calculations.
FinalizationA block is finalized when the leader produces it and the network accepts it. Single-slot finality.

Execution & Intents

TermDefinition
IntentVMIntent Virtual Machine (U.S. Patent App. 63/914,009). Declarative execution: 1 intent → 1 signature → N operations.
IntentA natural-language or structured instruction (e.g., "swap 10 USDC for VXS"). Parsed into a Goal, then decomposed into operations.
GoalThe parsed intent type: Transfer, Swap, Acquire, Liquidate, Rebalance, Stake, Program.
VIPVexidus Intent Programs. Declarative on-chain program templates. No compiler, no bytecode, no VM. Steps reference prior step outputs.
AnchorUniversal data attestation. vex_anchor stores a hash on-chain in a namespace:key structure. Used for document verification, supply chain proofs.

Token Standards (VexForge)

StandardFull NamePurpose
VSC-7Fungible TokenStandard fungible tokens (like ERC-20)
VSC-8StablecoinRegulated stablecoins with freeze/blacklist, 6 security layers
VSC-20Staking PoolProgrammable staking pools with time-based rewards, lock periods, per-user caps
VSC-21NFTNon-fungible tokens (like ERC-721) with on-chain metadata
VSC-55Multi-TokenBatch token collections (like ERC-1155) — fungible + non-fungible in one collection
VSC-88Governance + Multi-SigProtocol governance proposals + M-of-N multi-sig accounts
VSC-99DAOOn-chain DAOs with treasury, proposals, voting, council, snapshot modes
VSC-LAUNCHPresaleAnti-rug presale escrow with LP lock and refund protection
VSC-REPReputationTwo-score validator reputation: production score (leader selection) + public reputation (display)
VSC-SAFESafetyBridge contract heuristic scoring + NFT metadata sanitization (XSS/injection blocking)

Staking & Validators

TermDefinition
ValidatorA node that participates in consensus by producing and voting on blocks. Requires minimum 1,000 VXS stake.
DelegationStaking VXS to a validator without running a node. Delegators earn proportional rewards minus commission.
Self-stakeVXS staked by the validator operator themselves.
CommissionPercentage of block rewards kept by the validator before distributing to delegators. Default: 10% (1000 bps).
JailingTemporary removal from consensus for misbehavior (double-signing, excessive missed blocks). Escalating penalties.
Production score0-100 score based on uptime, block production, and tenure. Directly affects leader selection weight.
Streak bonusReward multiplier for consecutive blocks produced: Bronze 1.05x (1K), Silver 1.10x (5K), Gold 1.15x (25K), Diamond 1.20x (100K).
Unbonding period21-day waiting period after unstaking before VXS can be withdrawn.

Bridge & Cross-Chain

TermDefinition
VexBridgeCross-chain bridge (U.S. Patent App. 63/987,929). Vaultless burn-and-mint model. No TVL risk.
Burn-and-mintBridge model: tokens are burned on source chain, minted on Vexidus. No custodial vault.
AtomenceCross-chain settlement layer (U.S. Patent App. 63/998,160). Market-maker matched exits.
Bridge mappingRegistry entry linking a source chain token to its Vexidus representation.

Infrastructure

TermDefinition
VexVisorBinary upgrade governance system. On-chain upgrade proposals trigger coordinated binary swaps at a target block height.
ElasticState3-tier storage engine: Hot (DashMap in-memory), Warm (SSD RocksDB), Cold (ZSTD compressed).
RocksDBEmbedded key-value database used for all on-chain state (accounts, tokens, validators, pools, NFTs).
LtHashLattice-based homomorphic hash accumulator for state root computation. O(1) per update.
Seed nodeNon-validating node that relays blocks and peer connections. Does not participate in consensus.

Economics

TermDefinition
VXSNative token of Vexidus. 9 decimals. 1.618 billion total supply (golden ratio).
nanoVXSSmallest unit. 1 VXS = 1,000,000,000 nanoVXS.
Gas priceFixed at 10 nanoVXS per gas unit. Typical transfer costs ~$0.0002.
Block rewardTime-weighted emission. Split: 85% validator (density-weighted), 15% Foundation.
Foundation TreasurySystem address 0x...01. Receives 15% of block rewards + 20% of transaction fees.
Density multiplierBlock reward multiplier based on transaction count: 0.5x (empty) to 2.0x (full). Incentivizes validators to include transactions.

Ecosystem Products

ProductDescription
VexScanBlock explorer at vexscan.io
VexSparkNative wallet at wallet.vexspark.com
VexForgeToken studio at vexforge.xyz
VexiDEXDEX interface at vexidex.com
VexSwapTestnet faucet at vexswap.xyz
VexFiFinancial infrastructure at vexfi.com
VexalusSupply chain platform at vexalus.com
DaimyoDAODAO launcher at daimyodao.com
VexAIAI assistant at vexai.xyz
Bushido PassportUniversal gamer identity — soulbound profiles, cross-game achievements