Detailed Explanation of Emission Service

:loudspeaker: Detailed Explanation of Emission Service :loudspeaker:

We currently have four emission services running. Every 120 seconds, each service initiates a reward round, selecting 100 random nodes from the live network. Each selected node earns 0.05662462854 ANT tokens.

Rewards aren’t distributed immediately. Instead, they are accumulated and paid out in 12-hour intervals, combining rewards per wallet address to reduce gas fees.

This means that 288,000 nodes will be rewarded and 16,307.8930202218 ANT tokens will distributed every day.

How the 100 nodes are selected:

  1. We generate 20 random addresses.
  2. For each address, we fetch quotes as if they were chunks, expecting 5-7 quote responses per address.
  3. We then loop through all quote responses, picking the closest nodes to each quote address.
  4. We continue selecting the next closest nodes until we have 100 nodes in total.
20 Likes