Zest Protocol Docs
  • What is Zest Protocol? 🍊
  • Unlocking Bitcoin Lending
  • Points
  • Zest Protocol Borrow
    • Zest Protocol Borrow Overview
      • How to use Stacks Market to Earn Yield
      • How to use Stacks Market to Borrow Assets
        • Traditional Borrowing
        • E-Mode Borrowing
      • How to use Stacks Market as a Liquidator
      • Protocol Design
        • Oracles
        • Interest Rates Mechanism and Risk Management
  • Zest Protocol BTCz
    • Zest Protocol BTCz Overview
      • BTCz
      • BTCz User Guide
      • BTCz FAQ
    • Audits
  • Zest Protocol BORROW - CONTRACTS
    • Zest Borrow Contracts Overview
    • Reserve and Configuration
      • pool-0-reserve
      • pool-reserve-data
        • Isolation Mode
      • pool-vault
    • Pool Logic
      • pool-borrow
      • liquidation-manager
    • Audits
  • ZEST PROTOCOL BTCz - CONTRACTS
    • BTCz Contracts Overview
  • Other
    • Disclaimer
Powered by GitBook
On this page
  • Supply Isolated Asset
  • Borrow in Isolated Mode
  • Exit Isolation Mode
  1. Zest Protocol BORROW - CONTRACTS
  2. Reserve and Configuration
  3. pool-reserve-data

Isolation Mode

Previouspool-reserve-dataNextpool-vault

Last updated 11 months ago

Isolated assets are more volatile assets that have stricter risk management parameters than non-isolated assets. Users can only enable one isolated asset as collateral at any given time. Isolated assets have a set debt ceiling* and can be only used to borrow select assets that have been configured to be borrowable in isolation mode.

*Debt Ceiling for an isolated asset is the maximum amount in USD that can be borrowed against the collateral.

Supply Isolated Asset

An isolated asset can be supplied like any other asset, however the default behaviour while supplying an isolated asset will depend on the below conditions

Use as Collateral
Condition

Enabled

- if Isolated Asset is the first asset supplied by the user OR - no other supplied asset is enabled as collateral by the user

Disabled

if any other asset is currently enabled as collateral

In case the user has other assets enabled as collateral, they can still supply isolated assets to capture potential yield but won’t be able to use it as collateral

Borrow in Isolated Mode

Borrowers using an isolated asset as collateral can only use that particular asset as collateral and can only borrow assets for which the get-borroweable-isolated read-only call from returns true.

Borrower in Isolation Mode cannot enable any other assets including the other isolated assets as collateral.

Exit Isolation Mode

Users can turn off isolation mode by disabling the isolated asset as collateral. This can be done only if the user has no outstanding debt.

pool-reserve-data
Page cover image