Fees

Trading fees, liquidation fees, and worked examples

Overview

OBSDN charges execution fees on trades. Funding transfers are not execution fees.

Trading Fees

Fee schedule is defined by account/market configuration:

  • Maker fee rate
  • Taker fee rate

Execution fee formula:

Trade Fee=Notional×Fee Rate\text{Trade Fee} = \text{Notional} \times \text{Fee Rate}

Where:

Notional=Size×Execution Price\text{Notional} = \text{Size} \times \text{Execution Price}

Liquidation Fee

Liquidation executions can include an additional liquidation fee component.

This fee is distinct from funding and normal maker/taker charges.

Funding Is Not a Trading Fee

Funding payments are transfers between counterparties and are computed by the funding mechanism.

See Funding.

Examples

Example A: Taker Trade Fee

  • Buy size: 0.20 BTC
  • Price: 50,000
  • Taker fee: 0.05% (0.0005)
Notional=0.20×50,000=10,000\text{Notional} = 0.20 \times 50{,}000 = 10{,}000 Fee=10,000×0.0005=5\text{Fee} = 10{,}000 \times 0.0005 = 5

Fee paid: 5 USDC.

Example B: Maker Trade Fee

  • Sell size: 2 ETH
  • Price: 3,000
  • Maker fee: 0.02% (0.0002)
Notional=2×3,000=6,000\text{Notional} = 2 \times 3{,}000 = 6{,}000 Fee=6,000×0.0002=1.2\text{Fee} = 6{,}000 \times 0.0002 = 1.2

Fee paid: 1.2 USDC.

On this page