From ff8c04a6ff70ffd473c5bac42cce7f1ee34c1ad4 Mon Sep 17 00:00:00 2001 From: ZkSwapFinance Date: Sun, 23 Feb 2025 11:33:42 +0700 Subject: [PATCH] update zkSwapFinance stable fee --- dexs/zkswap-stable/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dexs/zkswap-stable/index.ts b/dexs/zkswap-stable/index.ts index 5bfcba8f74..bbd7c4ed83 100644 --- a/dexs/zkswap-stable/index.ts +++ b/dexs/zkswap-stable/index.ts @@ -13,8 +13,8 @@ const graph = getGraphDimensions2({ }, feesPercent: { type: "volume", - Fees: 0.01, - Revenue: 0.0033 + Fees: 0.0005, + Revenue: 0.0001667 } }); @@ -26,7 +26,7 @@ const adapters: SimpleAdapter = { start: '2024-11-06', meta: { methodology: { - UserFees: "User pays 0.01% fees on each swap.", + UserFees: "User pays 0.0005% fees on each swap.", ProtocolRevenue: "Approximately 33% of the fees go to the protocol.", SupplySideRevenue: "Approximately 67% of the fees are distributed to liquidity providers (ZFLP token holders)", Revenue: "Approximately 33% of the fees go to the protocol.", @@ -35,4 +35,4 @@ const adapters: SimpleAdapter = { } } } -export default adapters; +export default adapters; \ No newline at end of file