Staking

  1. Users vote assets to nodes and complete the pledge;

  2. The centralized server processes the user's voting record, including voting time, proportion column and other data, and calculates the user's income: dailyRewardKIKI = stakingQuantity x price x dailyAPR/KIKI price; DailyAPR (Daily)= annual rate (APR) / 365; 20% of daily rewards are released that day and 1% of the rest are released linearly;

  3. The user posts a request to the server to claim rewards, and submits the address to the server;

  4. According to the user's request, the server deducts the corresponding number of coins from the pool.

  5. Send the rewards from the rewards pool to the user's claim address.

Last updated