<aside> 💡 This Page is Public

</aside>

Background

In order to enhance the trading experience, there’s certain type of maker who will provide guaranteed liquidity in all conditions, and they’ll never take liquidity from others.

To incentivize this type of maker, there’s a “borrowing fee” mechanism which aims to compensate those makers, paid by the trader who takes the liquidity from the system.

Definitions

Utilization Ratio

$$ utilizationRatio := \begin{cases} Min(1, \cfrac{Abs(openNotional)}{margin}) &\text{if margin > 0} \\ 1 &\text{if margin <=0} \end{cases} $$

WhitelistedMaker

Criteria

  1. can not increase position actively
  2. when an account accept or quite this role, it must have no position at that moment. only DAO can update this role

Non-WhitelistedMaker

Everyone who is not whitelisted maker should pay borrowing fee.