From 9f2ebe806e04d09975015f7ccdc0a3d2808d7bd9 Mon Sep 17 00:00:00 2001 From: King Date: Wed, 29 Jan 2025 21:52:08 +0100 Subject: [PATCH] Fix typo forkway-loyalty-pool.md --- audits/forkway-loyalty-pool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audits/forkway-loyalty-pool.md b/audits/forkway-loyalty-pool.md index 32738989..1fca8f73 100644 --- a/audits/forkway-loyalty-pool.md +++ b/audits/forkway-loyalty-pool.md @@ -177,7 +177,7 @@ Another simple fix would be to tweak `toMint()` so that the base it uses to calc This is categorized as "low" as the AdEx team has informed us that they would be staking a significant sum of ADX when the pool is deployed, therefore eliminating the likelihood of this exploit. -**AdEx team comment:** we have decided not to honor the `maxTotalADX` in `toMint()` as suggested because, 1) it impacts the APY predictability 2) it will be unfair to pool token holders who've staked early and then their collective share has incresed over `maxTotalADX`. In this scenario of oversubscription, the pool token will be traded above it's value in ADX. +**AdEx team comment:** we have decided not to honor the `maxTotalADX` in `toMint()` as suggested because, 1) it impacts the APY predictability 2) it will be unfair to pool token holders who've staked early and then their collective share has increased over `maxTotalADX`. In this scenario of oversubscription, the pool token will be traded above it's value in ADX. **Severity:** low @@ -241,4 +241,4 @@ A ADX-LOYALTY/ADX market can be arbitraged through the loyalty contract by excha **AdEx team comment:** acknowledged; because ADX-LOYALTY is essentially a limited supply token that gives you the right to participate in governance, we believe it's fair that it can trade higher than the underlying ADX if the supply has ran out -**Status:** resolved \ No newline at end of file +**Status:** resolved