💰Trading Fees

Trading fees implementation and structure

We take fees for every order placed in the system (open or closed.) Parameters that are taken into consideration are:

  • Order type (Open, Close)

  • Order execution (Taker, Maker)

  • Min Volume in collateral

  • Max Volume in collateral

  • Fee taken (percent)

Fees for the order are defined based on the following structure. Fees are defined separately for every collateral. We need to make sure that in some cases (like forced system-wide deleverage we do not take fees.)

Maker orders are orders that do not immediately fill and rest on the order book — these orders add depth and liquidity to the order book.

Taker orders are orders that immediately matched (filled) with existing Maker orders. They remove liquidity from the order book.

Volume is calculated (and tier is set per monetary account) every 24 hours and is defined as traded volume for the last 30 days.

For USDC collateral:

Last updated