Collateral Assets

Overview

Collateral Assets can be deposited into the protocol to enable borrowing Kopio Assets against the value of the deposit. Each Collateral Asset has two oracle providers keeping the protocol updated with the most recent market information about it.

Collateral Asset Types

The following is an example list of possible collateral assets:

  • Native Cryptocurrencies Existing digital assets available within the relevant blockchain ecosystem such as ETH.

  • Stablecoins Assets pegged to a stable fiat currency, such as USDC, DAI, or USDT.

  • Wrapped Cryptocurrencies Wrapped tokens representing another cryptocurrency eg. wBTC WETH.

  • Synthetic Assets Some Kopio Assets can also be supplied as collateral.

  • Liquid Staking Derivatives Popular liquid staking tokens eg. stETH, rETH

Criteria

Initially the protocol founding team has decided a list of assets to include but later on new collaterals can be added using a governance module.

Collateral Assets in the protocol can basically be any ERC-20 token with following properties

  • Has value.

  • Sufficient on-chain liquidity.

  • Good reputation.

  • Price feeds available from supported oracle networks.

  • Does NOT have a fee-on-transfer mechanism. This is subject to change later on.

Kopio Asset can also be whitelisted as a Collateral Asset.

Collateral Factor

Collateral Factor (CF) is a value for each collateral based on its risk profile. Generally, the higher the volatility of an asset, the higher the risk.

It is a fraction between 0 and 1 that is used to calculate the risk-adjusted valuation of deposited collateral. Given an asset a, CF can be represented as follows:

CFa=[0,1]CF_a = [0,1]

A Collateral Factor of 1 means the protocol values the Collateral Asset in full when calculating a CDP's total collateral value.

Collateral Factor Example

Last updated