LogoLogo
TwitterWebsiteTestnet
  • Introduction
    • About B3X
  • World Market
    • Introduction
    • Problems with Current Markets
      • DeFi's Never-Ending Cold Start Problem
      • Limited Utility for Existing Assets
      • CeFi Dominates with 100x Volume
      • Outdated DeFi Perps Offerings
      • Consistent Battle for Liquidity
      • Stablecoins with No Use-case
      • Unfair LP Treatment
      • No Settlement Venue is Best
  • Introducing: The World Market
    • Solving the Crypto UX Nightmare
    • Purposeful Stablecoins
    • Unlimited Open Interest
    • Enabling Deep Liquidity
    • LPs as 1st Class Citizens
    • First-Principle Orderbook Design
  • World Modules
    • Delta-Neutral Stablecoin
    • Yield-Bearing Stablecoin
    • Long-Only Vault
    • Short-Only Vault
    • Long vs Short Vault
    • Lending
    • Funding Rate Collector
  • Future: Supercharged DeFi
    • User-Centric Intent, Action, and Execution Marketplace
    • Yield Trading
    • Simplified Market Experience
    • LPs as First-Class Citizens: Mini DAOs
    • Building Distribution for all — Chains, Protocols and Users
    • Resolving Cold-start Problem
    • Launching New Markets
    • Building Solutions with Derivatives as a First Principle
    • Bootstrapping TVL Growth: Unlocking DeFi’s True Potential
    • Boosting Token Utility
    • Meaningful Second-order Incentives
    • Boosting Economical Security of DeFi protocols
  • Our Call to Action
  • Technical Specs
    • Architectural Design
    • Pricing Mechanism
    • Risk Management
      • Risk Factors
      • Price Protection
      • Auto Deleverage
      • Liquidation
    • Settlement Design
    • Asset Management
    • Market Management
  • Fees
  • Testnet
    • World Market (Rise)
  • World Fund
    • Introduction
    • The Problem
    • Architecture
      • User Layer
      • Human-driven Application Layer
      • AI-driven Application Layer
      • Infrastructure Layer
    • Core Components
      • Fund Builder
      • Quant Agent
      • Strategy Framework
    • Decentralized Architecture
    • Execution Layer
    • Conclusion
    • References
    • Original Whitepaper PDF
  • Economics
    • World Market
    • World Fund
  • External Links
    • Website
    • Twitter
    • Discord
Powered by GitBook
On this page
  • Futures Market Fees
  • Fixed Opening and Closing Fees
  • Dynamic Borrowing Fees
  • Skew-based Funding Fees

Was this helpful?

Export as PDF

Fees

Fee structure for sustainable yield and trades

Futures Market Fees

The Futures Market has following fees to incentivise LPs and traders:

  • Opening and Closing Fees

  • Borrowing Fees

  • Skew-based Funding Fees

Fixed Opening and Closing Fees

When traders open a trade on the protocol, an opening fee is deducted from the collateral to facilitate execution of the trade. Similarly, a closing fee is deducted from the collateral when the traders close their positions.

The opening and closing fees are fixed and depend on the market creator. Hence, each market may have different fees.

Dynamic Borrowing Fees

The market pool acts as a counterparty in an event of market skew. Hence, all positions pay a borrowing fee on hourly basis for sustainable operation of the protocol in event of skew. In case, there is no skew and very low Open Interest, borrowing fees tend to be 0.

Let nnn be the total time interval in hours until which the position was opened for, then borrowing fees of the position, fbf_{b}fb​ at any time ttt can be defined as

fb=∫0nf(t)where0<t≤nf_{b} = \int_{0}^{n} f(t) \quad where\quad0<t\leq n fb​=∫0n​f(t)where0<t≤n

and we can define f(t)f(t) f(t) as

f(t)=rOI(t)RT  ×Fmax  ×Sf(t) = \frac{r_{OI}(t)}{R_{T}} \; \times F_{max} \;\times Sf(t)=RT​rOI​(t)​×Fmax​×S

where ROI(t)R_{OI} (t)ROI​(t) is the reserve amount in USD for all opened positions at time ttt, RTR_{T}RT​ is the total reserve amount in USD for the market, FmaxF_{max}Fmax​ is the maximum allowed borrowing fees for the market defined and SSS is the position size.

Since FmaxF_{max}Fmax​,RTR_{T}RT​, SSS are constant throughout the position time, so

f(t)=κ  ∗rOI(t)f(t) = \kappa \;* r_{OI}(t)f(t)=κ∗rOI​(t)
κ=FmaxSRT \kappa = \frac{F_{max}S}{R_{T}} κ=RT​Fmax​S​
fb∝rOIf_{b} \propto r_{OI}fb​∝rOI​

hence, we can say as the open interest of the market increase the borrowing fees increase and vice versa.

Skew-based Funding Fees

Let the Active Open Interest Skew be θ\theta θ, then

θ=∣L−S∣O\theta = \frac{|L - S|}{O} θ=O∣L−S∣​

where LLL is the sum of open interest on Long side, SSS be the sum of open interest on short side and OOO be the sum of total open interest in USD.

If RusdR_{usd}Rusd​ represents pool's maximum reserve amount available for an asset, then

ϑ=∣L−S∣Rusd\vartheta = \frac{|L - S|}{R_{usd}} ϑ=Rusd​∣L−S∣​

Then the funding fee of a position can be defined as

F=Λ∗θλOF = \frac{ \Lambda * \theta^{\lambda}}{O} F=OΛ∗θλ​

where Λ\LambdaΛ is the asset's funding constant and λ\lambdaλ is the asset's funding power constant.

Direction of Funding Fees

Direction=L−S∣L−S∣Direction = \frac{L-S}{|L-S|}Direction=∣L−S∣L−S​

The possible output of the function is 111 which means long will pay short and −1-1−1 means shorts will pay long.

PreviousMarket ManagementNextIntroduction

Last updated 15 days ago

Was this helpful?