Minting & Redeem
Minting
- Only CDP Owner
MAX LTV: L%
+------------+ LTV: x% +------------+
| FIL |-----------+---------->| FOX |
+------------+ | +------------+
Collateral | Stablecoin
|
+------------+ |
| FOXS |-----------+
+------------+
Shares
- Approve
WETH
toFoxFarm
. - Approve
FOXS
toFoxFarm
. - Execute
openAndDepositAndBorrow()
inFoxFarm
.
Redeeming
- Only CDP Owner
MAX LTV: L%
+------------+ LTV: x% +------------+
| FIL |<----------+-----------| FOX |
+------------+ | +------------+
Collateral | Stablecoin
|
+------------+ |
| FOXS |<----------+
+------------+
Shares
- Approve
FOX
toFoxFarm
. - Execute
repayAndWithdraw()
inFoxFarm
.