Stella
  • Overview
    • ๐ŸŒ Getting Started
  • STELLA TRADE
    • ๐ŸŒOverview
    • ๐Ÿ“šPerpetual Futures 101
  • ๐Ÿ—๏ธArchitecture
  • ๐Ÿ”ฎPrice oracles
  • โš ๏ธLiquidations
  • โš™๏ธPlatform Specifications
  • ๐Ÿ”ŒIntegration Guide
  • STELLA YIELD
    • โ“How Stella Works?
    • ๐ŸคPay-As-You-Earn (PAYE) Model
    • ๐Ÿš€Stella Strategy
      • Why Stella Strategy is Unique?
      • Strategy Type
      • Asset Type
      • Strategy Exposure
      • Collateral Factor
      • Borrow Factor
      • Credits
      • Price Range & Liquidity Shape
      • Liquidation
        • Liquidation Discount
        • Post-Liquidation Value
        • Pendle/Penpie Liquidation Price
      • Price Impact
      • Leverage
      • Supported Strategies
    • ๐ŸฆStella Lend
      • Why Stella Lend is Unique?
      • Pool Type
      • Supported Assets
      • Yield Vault
      • Withdrawal Delay
    • ๐Ÿ’ฐYield Calculation
      • PAYE Graph
      • Yield Sharing
    • โš ๏ธRisk Framework
      • Precautionary Measures
      • Slow Mode
  • App Guide: Stella Yield
    • Walkthrough Stella APP
    • Open a position
    • Close a Position
    • View Your Position
    • Add/Remove Extra Collateral
    • Claim Assets from Liquidated Position
    • Deposit & Withdraw Assets
  • Developers
    • ๐Ÿ“ƒContract Addresses
      • Core
      • Stella Strategy
      • Stella Lend
      • Oracle
    • ๐Ÿ“œContract ABI
    • โš™๏ธAPI
  • Tokenomics
    • ๐ŸŽฏALPHA Token
    • โšกStaking & Protocol Fees
    • ๐Ÿ‘ฅToken Distribution
  • Additional Information
    • ๐ŸŸ About Stella
    • ๐Ÿ”ŽAudit Reports
    • ๐Ÿ“ฃCommunity Links
    • ๐Ÿ“ธMedia Kit
    • โ”FAQ
    • ๐Ÿ“–Terms of Use
Powered by GitBook
On this page
  • Collateral Credit
  • Borrow Credit
  1. STELLA YIELD
  2. Stella Strategy

Credits

PreviousBorrow FactorNextPrice Range & Liquidity Shape

Last updated 1 year ago

Collateral Credit

A Collateral Credit determines how much credit is gained from collateralizing an asset. The collateral credit is derived from the collateral factor which depends on the volatility of an asset. The higher volatility of an asset, the lower the collateral factor.

TotalCollCredit=ย LPValueโ‹…LPCollFactor+โˆ‘ExtraCollTokenValueโ‹…ExtraCollTokenCollFactor\begin{align*} \text{TotalCollCredit} =& \text{ LPValue} \cdot \text{LPCollFactor} \\ &+ \sum \text{ExtraCollTokenValue} \cdot \text{ExtraCollTokenCollFactor} \end{align*}TotalCollCredit=โ€‹ย LPValueโ‹…LPCollFactor+โˆ‘ExtraCollTokenValueโ‹…ExtraCollTokenCollFactorโ€‹

Stella uses the concept of LP token as collateral to enable undercollateralized loans. Thus, the LP collateral credit comes from the minimum collateral credit within the asset pair.

For example, $1 worth of ETH has 0.8 collateral credit while $1 worth of DAI has 0.95 collateral credit as ETH is considered a higher-volatile asset. Moreover, when performing leveraged yield farming on the ETH-DAI asset pair, 0.8 (the lower of 2 values) will be used as collateral factor.

Borrow Credit

A Borrow Credit determines how much credit is consumed from borrowing an asset. The borrow credit is derived from the borrow factor which depends on the volatility of an asset. The higher volatility of an asset, the higher the borrow factor.

BorrowCredit=TotalDebtValueโ‹…BorrowFactor\text{BorrowCredit} = \text{TotalDebtValue} \cdot \text{BorrowFactor}BorrowCredit=TotalDebtValueโ‹…BorrowFactor
TotalBorrowCredit=โˆ‘iBorrowCreditBorrowedAsseti\text{TotalBorrowCredit} = \sum_i \text{BorrowCredit}_{\text{BorrowedAsset}_\text{i}}TotalBorrowCredit=iโˆ‘โ€‹BorrowCreditBorrowedAssetiโ€‹โ€‹

For example, $1 worth of ETH has 1.14 borrow credit while $1 worth of DAI has 1.05 collateral credit as ETH is considered a higher-volatile asset.

๐Ÿš€
Collateral Factor
Borrow Factor