Derion Docs
  • Introduction
    • Leverage
    • Compound
    • Power Perpetuals
    • Auto-Deleveraging
  • Existing Challenges
    • Trader Risks
    • Exchange Risks
    • Perpetuals AMM
  • Why Derion?
    • Game Theory
    • Trading Experience
    • Composability
    • Liquidity Efficiency
  • Protocol Design
    • Features
    • Pricing Curve
    • State Transition
    • Price Oracle
    • Liquidity Provision
    • Liquidity Concentration
    • Funding Rate
    • Maturity
    • Opening Fee
  • Guide
    • Trade
      • Long/Short
      • Swap
      • Providing Liquidity
    • Pool Creation
  • Technical Design
    • Universal Token Router
    • Derivative Tokens
    • Helper Contracts
    • LP Management
  • Contracts
    • Addresses
    • API
  • Applications
    • Derivative Backstop Mechanism
    • AMM-LP IL Hedge
    • Initial Future Offering
    • Depeggable Synthetics
  • Tokenomics
    • Liquidity Mining
    • Referral Commission
    • Trader Incentive
    • Rewards
    • Launchpad Partnership
  • Security Audits
  • Whitepaper
Powered by GitBook
On this page
  • Interest Rate
  • Premium Rate

Was this helpful?

  1. Protocol Design

Funding Rate

PreviousLiquidity ConcentrationNextMaturity

Last updated 6 months ago

Was this helpful?

There are two components to the Funding Rate: the Interest Rate and the Premium Rate.

Unlike conventional perpetual exchanges, where the funding rate is manually charged and updated periodically, Derion's funding rate is autonomous and continuously applied on every block of the underlying smart contract platform.

Interest Rate

The Interest Rate is continuously charged from both the Long and Short sides to the LP side with a constant decay rate initialized by the pool.

A total of 1/5 of the interest tokens paid to LP is collected as the protocol fee.

Premium Rate

The Premium is paid by the larger to the smaller side of Long and Short, offering them the chance of negative funding rates as an incentive to balance the market.

With:

  • rLong: long reserve

  • rShort: short reserve

  • rLP: LP reserve

  • PRmaxPR_{max}PRmax​: the constant maximum premium rate for a single Derion pool

Long Premium Rate:

PRlong=PRmax×rLong2−rShort2R×rLongPR_{long} = PR_{max} \times \dfrac{rLong^2 - rShort^2}{R \times rLong}PRlong​=PRmax​×R×rLongrLong2−rShort2​

Short Premium Rate:

PRshort=PRmax×rShort2−rLong2R×rShortPR_{short} = PR_{max} \times \dfrac{rShort^2 - rLong^2}{R \times rShort}PRshort​=PRmax​×R×rShortrShort2−rLong2​

Interest and Protocol Fee