Skip to main content

Overview

Delta-neutral strategies allow users to earn yield from DeFi protocols while hedging out market risk using perpetual short positions. Mobius automates this by:
  1. Borrowing capital via Credit Accounts
  2. Deploying into yield-bearing assets on the programmable layer
  3. Opening hedging perp positions on trading venues
The result is leveraged, market-neutral yield — users earn the yield spread between the asset’s APY and the borrowing cost, amplified by leverage.

How It Works

Value Preservation

The delta-neutral portfolio maintains stable USD value: Portfolio Value=Spot Value+Perp PnL\text{Portfolio Value} = \text{Spot Value} + \text{Perp PnL} =n×Pcurrent+n×(PentryPcurrent)=n×Pentry=constant= n \times P_{current} + n \times (P_{entry} - P_{current}) = n \times P_{entry} = \text{constant} Where:
  • nn = Position size
  • PentryP_{entry} = Entry price
  • PcurrentP_{current} = Current price
Price movements cancel out: if the asset goes up, the long gains but the short loses by the same amount, and vice versa.

Yield Sources

The strategy captures yield from:
  • Asset yield: Interest, staking rewards, or exchange rate appreciation from yield-bearing tokens
  • Funding rate: Periodic payments on perpetual positions (can be positive or negative)
  • Leverage: Mobius multiplies the base yield by the leverage factor

Net Return

Net APY=L×(Asset Yield+Funding Rate)Borrow Cost\text{Net APY} = L \times (\text{Asset Yield} + \text{Funding Rate}) - \text{Borrow Cost} Where LL is the Mobius leverage multiplier.

Execution Flow

A typical delta-neutral strategy executes atomically:
  1. Borrow stablecoins from the lending pool
  2. Swap stablecoins into the target collateral asset
  3. Deposit collateral into a yield-bearing vault
  4. Open short perp on a venue to hedge the exposure
The Credit Account’s health check ensures the entire position is solvent after execution.

Leveraging Perp-DEX-Native Positions

Mobius can also leverage positions that are entirely native to a perp DEX — no DeFi yield vault required. Some perp DEXs (e.g., Aster) allow multiple asset types as margin. A trader can hold BTC as margin and open a BTC short perp against it — a delta-neutral position that lives entirely within the venue. The BTC margin appreciates if BTC rises, while the short perp offsets that gain, and vice versa. The trader earns funding rate yield on the short while remaining market-neutral. Without Mobius, this strategy is limited to the trader’s own capital. With Mobius, the trader can:
  1. Borrow additional capital via a Credit Account
  2. Deposit the borrowed capital as margin at the venue
  3. Scale up the BTC-margined short position, amplifying funding rate yield by the leverage factor
Because the position is inherently delta-neutral (BTC margin + BTC short), the Health Factor remains stable even under large price swings. Mobius simply provides the credit layer that lets the trader multiply an already-hedged position.

Risk Factors

RiskDescriptionMitigation
Funding rateThe short perp pays funding when rates are negative (i.e., when the market is bearish). Extended negative funding erodes yield.Monitor rates, exit or reduce leverage when persistently unfavorable
LiquidationHF drops below 1Rebalancers maintain margin
Oracle lagStale prices cause mispricingMultiple oracle sources
Basis riskSpot/perp price divergenceUse same-venue pricing where possible