🧐Bonus Distribution

Captain A of Team X can use KC to trade within 24 hours of the trading day, which is expressed as Team(X) KC; The KC value is accurate to 2 decimal places on the trading interface ( to 18 places in the smart contract); each time the minimum order is 1KC, and the traded KC will be marked as winning WKC and losing LKC.

🙋‍♀️ The bonus distribution equation is as follows:

Cycle Yield: Total revenue (Ktoken) generated in this cycle

Cycle KC: Total KC generated in this cycle

Cycle WKC: Total WKC generated in this cycle

Team(X) KC: Total KC obtained by team X

Team(X) WKC Total WKC obtained by team X

Player(B) KC: Total KC contributed by player B

Cycle Treasury = Cycle Yield * 5%: Ktoken income from this cycle of treasury

Team(X) bonus = Cycle Yield * (Team(X) WKC / Cycle WKC):Total Ktoken obtained by team X this round

Captain(A) commissions = 8% * Team(X) bonus:Captain A’s commission this cycle

Player(B) bonus = Team(X) bonus * (1 - 8%-5%) * (Player(B) KC / Team(X) KC): Total Ktoken obtained by player(B) this round

Player A as a captain,still can have Player(A)bonus as a team member.

🤓 For example

1. If the total bonus pool for a cycle of 7 days is 10000 Ktoken, and all teams receive a total of 5000KC in KC.

2. Team X contributes 1000KC and captain A in team X trades this 1000KC in 4 times, the number of orders placed and the winning and losing results of the 4 times are 100 (losing), 200 (winning), 300 (losing), and 400 (winning).

3. The contribution of crew B in Team X is 100KC.

4. The generate of this cycle from the trading game is 2000 WKC.

So the calculation is as follows:

Cycle Yield = 10000 Ktoken

Cycle KC = 5000 KC

Team(X) KC = 1000 KC

Team(X) WKC = 200 WKC + 400 WKC = 600 WKC

Player(B) KC = 100 KC

Cycle Treasury = 10000 Ktoken * 5% = 500Ktoken

Team(X) bonus = 10000 Ktoken * (600 / 2000) = 3000 Ktoken

Captain(A) bonus = 3000 * 8% =240 Ktoken

Player(B) bonus = 3000 Ktoken * (1 - 8%-5%)* (100 / 1000) = 261 Ktoken

Last updated