Solera
  • Introduction
    • ๐Ÿ’กAbout Solera
  • ๐Ÿ”—Links
  • Overview
    • ๐ŸŒ…Getting Started
      • Core Concepts
      • Market Types
    • ๐ŸคLending & Borrowing
      • Supplying Collateral
      • Interest Rates
      • Collateral & Liquidations
      • Oracles
    • ๐Ÿฆ‹Morpho Markets
      • Earning
      • Borrowing
    • ๐Ÿ’นStrategies
    • ๐ŸฆVaults
    • ๐Ÿ’ฑSwap
  • ๐ŸŒฑLiquid Staking
  • ๐Ÿ“ฒSavings Accounts
  • Protocol
    • ๐Ÿ“ŠParameters
    • ๐Ÿ•ต๏ธโ€โ™‚๏ธAudits
    • โ€ผ๏ธRisks
      • Smart Contract Risk
      • Bad Debt Risk
      • Oracle Risk
    • ๐Ÿ”’Risk Management
      • Risk Parameters
        • Asset-level
        • Account-level
      • Liquidations
      • Operational Security
  • Developers
    • ๐ŸŸ sTokens
    • โŒจ๏ธSolera SDK
    • ๐Ÿ’พContract Addresses
    • ๐Ÿค–Operating a Liquidator Bot
  • Operations
    • Disclaimer
    • Terms of Service
    • Restriced Geolocations
Powered by GitBook
On this page
  1. Overview
  2. Getting Started

Core Concepts

Core Mechanics of Solera's Lending and Borrowing Protocol

  1. Pairs and Lending Mechanics

In each isolated market, users can borrow one type of token (Asset Token) by depositing another (Collateral Token). Depositing Asset Tokens in a pair gives lenders a Receipt Token claim that is redeemable for an increasing quantity of Asset Tokens as interest accrues. Borrowers deposit Collateral Tokens to gain the right to borrow Asset Tokens.


  1. Interest Rate Mechanics

Interest is accrued continuously according to the formula: Pe^rt-e. Interest rates are determined by a specific Rate Calculator contract for each pair. The Time-Weighted Variable Rate adjusts based on asset utilizationโ€”rates decrease if utilization is low and increase if high.


  1. Loan-To-Value (LTV)

LTV represents the ratio of borrowed assets to deposited collateral. It changes with market rates and interest accrual. Borrowers must maintain their LTV below a pre-set Maximum LTV to avoid their position being elligibile for liquidation. To correct an unhealthy LTV, borrowers can add collateral or repay part of the loan. The Maximum LTV is set for each individual asset pair.


  1. Vault Account Mechanics

The Vault Account is a key element in the pair's accounting system, comprising two main components: the Account Value (total tokens within the vault) and a unique representation of ownership for each lender.

  • Account Value: Reflects the total holdings in the vault, including both the initial deposits and any accrued interest.

  • Lenders: Receive an increased value, symbolizing their contribution to the Vault Account, which can be redeemed later in proportion to their share of the total Account Value.

As interest accrues within the pair, the Account Value increases, enhancing the redeemable value of each lender's token.

PreviousGetting StartedNextMarket Types

Last updated 1 month ago

๐ŸŒ