Skip to content

Commit

Permalink
refactor: add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
witgaw committed Jul 12, 2024
1 parent a7d08f3 commit 77de206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/0029-FEES-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Note, discounts are calculated and applied one after the other and **before** re
The infrastructure fee factor is set by a network parameter `market.fee.factors.infrastructureFee` and a reasonable default value is `fee_factor[infrastructure] = 0.0005 = 0.05%`.
The maker fee factor is set by a network parameter `market.fee.factors.makerFee` and a reasonable default value is `fee_factor[maker] = 0.00025 = 0.025%`.
The liquidity fee factor is set by an auction-like mechanism based on the liquidity provisions committed to the market, see [setting LP fees](./0042-LIQF-setting_fees_and_rewarding_lps.md).
The treasury fee factor is set by the network parameter `market.fee.factors.treasuryFee`.
The buyback fee factor is set by the network parameter `market.fee.factors.buybackFee`.
The treasury fee factor is set by the network parameter `market.fee.factors.treasuryFee` with a default value should of `0`.
The buyback fee factor is set by the network parameter `market.fee.factors.buybackFee` with a default value should of `0`.

trade_value_for_fee_purposes:

Expand Down

0 comments on commit 77de206

Please sign in to comment.