Sharwa.Finance Documentation
  • 💼Margin Account
    • Liquidity Providers
      • Insurance Pool
    • Liquidation
    • Fees
    • Allowed Assets
    • Security
    • Links
  • 🪙Tokenomics
    • We don't have a token
  • 🦾FOR DEVS
    • Margin Account
      • Core Contracts
        • MarginTrading.sol
        • MarginAccountManager.sol
        • LiquidityPool.sol
        • ModularSwapRouter
          • HegicModule.sol
      • Toolkits and other contracts
        • OneClick Contracts
      • HegicStopOrders
        • HegicStopOrders SDK
  • 📚Guide
    • How To Trade on Sharwa
Powered by GitBook
On this page
  1. Margin Account
  2. Liquidity Providers

Insurance Pool

Insurance pool designed to protect the liquidity providers in case of a bad debt.

PreviousLiquidity ProvidersNextLiquidation

Last updated 3 months ago

Insurance Pool Mechanics

Every time a debt is repaid, a portion of the accrued interest is allocated to the This allocation is determined by the insurance rate multiplier.

Example for USDC Liquidity Pool:

  • Interest Rate: 10%

  • Insurance Rate Multiplier: 20%

Suppose a user's interest is 100,000 USDC. In this case, 80,000 USDC of the revenue will be sent to the USDC liquidity providers, while 20,000 USDC will be allocated to the insurance pool.

The same logic applies to the WBTC and ETH liquidity pools. The insurance pool consists of three token balances: ETH, WBTC, and USDC. If there is a bad debt, the insurance pool will automatically cover it.

💼
insurance pool.