Collateral and Reserves

TOKENCOLLATERAL FACTORRESERVE FACTOR

USDC

85%

10%

USDT

85%

10%

wETH

80%

15%

DAI

80%

13%

wBTC

65%

20%

wstETH

60%

20%

ezETH

50%

20%

weETH

70%

20%

wrsETH

70%

20%

Collateral factors, and/or reserve factors, may be adjusted from time to time, depending on factors such as the liquidity for a particular asset. There will be prior notifications of any change before implemented and ample time for any user to adjust their positions.

Mendi implements the collateral and reserve mechanic implemented by Compound Finance.

Each asset supported by Mendi Finance is integrated through a meToken contract, which is an EIP-20 compliant representation of balances supplied to the protocol. By minting meTokens, users (1) earn interest through the meToken’s exchange rate, which increases in value relative to the underlying asset, and (2) gain the ability to use meTokens as collateral.

meTokens are the primary means of interacting with the Mendi Finance Protocol; when a user mints, redeems, borrows, repays a borrow, liquidates a borrow, or transfers meTokens, she will do so using the meToken contract.

There are currently two types of meTokens: 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 meToken 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 Mendi Finance. If the reserve factor is 10, then that would imply a 10% rate of interest paid on the borrowed asset allocated to Mendi.

Last updated