Vorax Docs

Protocol Overview

The production map for Vorax contracts, user actions, and value flows.

Vorax combines token launch infrastructure, VRX issuance, and DUSX lending into one BSC protocol. Each surface has its own contracts and user flows, but production releases should be treated as one system: contracts, UI constants, backend services, deployment scripts, and docs must agree.

System Surfaces

AreaPurposeProduction Notes
LaunchpadDeploy BSC tokens and initialize launch marketsCreators configure metadata, vaults, airdrops, fee recipients, and admin permissions
MineIssue VRX through BNB-denominated mint batchesMint proceeds go to treasury; rewards are native BNB
LendingLet users borrow DUSX against approved collateralRisk depends on collateral value, oracle health, LTV, and liquidation penalties
Revenue RouterRoute protocol revenue toward VRX buy-and-burnOperator-triggered execution with redirect and rescue controls
TreasuryHold mint proceeds and operational capitalLiquidity additions are manual unless a restricted liquidity tool is deployed

Value Flow

  1. Users launch tokens, mint VRX, stake, borrow, repay, or provide approved assets.
  2. Protocol revenue is collected by the module that generated it.
  3. Per-source redirects can forward a configured share before conversion.
  4. Remaining revenue can be routed through protected VRX buy execution.
  5. Acquired VRX can be burned, reducing supply.

Production Rule

Every release that changes contracts, addresses, parameters, or backend behavior must update all of the following:

  • Contract deployment scripts.
  • Verification scripts.
  • UI contract constants and generated ABIs.
  • Backend environment and service configuration.
  • Documentation and operational runbooks.

If any one of those is stale, the release is not production-ready.

On this page