📘
Knox Finance Docs
  • Knox Finance
  • Overview
    • Options
    • Covered Calls
    • Risk Management
    • Vault System
    • Options Auction
    • Fee Structure
  • Liquidity Providers
    • Depositing Collateral
    • Withdrawing Collateral
    • Redeeming Claim Tokens
  • Option Buyers
    • Buying Options
    • Withdrawing Options
    • Exercising Options
  • Developers
    • System Architecture
    • Epoch Mechanics
    • Auction Lifecycle
    • Contract Deployments
  • Appendix
    • Delta Strike Formula
    • Option Pricing Formula
Powered by GitBook
On this page
  1. Overview

Fee Structure

Knox Finance earns revenue by taking a performance fee when the vault is profitable.

Performance Fee

At the end of each epoch if the vault has a positive net income, a 15% performance fee is taken. The net income is calculated by comparing the total assets held by the vault at the start of the auction, with the adjusted total assets at the end of the epoch. The adjusted total assets account for assets withdrawn from the vault during the epoch. If the adjusted total assets are greater than total assets before the auction, the net income is set to the total premium, otherwise, the difference is deducted from the total premium.

netIncome = totalPremium - (lastTotalAssets - adjustedTotalAssets)

PreviousOptions AuctionNextDepositing Collateral

Last updated 2 years ago