Perennial V1
HomeApp
  • Introduction to Perennial
  • Overview
  • Position Management (Takers)
    • Choose a Market
    • Opening Positions (Arbitrum)
    • Adjusting Positions (Arbitrum)
    • Closing Positions (Arbitrum)
    • Considerations
    • ETH Mainnet Walkthroughs
      • Opening and Adjusting Positions (Mainnet)
      • Closing Positions (Mainnet)
  • LPs (Makers)
    • Vaults
    • Using Vaults (depositing & withdrawing)
    • Advanced liquidity provisioning
    • Considerations
    • Risk Management
  • Mechanism
    • Market Structure
    • Payoff
    • Positions & Pricing
    • Settlement
    • Maintenance (& Leverage)
    • Funding Rate & Utilization Curve
    • Profit and Loss
    • Fees
    • Liquidations
    • DSU
  • Developers
    • Building on Perennial
    • Considerations
    • Contract Interfaces
    • Deployed Contracts
    • Using Testnet (v4.0)
  • Architecture
    • Contracts
    • Audits & Bug Bounty
Powered by GitBook
On this page
  1. Mechanism

Liquidations

When the collateral in an account falls below the current maintenance requirement, the account can be liquidated (or force closed).

Like with any other position change, a liquidation must sit in a pending state until the next oracle update. During this period however, a special lock is placed on the account so that the liquidation process may not be interfered with. The user may not open or close a new position (or be liquidated again) until the liquidation process is completely settled and the lock is cleared.

It is important to note that liquidations do not happen instantaneously as they must settle on the next oracle version, so this delay needs to be factored into the risk parameter settings when designing a Product.

At launch, incurring a liquidation will liquidate the entire collateral account within a specific market (i.e. the collateral balance in long-ETH market). However, in the future, we will look to implement partial liquidations.

Reward

Liquidators are immediately granted a liquidation reward equal to the maintenance requirement of the account times the liquidationFee upon the successful initiation of a liquidation.

Example Liquidation: Collateral @ 20% liquidationFee

Collateral
Maintenance
Liquidation Reward

$10,000

$15,000

$3,000

$30,000

$32,000

$6,400

$25,000

$20,000

N/A - cannot liquidate

Perennial does not take a protocol or product owner cut of the liquidation fee.

PreviousFeesNextDSU

Last updated 2 years ago