Collateral and Reserves
Aso implements the collateral and reserve mechanic implemented by Compound Finance.
Each asset supported by Aso Finance is integrated through a cToken contract, which is an EIP-20 compliant representation of balances supplied to the protocol. By minting cTokens, users (1) earn interest through the cToken’s exchange rate, which increases in value relative to the underlying asset, and (2) gain the ability to use cTokens as collateral.
cTokens are the primary means of interacting with the Aso Finance Protocol; when a user mints, redeems, borrows, repays a borrow, liquidates a borrow, or transfers cTokens, she will do so using the cToken contract.
There are currently two types of cTokens: CErc20 and CEther. Though both types expose the EIP-20 interface, CErc20 wraps an underlying ERC-20 asset, while CEther simply wraps Ether itself. As such, the core functions which involve transferring an asset into the protocol have slightly different interfaces depending on the type, each of which is shown below.
Reserves are an accounting entry in each soToken contract that represents a portion of historical interest which can be withdrawn or transferred through the protocol's governance. A small portion of borrower interest accrues into the protocol, determined by the reserve factor.
The reserve factor is the percentage of interest paid to the Aso Finance. If the reserve factor is 10, then that would imply a 10% rate of interest paid on the borrowed asset allocated to Aso.
USDB
80%
10%
ETH
70%
20%
BLAST
50%
30%
wBTC
65%
20%
ezETH
50%
20%
weETH
50%
20%
Last updated