A full-stack breakdown of the Vantide Protocol — from Solidity contracts on BNB Chain to the React trading interface. Built for transparency, designed for performance.
Vantide separates execution into distinct layers — each independently optimised, each contributing to a fairer trade for every participant.
Every trade follows a deterministic path from wallet submission to on-chain settlement, with each layer handling only what it's optimised for.
From smart contract to browser — the complete Vantide technology stack, built for performance and designed for longevity.
Each protocol function is separated into a purpose-specific contract — minimising blast radius, simplifying auditing, and enabling targeted upgrades via governance.
| Contract | Function | Interacts With | Status |
|---|---|---|---|
| Vault | Unified liquidity pool — accounting for all positions and LP capital | Router, Margin Engine, Liquidation Engine | Core |
| Router | Order intake — validates and routes all incoming trade requests | Vault, Oracle, Position Router | Core |
| Position Router | Manages full position lifecycle — open, modify, close | Vault, Margin Engine | Core |
| Margin Engine | Collateral management, leverage enforcement, cross/isolated margin | Vault, Liquidation Engine, Oracle | Core |
| Liquidation Engine | Automated position resolution when collateral threshold is breached | Margin Engine, Insurance Fund, Oracle | Core |
| vAMM | Virtual AMM providing continuous liquidity for perpetual markets | Position Router, Funding Rate | Core |
| Funding Rate | Dynamic rate mechanism keeping perp price aligned with spot index | vAMM, Oracle, Position Router | Core |
| Insurance Fund | Protocol reserve absorbing losses when liquidation proceeds are insufficient | Liquidation Engine, Vault | Reserve |
All core contracts will undergo third-party security audits prior to mainnet deployment. Audit reports will be published publicly and linked in the documentation.
Inspired by Perpetual Protocol, Vantide's vAMM provides continuous, always-available liquidity without requiring a traditional counterparty. The virtual AMM uses a formula to determine price based on position imbalance — enabling trading without directly using pooled assets for directional exposure.
Supports both cross margin (shared collateral across all positions) and isolated margin (dedicated collateral per position). The engine manages real-time collateral ratio tracking and issues margin calls when positions approach liquidation thresholds.
Vantide supports an optional hybrid model — off-chain order matching combined with fully on-chain settlement. This gives the speed of a centralised exchange while preserving the trustless settlement guarantee of a DEX.
Funding rates are the primary mechanism that keeps perpetual contract prices anchored to spot. When the perpetual price trades at a premium to spot, longs pay shorts — and vice versa. Rates are calculated dynamically based on the rolling premium, incentivising the market to self-correct continuously.
When a position's collateral falls below the maintenance margin threshold, automated liquidation bots trigger resolution. A portion of the seized collateral goes to the executor bot as incentive; the remainder protects the Insurance Fund and vault LPs.
If liquidation proceeds are insufficient to cover losses, the Insurance Fund absorbs the shortfall — protecting LP capital from unexpected losses from undercollateralised positions.
Experience the protocol firsthand. Connect your wallet and execute your first signal-minimized trade on BNB Chain.