Compare commits

..

1 Commits

Author SHA1 Message Date
993628ee6a
Restructured information about LP rewards. 2025-02-01 16:53:55 +02:00
2 changed files with 6 additions and 6 deletions

@ -4,7 +4,7 @@ During the Testnet, community members have the chance to earn Loyalty Points, wh
- they allow you to consume testnet cloud services (create containers and VMs) - they allow you to consume testnet cloud services (create containers and VMs)
- they will be redeemable into DTE token after the release of the token - they will be redeemable into DTE token after the release of the token
Getting LP is easy through the airdrop program. All aidrops can be claimed on on Discord in the [📦claim-airdrops](https://discord.gg/zmR3Bzxz) channel. For now, we will keep internal records of the aidropds earned and claimed for each user. Over time, we will automate this process. Getting LP is easy through the airdrop program. All aidrops can be claimed in the [📦claim-airdrops](https://discord.gg/zmR3Bzxz) channel. For now, we will keep internal records of the aidropds earned and claimed for each user. Over time, we will automate this process.
> We are aware that a lot of web3 companies choose to promote similar plans through > We are aware that a lot of web3 companies choose to promote similar plans through
> platforms like galxe. Though we appreciate this idea, we will not go down this path > platforms like galxe. Though we appreciate this idea, we will not go down this path
@ -34,11 +34,11 @@ The size of the airdrops will depend on the effort and the involvement. Please f
- _After running your instance of the Hacker Challenge, call `/mint?address=<address>` to mint._ - _After running your instance of the Hacker Challenge, call `/mint?address=<address>` to mint._
- **600LP:** Post a technical review of the [Hacker Challenge](https://detee.ltd/hacker-challenge). - **600LP:** Post a technical review of the [Hacker Challenge](https://detee.ltd/hacker-challenge).
- _Requires reading through [the code](https://gitea.detee.cloud/general/hacker-challenge/) of the challenge._ - _Requires reading through [the code](https://gitea.detee.cloud/general/hacker-challenge/) of the challenge._
- _Achieved by posting a technical review of (or endorsement) the challenge on Social Media._ - _Achieved by posting a technical review of (or endorsement) the challenge on social media._
- **250 LP / month + Rewards:** Run a node on DeTEE - **250 LP / month + Rewards:** Run a node on DeTEE
- _Rent a dedicated physical server. (For example, from [redswitches](https://www.redswitches.com/)_ - _Rent a dedicated physical server (for example, from [redswitches](https://www.redswitches.com/))._
- _Register yourself as a node operator on the DeTEE platform._ - _Register yourself as a node operator on the DeTEE platform._
- _SNP-enabled nodes will get will receive an extra 150LP/month._ - _SNP-enabled nodes will receive an extra 150LP/month._
For any questions or for claiming rewards, please contact us on Discord. For any questions or for claiming rewards, please contact us on Discord.

@ -4,7 +4,7 @@ For obvious reasons, the CLI is the first end-user app developed as part of our
### Installation ### Installation
The DeTEE CLI is available as a container. First make sure you [install docker] https://docs.docker.com/desktop/). The DeTEE CLI is available as a container. First make sure you [install docker](https://docs.docker.com/desktop/).
Once docker is installed, use the following command to run the CLI: Once docker is installed, use the following command to run the CLI:
``` ```