Apollo Protocol
  • GET STARTED
    • What is Apollo Protocol?
    • What is SORA Network?
    • What is Polkaswap?
    • How to use?
  • Function
    • Depositing
    • Borrowing
    • Liquidation
    • Governance
    • Farming & Staking
  • Assets
    • Listed tokens
    • Risk parameters
    • Utilization rate
    • Interest rate model
  • Tokenomics
    • Native token
    • Allocation
    • Circulation
    • Airdrop
    • Lenders & Borrowers allocation
Powered by GitBook
On this page
  • Loan-to-Value
  • Liquidation Threshold
  • Health Factor
  • Reserve Factor
  1. Assets

Risk parameters

PreviousListed tokensNextUtilization rate

Last updated 12 months ago

Each asset in Apollo Protocol has specific values related to its risk, which influences how it can be deposited and borrowed.

The table below illustrates a summary of the latest parameters for each asset.

Symbol
Collateral
Loan To Value
Liquidation Threshold
Reserve Factor

ETH

Yes

80%

85%

10%

DAI

Yes

80%

85%

10%

Loan-to-Value

The Loan-to-Value indicator (LTV) defines the maximum amount of an asset that can be borrowed based on the collateral provided by the borrower.

The maximum LTV is calculated as the weighted average of collateral assets multiplied by each LTV:

Liquidation Threshold

Liquidation Threshold is the percentage by which a position is defined as collateral deficient. For instance, Liquidation Threshold of 80% means that if the position value rises over 80% of the collateral, the position is collateral deficient. Then the asset might be liquidated.

Liquidation Threshold is calculated as the weighted average of collateral assets multiplied by each Liquidation Threshold:

Health Factor

Let's consider a simple case below:

Given

One user deposited 100 USDC and borrowed 0.029 WETH.

Converting these to USD respectively, we get Collateral: $100, Borrowed: $72.5.

So Health Factor is,

When

Let's say the price of USDC dropped down to $0.8.

In this case, we get Collateral: $80, Borrowed: $72.5.

So Health Factor becomes,

HF = 80 * 0.8 / 72.5 = 0.937931

Reserve Factor

The Reserve Factor (RF) allocates a portion of the protocol's interests (loan repayments and liquidations), to boost the reserves and support the development of the Apollo protocol.

It is adjusted based on the risks of the asset. For example, stablecoins are assumed as less risky assets with low reserve factors while volatile assets are assumed to have more risks with higher factors.

60% of the value allocated by the Reserve Factor will be used for buyback of APOLLO tokens and storing them in the treasury, 20% will be used for buyback of CERES tokens, and the remaining 20% will go to the developers.

MaxLTV=∑Collaterali in USD × LTViTotal Collateral in USD Max LTV = \frac{ \sum{Collateral_i \: in \: USD \: \times \: LTV_i}}{Total \: Collateral \: in \: USD \:}MaxLTV=TotalCollateralinUSD∑Collaterali​inUSD×LTVi​​

Liquidation Threshold=∑Collaterali in USD × Liquidation ThresholdiTotal Collateral in USD Liquidation \: Threshold= \frac{ \sum{Collateral_i \: in \: USD \: \times \: Liquidation \: Threshold_i}}{Total \: Collateral \: in \: USD \:}LiquidationThreshold=TotalCollateralinUSD∑Collaterali​inUSD×LiquidationThresholdi​​

As we covered in the section, the Health Factor (HF) is utilized to assess the safety of a deposited asset in relation to a borrowed asset. For each wallet, Health Factor(HF) is calculated using these risks parameters:

HF=∑Collaterali in USD × Liquidation ThresholdiTotal Borrows in USDHF = \frac{ \sum{Collateral_i \: in \: USD \: \times \: Liquidation \: Threshold_i}}{Total \: Borrows \: in \: USD}HF=TotalBorrowsinUSD∑Collaterali​inUSD×LiquidationThresholdi​​

When HF<1HF < 1HF<1 the asset may be liquidated to maintain solvency.

HF=100∗0.85/72.5=1.17241379HF=100*0.85/72.5=1.17241379HF=100∗0.85/72.5=1.17241379

HF=80∗0.85/72.5=0.937103HF=80*0.85/72.5=0.937103HF=80∗0.85/72.5=0.937103

Borrowing