A deep-dive into the calculation and conversion between USD and USDC, and the use of various interest models.
USD to USDC Settlement
Funding fees, positions’ financing costs and PNL are all settled in real time in USD value. In below situations, total accumulated USD value will be converted to USDC amounts:
Takers’ trade actions, i.e. open trades, close all / part of positions;
Takers withdraw USDC and withdrawal amounts exceeds existing USDC balance;
When USDCBalance≥0, below situation will trigger conversion.
When USDCBalance<0, below situation will trigger conversion.
min(1.0,pusdcusd)unsettledUSD<threshold
where unsettledUSD=∑PnL+∑Funding+∑FinancialCosts, threshold<0, and threshold now could be set as -10,000 at the beginning.
When traders’ trade action triggers USD to USDC settlement, entry price of positions will be changed to the execution pricepexec. Keeper fees will be paid by takers.
When withdrawal actions andnegative amounts trigger USD to USDC settlement, entry price of positions will be changed to the oracle priceporacle. Keeper fees will be paid by LP.
Interest Rate Model
When takers making money, they will receive USDC and USDC could be used as collaterals;
When takers losing money, USDC will be deducted from their accounts. If takers do not have enough USDC, which means USDC balance is negative, protocol will auto borrow USDC for accounts and start to charge interests. Interests will be credited to LP.
Our target to charge interests is encouraging takers to deposit USDC as soon as possible, as negative USDC balance will not only take use of extra margin but also will be charged interests.
The supply of USDC is from liquidity providers and the maximum supply is max(1.0,pusdcusd)LP−∑∣s∣. Where s is net positions of each currency for all users in USD.
Total USDC debts equals to the sum of negative USDC balance from all takers. USDC debts maintain the base interest rate IR0 until the specific rebalancing conditions are met.
Where, IR0 is the minimum interest rate when DE=0, IRmax is the maximum interest rate when DE=1, IRvertex is the vertex interest rate when DE=DE∗, DE∗ is the vertex debt/equity ratio.
Symbol
Rate
5%
120%
25%
40%
Time-weighted Variable Interest Rate Model
To protect LP in extreme market conditions, IRmax follows time-weighted variable interest rate model and will change over time. When DE>DE∗ for 12 hours, IRmax will double.
For takers with negative USDC balance N , the accrued interests between t0 and t1 (no actions happen between t0 and t1 in the protocol) is calculated as below: