Delta-Neutral Strategy
Offset price exposure on CL positions automatically — accrue fee distributions with reduced directional risk.
The Delta-Neutral Strategy minimizes the impact of price movements on a liquidity position while continuing to accrue protocol-calculated rewards from trading fees, gauge incentives, and perpetual swap fee rates.
Risk notice: This tool does not eliminate risk, does not guarantee protection against losses, and may increase exposure under certain market conditions.
Instead of predicting market direction, the strategy balances two opposite positions so that price changes cancel each other out.
Who Can Use It
The Delta-Neutral Strategy is available exclusively to veVRT holders — users who have locked VRT tokens and hold an active veVRT position. Access to the strategy lasts for the duration of the VRT lock; when the lock expires, access ends.
This creates a direct benefit for locking VRT: alongside governance voting rights and fee distributions, veVRT holders can apply automated price exposure reduction to their CL liquidity positions — combining VRT lock benefits with delta-neutral LP participation.
Requirements
Before using the Delta-Neutral Strategy:
- An active veVRT position — VRT must be locked; access ends when the lock expires
- A CL liquidity position — the strategy works only with Concentrated Liquidity positions; stable and volatile AMM pools are not supported
- A funded Hyperliquid account — hedging is executed on Hyperliquid; you must independently create and fund a Hyperliquid account before enabling hedging
- A supported pool pair — not all CL pools are eligible; pools where both assets are correlated (e.g. cbETH/WETH) are not supported; the strategy is designed for volatile-vs-stable pairs (e.g. ETH/USDC, BTC/USDC)
The strategy interface is available at liquidity.virtus-protocol.com/Delta-Strategy. Connect a wallet to view your eligible CL positions.
How It Works
The strategy runs two components simultaneously:
1. Liquidity Position (LP)
A concentrated liquidity position is opened in a CL pool (e.g. WETH/USDC) on VIRTUS or any Uniswap V3-compatible protocol. This position generates trading fees and, where the LP is staked in a supported gauge, VRT emissions.
2. Hedge Position (Short)
An equivalent short position is opened on Hyperliquid (using your independently funded account), matching the amount of volatile asset (ETH, BTC, etc.) held in the LP at any given moment. This short offsets the price exposure created by the liquidity position.
Rebalancing
As the price of the volatile asset moves, the composition of the LP shifts. The system continuously monitors the delta — the difference between LP exposure and the offset position — and rebalances when drift exceeds a configured threshold:
| Market Event | LP Effect | Hedge Action |
|---|---|---|
| Price rises | Volatile asset in LP decreases, stable increases | Reduce short proportionally |
| Price falls | Volatile asset in LP increases, stable decreases | Increase short proportionally |
| LP exits range upward | 100% stable asset, 0% volatile | Close offset position entirely |
| LP exits range downward | 100% volatile asset, 0% stable | Maintain full offset position |
The result: overall price exposure is reduced while protocol-calculated rewards from fees and incentives may continue to accrue.
What Participants May Receive
With price exposure reduced, protocol-calculated rewards may be generated from three sources. All amounts are variable, depend on protocol activity and market conditions, and are not guaranteed:
| Source | Description |
|---|---|
| Trading fee distributions | From the CL pool, proportional to position size and volume within the active price range |
| Protocol rewards | VRT gauge emissions where the LP is staked in a supported gauge |
| Perpetual swap fee rates | From the derivative short position — when rates are negative (paid to short holders), they may add to outcomes; when positive, they reduce outcomes |
Supported Networks and Protocols
LP Protocols
| Network | Supported Protocols |
|---|---|
| Base | VIRTUS CL, Aerodrome CL, Uniswap V3, SushiSwap V3, PancakeSwap V3 |
| Arbitrum | Uniswap V3, SushiSwap V3, PancakeSwap V3 |
| Ethereum | Uniswap V3, SushiSwap V3, PancakeSwap V3 |
| Optimism | Uniswap V3, Velodrome CL |
| Polygon | Uniswap V3, SushiSwap V3, PancakeSwap V3 |
| BSC | PancakeSwap V3 |
Hedge Execution
Hedging is executed on Hyperliquid using isolated or cross margin.
| Parameter | Default | Range |
|---|---|---|
| Leverage | 5× | 2×–20× |
| Rebalance threshold | 5% delta drift | Configurable |
| Check interval | 60 seconds | — |
| Minimum order size | 0.001 ETH | — |
Range Exit Handling
Concentrated liquidity positions can move outside their configured price range. The strategy handles both exit scenarios:
Exit Upward — Price Above Range
The LP automatically converts to 100% stable asset (e.g. USDC). No volatile asset exposure remains. The offset position is closed entirely and the closed position result is recorded.
Exit Downward — Price Below Range
The LP automatically converts to 100% volatile asset (e.g. ETH). Exposure is at maximum. The offset position is maintained at full size to keep the overall position delta-neutral.
Return to Range
When price re-enters the LP range, the system recalculates the delta and rebalances the offset position accordingly.
Market Scenarios
| Market Condition | Effect on Strategy |
|---|---|
| Sideways / range-bound | Optimal — LP stays in range, maximum fee generation, minimal rebalancing cost |
| Trending upward | LP shifts toward stable assets, offset position progressively reduced, fees continue |
| Trending downward | LP accumulates volatile asset, offset position increases, perpetual swap fee rates may add to outcomes |
| High volatility / sharp moves | Spike protection active — single range exits are not acted upon; only confirmed sustained exits trigger rebalancing |
Security Mechanisms
Watchdog
An independent safety timer monitors the main operating cycle. If the cycle stalls for more than 5 minutes without successful execution, all offset positions are closed immediately and the system halts. Alerts are sent via Telegram.
Spike Protection
Range exits are confirmed over consecutive monitoring cycles before action is taken. A single exit signal is treated as a potential price wick and ignored — only sustained, confirmed exits trigger position adjustments.
RPC Fault Tolerance
If blockchain data sources return errors, the system applies conservative logic: if all positions for a given asset return errors, no position adjustment is taken. Partial errors allow rebalancing on available data. API key rotation is automatic when rate limits are reached.
Minimum Order Enforcement
Orders below the derivative exchange minimum ($10) are skipped to prevent failed transactions and unnecessary costs.
Encryption
All sensitive credentials are encrypted using Fernet (AES-128 + HMAC). Private keys are never stored in plaintext and never appear in logs or API responses.
Minimum Position Sizes
The derivative exchange enforces a $10 minimum order. This determines the minimum LP size for effective incremental rebalancing:
| Rebalance Threshold | Min LP Size | Margin Required (5×) | Total Minimum |
|---|---|---|---|
| 5% | $400 | $80 | $480 |
| 3% | $667 | $133 | $800 |
| 2% | $1,000 | $200 | $1,200 |
| 1% | $2,000 | $400 | $2,400 |
Positions below $400 can only open and close the offset position in full — incremental rebalancing is not possible.
Recommended minimum: $2,000 with a 1% rebalance threshold.
PnL Calculation
The tool tracks all value components in a unified calculation:
| Component | Definition |
|---|---|
| LP Delta | Current LP value minus initial deposit |
| Open Position Value | Open offset position value at current mark price |
| Closed Position Result | Accumulated result from closed or adjusted offset trades (persists across restarts) |
| Rewards | Protocol gauge rewards — accrued and claimed |
| Fees | Pool trading fee distributions — accrued and claimed |
| Net Result | LP Delta + Open Position Value + Closed Position Result + Rewards + Fees |
| Estimated Annualized Rate | (Net Result / Initial Deposit) × (365 / Days) × 100% — variable and not guaranteed |
Non-Custodial Architecture
The Delta-Neutral Strategy does not change the non-custodial nature of VIRTUS Protocol:
- LP positions are controlled through your own wallet
- The derivative account on Hyperliquid is controlled independently by the user
- No party can access, move, or manage your funds on your behalf
- Private keys are never transmitted, stored in plaintext, or exposed in logs
Risks
The strategy reduces price exposure but does not eliminate all risk:
| Risk | Description |
|---|---|
| Smart contract risk | LP contracts on any supported protocol may contain vulnerabilities |
| Liquidation risk | The offset position on Hyperliquid can be liquidated if margin is insufficient during extreme moves |
| Perpetual swap fee rate risk | Positive perpetual swap fee rates reduce outcomes; sustained high positive rates can erode results |
| Range drift risk | In strongly trending markets, frequent rebalancing incurs transaction and spread costs |
| Oracle / RPC risk | Delays or failures in price data can cause missed rebalances |
| Counterparty risk | Hyperliquid operates as an independent platform with its own operational risks |
Legal
The Delta-Neutral Strategy is an automated tool designed to reduce price exposure. It does not guarantee positive returns or the preservation of capital. All risks described above apply. This documentation is for informational purposes only and does not constitute investment advice. See Legal Disclaimer for the full risk disclosure.
Last updated: May 2026 — Version 1.1
© 2026 VIRTUS Protocol. All rights reserved.