Skip to content

Commit

Permalink
Merge pull request #2454 from ZkSwapFinance/master
Browse files Browse the repository at this point in the history
update zkSwapFinance stable fee
  • Loading branch information
dtmkeng authored Feb 23, 2025
2 parents f4f27a5 + ff8c04a commit 242ca5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dexs/zkswap-stable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const graph = getGraphDimensions2({
},
feesPercent: {
type: "volume",
Fees: 0.01,
Revenue: 0.0033
Fees: 0.0005,
Revenue: 0.0001667
}
});

Expand All @@ -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.",
Expand All @@ -35,4 +35,4 @@ const adapters: SimpleAdapter = {
}
}
}
export default adapters;
export default adapters;

0 comments on commit 242ca5d

Please sign in to comment.