For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fees

On 42's trade fees.

42 applies a protocol fee of 0.4% on trades which serves as the core source of protocol revenue, and 0.4% on platform fees. Fees are only incurred when users mint or redeem Outcome Tokens (OTs).

This protocol fee is separate from network gas fees, which are also paid in BUSDT from the proxy wallet during transaction execution.

Mint Fee

For Mint transactions, the fee is calculated directly on the trade notional collateral deposited in exchange for the OT.

Formula

  • M = Gross collateral from the mint

  • f = protocol fee rate

MintFee=M×fMintFee = M × f

Example: Given a mint size of 100 USDT, the total fees (protocol and platform) will amount to 100 USDT×0.8%=0.8 USDT100 \text{ USDT} \times 0.8\% = 0.8 \text{ USDT}

Redeem Fee

Redeems first apply a redeem tax (refer to Redeem Tax Explained). The protocol fee is then charged on the remaining collateral.

Formula

  • R = gross collateral from the redeem

  • τ = redeem tax rate

  • f = protocol fee rate

RedeemFee=R×(1τ)×fRedeem Fee = R × (1 − τ) × f

Example: Given a redeem size amounting to 100 USDT in gross collateral and redeem tax rate of 5%, the total fees (protocol and platform) will amount to 100 USDT×(10.05)×0.8%=0.76 USDT100 \text{ USDT} \times (1-0.05) \times 0.8\% = 0.76 \text{ USDT} *Note: This ensures the protocol fee is only applied to the net collateral returned from the pool, not the taxed portion.

Last updated