Documentation
SocialsStatisticsLaunch App
  • Welcome to Mars Protocol
  • Getting Started
    • How to set up a Wallet
    • Connect your wallet
    • Using a Credit Account
  • Credit Accounts
  • Perpetual Futures (Perps)
    • Perps Vault (Counterparty Vault)
    • Funding Rate Mechanism
    • Price Impact
    • Open Interest Caps
    • Vault Solvency Protection
    • Health Factor
    • Liquidations
  • Spot & Margin Trading
  • Lending & Borrowing
  • Leveraged Yield Farming
  • High Leverage Strategies
  • Managed Vaults
    • Creating a Vault
      • How to Resume Vault Creation After Failed Transaction
    • Managing a Vault
    • Depositing into Vault
  • Risk Methodology
    • Asset Listing
    • Protocol Risk Framework
    • Perps Risk Framework
      • Maximum Leverage & LTVs
      • SkewScale
      • Open Interest Caps
      • Maximum Funding Velocity
      • Mitigating Risks of Static Parameters
    • Deposit Caps Risk Framework
  • Governance
    • MARS Token
  • Smart Contracts
    • Address Provider
    • Account NFT
    • Credit Manager
    • Health
    • Incentives
    • Oracle
    • Params
    • Red Bank
    • Rewards Collector
    • Swapper
    • Zapper
    • Perps
  • Brand kit
    • The Mars Brand
  • Legal
    • Mars FUD Bible
    • Terms of Service
    • Privacy Policy
    • Cookie Policy
Powered by GitBook
On this page
  • Risk Context
  • Risk Mitigation Measures
Edit on GitHub
Export as PDF
  1. Risk Methodology
  2. Perps Risk Framework

Mitigating Risks of Static Parameters

This section outlines the key risks arising from static risk parameters and the comprehensive measures implemented to manage these risks and maintain vault safety.

Risk Context

The key risk parameters (MaxOI, MaxSkew, MaxFundingVelocity) are all based on the vault TVL. Because these parameters are determined through Risk DAO proposals and remain static, a significant model risk exists: they can become overestimated if the vault TVL decreases substantially. Overestimation implies that potential losses arising from these parameters could exceed the desired risk tolerance of the vault.

The vault TVL can decrease over time because of two factors:

  • Traders realizing large profits

  • LPs withdrawing funds

Risk Mitigation Measures

To manage these model risks, the following measures are implemented:

Lockdown Period

A 21-day lockdown period is in place for LPs before they can withdraw funds from the vault.

Dynamic Risk Alerts System

A risk alert is triggered upon substantial withdrawals from the vault or if the current net vault TVL significantly falls below the TVL used for risk parameter calibration. Following an alert, risk parameters are updated urgently.

Dynamic Risk Parameters Monitoring System

A comprehensive automated framework is under development to monitor risk parameter changes at a given frequency (at least daily).

Autodeleverage Mechanism

The autodeleverage mechanism for the vault's Collateralization Ratio and MaxOI control per market automatically closes positions when the actual value exceeds the target threshold.

Last updated 3 days ago