From e45cba10e8720024c9e1449b6e5b64390064800c Mon Sep 17 00:00:00 2001 From: Witold Date: Fri, 12 Jul 2024 19:57:36 +0200 Subject: [PATCH] refactor: add default value --- protocol/0029-FEES-fees.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/0029-FEES-fees.md b/protocol/0029-FEES-fees.md index a6212e1c8..31f40d451 100644 --- a/protocol/0029-FEES-fees.md +++ b/protocol/0029-FEES-fees.md @@ -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: