Synthetix Docs
  • User Docs
  • Synthetix Exchange
  • Leveraged Tokens
  • For Developers
  • Welcome to Synthetix Leverage
  • BASICS
    • Leveraged Tokens
    • How Leveraged Tokens Work
      • Synthetix Perps Engine
      • Rebalancing
      • Keepers
      • ERC-20 compliance
      • Effects of rebalancing
    • Fees
    • Guides
      • Minting
      • Redeeming
      • Sequential redeeming
  • MORE
    • Official Links
    • Deployed Contracts
    • Risks & Security
    • FAQ
Powered by GitBook
On this page
  1. BASICS
  2. How Leveraged Tokens Work

Rebalancing

Maintaining a constant leverage factor

PreviousSynthetix Perps EngineNextKeepers

Last updated 2 months ago

The rebalancing mechanism is a key component for maintaining the leverage factor of a leveraged token within a targeted range.

Common perpetual futures exhibit frequent changes in their effective leverage. This occurs because price fluctuations of the underlying asset affect the margin-to-notional ratio. Leveraged tokens counteract this fluctuation by reactively rebalancing the margin-to-notional ratio as soon as an outer bound of the targeted leverage range is reached. This is achieved by directly adjusting the amount of borrowed funds of the underlying perpetual futures contract.

The margin-to-notional ratio defines your effective leverage.

Fig. 2 illustrates a rebalancing event of an ETH 2x LONG token. The decline in ETH price by 7.5% from T0 to T1 leads to a 15% reduction in the margin. As a result, the leverage factor rises to 2.18x, approaching the upper limit of the target range. The keeper network detects this deviation and initiates the rebalancing event, reducing the borrowed funds by 15%. This rebalances the margin-to-notional ratio, thus resetting the leverage factor to 2x.

Consequences of too low TVL in leverage tokens

Even if a vault maintains a healthy leverage ratio, it can still face liquidation risk if its total value locked (TVL) drops too low. This happens because a minimum margin requirement must be met, which is deducted from the vault’s effective margin.

If the TVL falls below $100 worth of marginal assets, the position is automatically closed to prevent further risk. The position can be reopened once enough funds are deposited to bring the TVL back above the minimum threshold.

For a more detailed exploration of the implications of rebalancing, please consult the following section.

Effects of rebalancing
Fig. 2: Illustration of reactive rebalancing of a long position in case of asset depreciation