Content
@
https://warpcast.com/~/channel/clanker
0 reply
0 recast
0 reaction
Jack Dishman
@dish
GOOOD MORNING hope everyone enjoyed their weekend! clanker updates: 1. Fee percentages are now visible on token pages. This includes static/dynamic and min/max %'s 2. Added a 3% dynamic fee option for UI deploys 3. v4.1 contracts are deployed and audited, just waiting on routers to allowlist our hooks!
16 replies
14 recasts
83 reactions
Apex777.eth
@apex777.eth
sick. Do we have docs on what makes the dyanmic fees increase / decrease?
1 reply
0 recast
8 reactions
Jack Dishman
@dish
yes! this is fully configurable through the SDK: https://github.com/clanker-devco/clanker-sdk/blob/5faafdab8caa72d8cabf13d782ac89524d2d477b/src/constants.ts#L84 here's our default for dynamic 5% DynamicBasic: { type: 'dynamic', baseFee: 100, // 1% minimum fee maxFee: 500, // 5% maximum fee referenceTickFilterPeriod: 30, // 30 seconds resetPeriod: 120, // 2 minutes resetTickFilter: 200, // 2% price movement feeControlNumerator: 500000000, // Constant for scaling variable fee component decayFilterBps: 7500, // 75% decay after filter period },
0 reply
0 recast
8 reactions