All pages
Powered by GitBook
1 of 1

Loading...

🎯 Participation Events (on-chain lucky draw)

XPIKE offers blockchain-based lucky draws that give users a fair shot at high-value rewards.

🎯 How It Works

  1. Users use their XE tokens to enter participation events (e.g., 1 XE = 1 entry).

  2. Events are time-bound — typically weekly or bi-weekly rounds.

  3. Once the round ends, the system draws winners transparently via on-chain logic.

  4. Winners receive additional XE rewards, NFTs, or exclusive platform perks.


🔄 Second-Chance Redemption

Even if you lose a draw, your participation builds history. Thanks to our Probability Balancing Algorithm, future chances improve with:

  • More entries

  • More consistent participation

  • Staking level boosts

This system rewards loyalty, not just luck.


🔍 Verifiable Draw Logic

  • Random numbers are generated using Python’s random.randint() function (MT19937).

  • Example:

    >>> random.randint(1, 1000)
    → 468  # 468th entry wins