INIT Capital
  • Protocol Overview
    • Introduction
    • Liquidity Hook
      • Benefits to DApps
      • Benefits to INIT Users
    • INIT Growth Loop
  • Lending
    • Assets List
    • How Deposit Works
    • Lending APR
    • LP Tokens as Collateral
    • Lending Cap
  • Borrowing
    • Assets List
    • Borrow Cap
    • Health Factor
      • Blast Parameters
      • Mantle Parameters
    • Minimal Liquidation
    • Interest Rate Model
    • Flash Borrow
    • Auto E-Mode
    • Debt Ceiling
  • Key Features
    • Flash Borrow
    • Multi-Silo Positions
    • LP Tokens as Collateral
    • Yield-Bearing Tokens as Collateral
  • For dApps
    • Building Liquidity Hook
    • Developer Docs
  • Additional Information
    • Official Links
    • Contract Address
      • Blast
      • Mantle
    • Oracle
    • Audits
    • Media Kit
    • Terms of Use
Powered by GitBook
On this page

Was this helpful?

  1. Key Features

Multi-Silo Positions

PreviousFlash BorrowNextLP Tokens as Collateral

Last updated 1 year ago

Was this helpful?

Multi-silo positions allow different positions to be risk-independent even when using the same collateral. Each position is also viewed separately even if executed from the same smart contract (within the same integrating protocol on INIT).

Protocols with Multi-Silo Positions vs without

With multi-silo positions, 1 user can have many isolated positions that are risk-independent of each other, therefore, an unhealthy position does not affect other healthy positions.

Without multi-silo positions, 1 user can only have 1 cross position. This means that everything is viewed as 1 position, and an unhealthy position could affect other positions resulting in potential liquidation of other positions that may not be unhealthy.

Read more