Skip to content

Commit

Permalink
Add Launchpool Commission Teers in README and allow all token stake p…
Browse files Browse the repository at this point in the history
…ools.
  • Loading branch information
balqaasem committed Mar 4, 2024
1 parent 096e996 commit 389d839
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions blockchain/modules/edfis-launchpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%)

0 comments on commit 389d839

Please sign in to comment.