Skip to main content

VIRTUS Protocol — Glossary

Definitions of key terms used across VIRTUS Protocol documentation, the interface at app.virtus-protocol.com, and governance.


Jump to: A · B · C · D · E · F · G · H · I · L · M · O · P · R · S · T · U · V


A

AMM — Automated Market Maker

A decentralised exchange protocol that uses mathematical formulas and smart contracts to price and execute token swaps, replacing traditional order books. VIRTUS Protocol is an AMM deployed on Base blockchain.

APR — Annual Percentage Rate

An estimated annualised rate used to express the potential return from liquidity provision, gauge staking, or other protocol participation over a one-year period, before compounding. APR figures in the interface are estimates based on current protocol data and are not guaranteed.

APY — Annual Percentage Yield

An estimated annualised return that accounts for the effect of compounding. APY figures displayed in the interface are variable estimates based on current pool activity, emissions, and reward assumptions. They are not guaranteed and may change at any time.

ATTR — Admission to Trading

The regulatory process by which an authorised crypto-asset service provider (CASP) lists a token on a trading venue under Regulation (EU) 2023/1114 (MiCA). VRT is admitted to trading through this process, not through a public offering.


B

Basic AMM

A standard pool type in VIRTUS Protocol using a constant-product pricing formula (x × y = k). Basic AMM pools are available in two variants: Stable (for correlated assets) and Volatile (for uncorrelated assets). See also Stable Pool, Volatile Pool.

Base Blockchain

An Ethereum Layer 2 network built on the OP Stack by Coinbase, using Optimistic Rollup technology. VIRTUS Protocol smart contracts are deployed on Base. Transactions on Base typically confirm in approximately 2 seconds, with final settlement on Ethereum mainnet.

Bridge Risk

The risk associated with transferring assets across different blockchain networks using bridge infrastructure. Bridge operations may be subject to delays, smart contract vulnerabilities, sequencer failures, or loss of assets. Relevant when using the Multichain Swapper.


C

CASP — Crypto-Asset Service Provider

An entity authorised under Regulation (EU) 2023/1114 (MiCA) to provide crypto-asset services, including admission to trading, exchange, custody, and related activities.

CL — Concentrated Liquidity

A liquidity provision model in which liquidity providers supply assets within a selected price range rather than across all possible prices. CL positions may accrue pool fees within the active range but stop accruing fees if the market price moves outside the selected range. See also In Range, Out of Range.

CL Position

A user-controlled liquidity position within a selected price range in a concentrated liquidity pool. The value and asset composition of a CL position may change as market prices move relative to the selected range.

Collect Fees

A user-initiated on-chain transaction to claim accumulated fee distributions from a liquidity pool position. Collectible amounts are based on available smart contract data at the time of execution and may change before the transaction is confirmed.

Commitment Period

The duration for which USDC is committed when using the VRT Exchange. Available periods are 3 months, 1 year, 2 years, and 4 years. Longer commitment periods result in more favorable exchange rates. The commitment period determines the lock duration of the veVRT position received.

Connect Wallet

The action of linking a Web3-compatible wallet (e.g. MetaMask, Coinbase Wallet) to the VIRTUS Protocol interface. Connecting a wallet is required to interact with smart contracts. VIRTUS Protocol does not take custody of connected wallets or the assets within them.


D

Dashboard

The main overview screen of the VIRTUS Protocol interface showing a user's active liquidity positions, CL positions, delta-neutral hedged positions, and related protocol metrics. Data shown on the Dashboard is informational and based on current on-chain state.

Delta-Neutral

A risk management configuration designed to reduce directional price exposure from a concentrated liquidity position by opening an offsetting position. A delta-neutral approach reduces selected exposure under certain conditions but does not eliminate risk or guarantee protection from losses. See also Hedged Position.


E

Emergency Council

A governance-controlled smart contract role within VIRTUS Protocol (address: 0xC9C0608F551aDe53f911ceC50F565dB55c5bAFd1) authorised to intervene in critical situations by pausing or resuming specific liquidity pool gauges and updating pool names or symbols. The Emergency Council cannot modify core token economics, access user funds, or alter fundamental protocol rules.

Emissions

VRT tokens distributed each epoch to liquidity providers through gauges, according to the protocol's programmatic emission schedule. Emissions are determined by the three-phase schedule (Initiation, Elevation, Perfection) and allocated to pools in proportion to veVRT holder votes.

EMT — Electronic Money Token

A crypto-asset that purports to maintain a stable value by referencing one official currency, as defined under Regulation (EU) 2023/1114 (MiCA). VRT is not an EMT.

Epoch

The weekly protocol period running from Thursday 00:00 UTC to Wednesday 23:59 UTC. Governance votes, emission distributions, fee distributions, and rebase rewards are calculated and settled at each epoch boundary by the Minter contract.

Exchange Rate (VRT Exchange)

The amount of USDC required to receive one VRT through the VRT Exchange mechanism. The rate ranges from $0.0100/VRT (for 4-year commitment) to $0.0700/VRT (for 3-month commitment). The rate is set by the protocol and varies by commitment period selected.

Execution Risk

The risk that a blockchain transaction executes at different values than estimated, due to price movement, slippage, gas costs, network conditions, routing changes, or smart contract state changes between display and confirmation.

Extend

A user-initiated action to lengthen the remaining lock duration of an existing veVRT position. Extending a lock increases or maintains voting power. The lock duration cannot be shortened after extension.


F

Fee Distributions

Variable allocations of pool-generated fees distributed to veVRT holders who voted for a specific pool in the corresponding epoch. In VIRTUS Protocol, 100% of pool fees flow to veVRT voters of that pool, not to the protocol or liquidity providers.

Fee Tier

The fee percentage applied to each swap executed in a liquidity pool, expressed as a percentage of the swap amount. In Basic AMM pools, the fee tier is determined by the pool variant (typically 0.01–0.05% for stable pools, 0.30% for volatile pools). In Concentrated Liquidity pools, the fee tier is set at pool creation and linked to the tick spacing.

Funding Rate

See Perpetual Swap Fee Rate.


G

Gauge

A smart contract that receives VRT emissions allocated by veVRT voter governance and distributes them to liquidity providers who have staked their LP tokens in that gauge. Each liquidity pool has an associated gauge. The proportion of total weekly emissions directed to a gauge is determined by veVRT votes each epoch.

Governance

The on-chain mechanism through which veVRT holders participate in protocol decisions, primarily by voting each epoch to allocate VRT emissions across liquidity pool gauges. Governance proposals may also address protocol parameters such as fee structures and gauge eligibility.


H

Hedged Position

A concentrated liquidity position for which a delta-neutral offsetting position has been opened through the Delta-Neutral Strategy tool. Hedged positions are shown separately in the Dashboard under "Hedged Positions." A hedged position does not eliminate risk; it is designed to reduce selected directional price exposure under certain conditions.


I

Impermanent Loss

The potential value difference that can occur when the price ratio of assets in a liquidity pool changes relative to simply holding those assets outside the pool. Impermanent loss may become permanent when liquidity is withdrawn. It is affected by price movement, pool design, fee accumulation, and liquidity range.

In Range

The status of a concentrated liquidity position indicating that the current market price falls within the position's selected price range. A position that is In Range is eligible to accrue pool fee distributions from swap activity. If the price moves outside the range, the position becomes Out of Range.

Increase

A user-initiated action to add more VRT tokens to an existing veVRT lock position, increasing the locked amount and associated voting power. The lock expiry date is not affected unless also extended.

Infinite Approval

A wallet permission setting that authorises a smart contract to use an unlimited amount of a specified token without requiring re-approval for each transaction. Enabling Infinite Approval reduces the number of approval transactions required but grants broader token access to the smart contract. Users may revoke approval at any time through their wallet.


L

Leaderboard

A protocol-level ranking of participants by activity metrics, displayed in the Points section of the interface. The Leaderboard ranks addresses by total Points accumulated through swap activity and liquidity provision during the Points Program.

Leverage

An exposure multiplier that increases both potential gains and potential losses relative to the initial position. Leveraged positions may be subject to liquidation if collateral thresholds are not maintained.

Liquidation

The automatic or protocol-driven closure of a leveraged or margin-based position when required collateral levels are not maintained. Liquidation may result in partial or total loss of the position value.

Liquidity Pool

A smart contract holding reserves of two or more tokens used to facilitate on-chain swaps. Users who provide assets to a liquidity pool receive LP tokens representing their share of the pool. VIRTUS Protocol supports Basic AMM pools (stable and volatile variants) and Concentrated Liquidity pools.

Liquidity Risk

The risk that available liquidity in a pool is insufficient to execute a transaction at the expected price or volume, or that liquidity may be withdrawn rapidly, affecting swaps, position values, or withdrawals.

Lock Duration

The period for which VRT tokens are committed when creating a veVRT position. Lock durations range from one week to four years. Longer lock durations result in proportionally higher voting power. The lock is enforced by the VotingEscrow smart contract and cannot be shortened after creation. See also Extend, Max Lock.

LP PTS

A Points Program metric tracking the points accrued through liquidity provision activity on VIRTUS Protocol. LP PTS are calculated based on TVL, time in range (for CL positions), and wallet activity. LP PTS are accumulated during the Points Program phase and do not represent tokens, money, or guaranteed future value.

LP Position

A user-controlled position representing a share of assets deposited in a liquidity pool. The value and asset composition of an LP position may change with market conditions and pool activity.

LP Swap

An on-chain token swap executed through the VIRTUS Protocol swap interface. The interface routes swap requests through available liquidity pools or third-party aggregators to complete the exchange. Final execution amounts may differ from displayed estimates due to slippage and market conditions.


M

Market Risk

The risk of value changes due to crypto-asset price movement, volatility, or broader market conditions.

Max Lock

A setting in VIRTUS Protocol that continuously extends a veVRT lock to the maximum four-year duration at each epoch, maintaining maximum voting power. Tokens under Max Lock remain committed until the setting is manually disabled. The Operator's 100,000,000 VRT allocation is held under mandatory Max Lock.

MiCA — Regulation (EU) 2023/1114

The Markets in Crypto-Assets Regulation of the European Union, which establishes the regulatory framework for crypto-assets, crypto-asset service providers, and related activities within the European Economic Area. VRT is classified as a utility token under MiCA Article 3(1)(5).

Multichain Swapper

A VIRTUS Protocol feature that routes cross-chain swap requests through integrated third-party bridge and aggregator infrastructure (Rango, LiFi). The Multichain Swapper facilitates asset transfers between supported blockchain networks. VIRTUS Protocol does not operate the underlying bridge infrastructure.


O

Operator

The open-source contributors and developers who maintain the VIRTUS Protocol interface and smart contract infrastructure. The Operator is the person responsible for the VIRTUS Protocol documentation, including the Token Information Document and Regulatory Transparency Notice.

Oracle Risk

The risk that price or data sources used by smart contracts may be delayed, unavailable, manipulated, inaccurate, or inconsistent with actual market conditions. VIRTUS Protocol uses 30-minute TWAP oracles to reduce short-term price manipulation risk.

Out of Range

The status of a concentrated liquidity position indicating that the current market price has moved outside the position's selected price range. A position that is Out of Range does not accrue pool fee distributions until the market price returns within the selected range. Asset composition of an Out of Range position shifts toward the less valuable token of the pair.


P

Perpetual Swap Fee Rate

A variable periodic fee applied to perpetual swap positions on third-party venues. Also referred to as "funding rate" in DeFi contexts. This rate may be positive or negative and affects the ongoing cost of holding a perpetual position.

PnL — Position Result

An estimated measure of value change for a position, calculated from entry to current state. PnL is informational and may be affected by market movement, fees, slippage, execution conditions, and data-source differences. Unrealised PnL reflects open positions; realised PnL reflects closed or adjusted positions.

Points (PTS)

A protocol-defined activity metric distributed during the VIRTUS Protocol Points Program phase (weeks 1–24). Points tracked user participation in liquidity provision (LP PTS), swap activity (Swap PTS), and Multichain Swapper usage. Points do not represent tokens, money, ownership, legal rights, or guaranteed future value.

Pool Launcher

A VIRTUS Protocol tool for deploying new liquidity pools. Users select the pool type (Basic AMM or Concentrated Liquidity), the token pair, pool variant (stable or volatile), and fee tier, then execute an on-chain deployment transaction. Deploying a pool does not guarantee liquidity, trading activity, or fee distributions.

Pool Type

The classification of a VIRTUS Protocol liquidity pool by its pricing mechanism. Available pool types are Basic AMM (using a constant-product or stable-swap formula) and Concentrated Liquidity (allowing liquidity provision within selected price ranges).

Pool Variant

The sub-type within a Basic AMM pool. Available variants are Stable Pool (optimised for correlated assets, lower slippage near parity) and Volatile Pool (standard constant-product formula for uncorrelated assets). See also Stable Pool, Volatile Pool.

Price Range

The selected lower and upper price boundaries within which a concentrated liquidity position is active. If the market price moves outside the price range, the position stops accruing pool fees until the price returns within range.

Protocol Risk

The risk that protocol mechanics, smart contract parameters, governance decisions, or integrations behave unexpectedly, change over time, or are exploited.


R

Rank

A participant's position on the VIRTUS Protocol Points Leaderboard, determined by total Points accumulated relative to other participants during the Points Program. Rank is displayed in the Points section of the interface and is informational only.

Rebase

An automatic anti-dilution distribution of VRT tokens to veVRT holders at each epoch, calculated as:

Weekly Rebase = Weekly Emissions × (1 − veVRT Supply ÷ VRT Supply)² × 0.5

The rebase distributes proportionally more to veVRT holders when overall locking participation is low, creating a self-balancing incentive structure. Rebase amounts are variable and not guaranteed.

Regulatory Transparency Notice (RTN)

A VIRTUS Protocol disclosure document prepared in a format compatible with Regulation (EU) 2023/1114 (MiCA), providing regulatory transparency information for authorised CASPs seeking admission of VRT to trading.


S

Slippage

The difference between the expected execution price of a swap and the actual price at which the transaction is confirmed. Slippage may increase costs or reduce the amount of tokens received and is affected by pool liquidity, trade size, and market conditions.

Slippage Tolerance

A user-configurable setting in the swap interface that defines the maximum acceptable difference between the displayed swap rate and the actual execution price. If slippage exceeds the set tolerance, the transaction will revert. Common settings are 0.5%, 1%, and 3%; custom values can also be set.

Smart Contract Risk

The risk of bugs, vulnerabilities, exploits, or unexpected behaviour in smart contracts, potentially resulting in loss of assets or disruption of protocol operations.

Stable Pool

A liquidity pool optimised for correlated or similarly valued assets, such as stablecoin pairs (e.g. USDC/USDT). Stable pools use an AMM pricing curve that reduces slippage for assets expected to trade near parity. Pool fees are typically 0.01–0.05%.

Staking (Gauge)

The act of depositing LP tokens into a gauge smart contract to become eligible for VRT emission distributions. Gauge staking is distinct from locking VRT as veVRT. Emission distributions for gauge staking are variable and determined by veVRT voter governance each epoch.

Swap PTS

A Points Program metric tracking points accrued through swap activity on VIRTUS Protocol. Swap PTS are calculated based on swap volume. Swap PTS are accumulated during the Points Program phase and do not represent tokens, money, or guaranteed future value.


T

Third-Party Risk

Risk arising from external protocols, wallets, aggregators, bridges, RPC providers, oracle services, or other third-party infrastructure used within or alongside VIRTUS Protocol.

Tick Spacing

A technical parameter in Concentrated Liquidity pools defining the minimum price interval between adjacent ticks — discrete price points at which liquidity can be positioned. Smaller tick spacing allows finer price range control but results in higher gas costs for certain operations. Tick spacing is set at pool creation and linked to the pool's fee tier.

Token Information Document (TID)

A disclosure document prepared by VIRTUS Protocol in accordance with Article 6(1) of Regulation (EU) 2023/1114 (MiCA), for adoption by authorised CASPs seeking admission of VRT to trading. The TID is a template document; the adopting CASP assumes responsibility for its content.

Top Lockers

A leaderboard displayed in the Lock section of the VIRTUS Protocol interface, ranking veVRT holders by the amount of VRT locked. The table shows wallet address, total locked VRT, current voting power, and share of total voting power. The list is updated on-chain in real time.

Total Points

The aggregate Points accumulated by a participant across all activity types (swap activity, liquidity provision, and Multichain Swapper usage) during the Points Program phase. Total Points determine a participant's position on the Leaderboard. Total Points do not represent tokens, money, or guaranteed future value.

TVL — Total Value Locked

An estimated measure of the total value of assets deposited in relevant protocol smart contracts or liquidity pools at a given time. TVL is an informational metric and is not a measure of safety, solvency, or guaranteed user redemption.

TWAP — Time-Weighted Average Price

A price calculation method that averages asset prices over a defined time window to reduce the impact of short-term price manipulation. VIRTUS Protocol uses 30-minute TWAP oracles for on-chain price calculations.


U

Unlock

The action of withdrawing VRT tokens from a veVRT position after the lock period has expired. Unlocking returns VRT to the user's wallet and dissolves the veVRT NFT. Locked VRT cannot be unlocked before the lock expiry date.

Unrealised PnL

An estimated position result for an open position, based on current market data. Unrealised PnL may change before the position is closed or modified and does not represent a guaranteed outcome.

Utility Token

A type of crypto-asset intended to provide access to a specific good or service supplied by its issuer, as defined under Article 3(1)(5) of Regulation (EU) 2023/1114 (MiCA). VRT is classified as a utility token because it grants access to five on-chain services on VIRTUS Protocol exclusively.


V

veVRT

Vote-escrowed VRT. An ERC-721 NFT received when locking VRT for a period between one week and four years. veVRT grants access to governance voting, fee distributions, voting incentives, rebase rewards, and the VeLock Portal. Voting power is proportional to the amount of VRT locked multiplied by the fraction of the maximum lock duration remaining. The underlying locked VRT cannot be withdrawn before lock expiry; the veVRT NFT itself may be transferred between wallets.

VeLock Portal

The VIRTUS Protocol governance interface at app.virtus-protocol.com, through which veVRT holders lock VRT, manage positions, vote on gauge allocations, and claim rewards. All actions through the VeLock Portal are user-initiated on-chain transactions.

Volatile Pool

A liquidity pool for uncorrelated assets, such as ETH/USDC. Volatile pools use a constant-product AMM curve and typically apply a 0.30% fee per swap. Liquidity providers in volatile pools may be exposed to higher impermanent loss relative to stable pools.

Volume (24h)

The total value of swap transactions processed through a specific liquidity pool or across the protocol over the preceding 24-hour period, displayed in USD equivalent. Volume is an informational metric based on on-chain data and may vary.

Vote

The act of a veVRT holder allocating voting power to one or more liquidity pool gauges during an epoch. Votes determine the proportion of total weekly VRT emissions directed to each gauge. Voting resets each epoch and must be resubmitted. A user who has already voted in the current epoch will see the "Already voted this epoch" indicator in the interface.

Voting Incentives

External ERC-20 token deposits made by third-party protocols into VIRTUS Protocol incentive contracts to attract veVRT votes to their liquidity pools. veVRT voters who allocate to incentivised pools receive these deposits in addition to pool fee distributions. Voting incentive amounts are variable and depend on third-party deposits each epoch.

Voting Pools

The liquidity pools to which a veVRT holder has allocated voting power in the current epoch. Displayed in the Lock section of the interface under "Voting Pools." Fee distributions and voting incentives from a pool are received by veVRT voters who allocated votes to that pool during the corresponding epoch.

Voting Power

The influence a veVRT holder has in protocol governance, measured in veVRT. Calculated as: VRT locked × (remaining lock duration ÷ maximum lock of 4 years). Voting power decreases as the lock approaches expiry and reaches zero at lock expiry. Total Voting Power shown in the Vote interface reflects the sum of all veVRT positions held.

VRT

The ERC-20 governance and incentive token of VIRTUS Protocol, deployed on Base blockchain (contract: 0x1CEFF1D2e0F0f0E27417C5600758EEc1606575CA). VRT is used to participate in the protocol ecosystem by locking as veVRT to access governance, fee distributions, voting incentives, and rebase rewards. VRT has no intrinsic value or asset backing.

VeLock Portal / VRT Conversion / veVRT Acquisition / VRT Exchange

A protocol mechanism that allows participants to commit USDC in exchange for veVRT at protocol-defined rates. The rate is more favorable for longer commitment periods, ranging from $0.0100/VRT for a 4-year commitment to $0.0700/VRT for a 3-month commitment. VRT received through this mechanism is immediately locked as veVRT for the selected commitment period. This mechanism is not a financial product, investment service, or guaranteed return mechanism.

VRT Fed

A governance mechanism that activates when weekly VRT emissions decline to approximately 9,000,000–9,500,000 VRT (expected around weeks 100–110). Once active, veVRT holders vote each epoch to increase, decrease, or maintain the emission level by 0.01% of total supply. Hard-coded boundaries (minimum 0.01%, maximum 1% of total supply per week) prevent extreme monetary policy changes.


Last updated: May 2026 — Version 1.1

© 2026 VIRTUS Protocol. All rights reserved.