From 389d8392ba6f461f6c92150b6ad2f19c3a193858 Mon Sep 17 00:00:00 2001 From: "Muhammad-Jibril B.A. (Khalifa MBA)" Date: Mon, 4 Mar 2024 21:12:59 +0800 Subject: [PATCH] Add Launchpool Commission Teers in README and allow all token stake pools. --- blockchain/modules/edfis-launchpool/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/blockchain/modules/edfis-launchpool/README.md b/blockchain/modules/edfis-launchpool/README.md index ed5aa4e6..187dbe59 100644 --- a/blockchain/modules/edfis-launchpool/README.md +++ b/blockchain/modules/edfis-launchpool/README.md @@ -5,6 +5,16 @@ Edfis Launchpool is a platform for projects to offer their tokens to their commu This module is used for Edfis Launchpools. Teams and projects that are just getting started launching their products would need to foster a community and provide their tokens to the public. They need community backed by token holders of their token, that is the crowd so that they could have a strong start. -The Launchpool does not replace the Launchpad but is however complementary to it. +The Launchpool does not replace the Launchpad but is however complementary to it. The Launchpool module allows teams to offer their tokens to users in a pool wherein users stake any currency in order to earn the team's new token passively. -The Launchpool module allows teams to offer their tokens to users in a pool wherein they stake `SEE`, `EDF`, `SETR` or `USSD` in order to earn the team's new token passively. +Based on the `LaunchpoolStakingCurrency` set by teams, the protocol takes a `LaunchpoolCommission` from the tokens offered. The commissions taken are deposited to the `EthicalDeFiTreasury`. + +### Launchpool Commission Teers +Below are the commission teers: + - 1. `LSEE` Pools: No Commissions taken; + - 2. `LEDF` Pools: No Commissions taken; + - 3. `SETR` Pools: No Commissions taken; + - 4. `USSD` Pools: `USSDLaunchpoolCommission` (should be 0.25%) + - 5. `SEE` Pools: `SEELaunchpoolCommission` (should be 0.5%); + - 6. `EDF` Pools: `EDFLaunchpoolCommission` (should be 0.5%) + - 7. Other Tokens Pools: `OtherTokensLaunchpoolCommission` (should be 5%)