IMPORTANT LEGAL DISCLAIMER AND RISK WARNING

The INKY Tombola is an experimental blockchain application strictly reserved for $INKY community members. It is not open to the general public.

The $INKY token has no intrinsic monetary value and is not a regulated financial instrument. This is not a licensed financial service or a regulated form of gambling. Its operation may be illegal in certain jurisdictions.

Ticket purchase is a voluntary and irrevocable contribution to the $INKY ecosystem; tokens used are automatically burned to reduce supply, benefiting the community.

By participating, you accept the risks associated with using unregulated digital assets. You could lose your entire $INKY stake.

PARTICIPATION IN THE INKY TOMBOLA IS ENTIRELY AT YOUR OWN RISK.


How it works?

Welcome to the INKY Tombola! This guide explains how this transparent and exciting game works. The Tombola is an experimental community rewards game powered by $INKY, the first meme coin on the Nexera network. It's a fun and fair way to win a significant prize while contributing to the $INKY ecosystem.


The Prize Pool

A small 1% tax (adjustable by INKY Council) is applied to every $INKY transaction on the network, automatically funding the designated Bounty Wallet (0x7951659dbed0D18314cA61819956d918E6d615E7). This prize is capped at a maximum amount defined by the community; any surplus funds exceeding this cap are automatically burned, ensuring the pot continuously grows with network activity while contributing to token deflation.

How to Participate?

$INKY holders can participate by purchasing tickets with their $INKY tokens. The $INKY you spend on tickets is immediately and automatically sent to a burn address (0x00...dEaD), permanently removing it from circulation. This reduces the total supply of $INKY, which can benefit all holders.

To ensure fair play and prevent whale manipulation, there are a few conditions for participation:

The Draw Process

The draw takes place every Friday at 3:00 PM UTC. For a draw to occur, two conditions must be met:

  1. There must be a minimum of 5 participants. If there are fewer than 5, the draw is postponed until the following week.
  2. The Bounty Wallet must have a positive $INKY balance. If the prize pool is empty, the draw is also postponed.

This ensures that there's always a worthwhile prize to be won and a healthy level of competition.

Transparency & Verifiability

While the draw itself is executed off-chain to keep costs low and provide flexibility, its fairness is built directly on the transparency and immutability of the blockchain. Every key parameter of the game, including the ticket price, the minimum $INKY holding for eligibility, the max cap, and the max tickets allowed, are stored on the blockchain itself. This means the community can always propose changes and, if approved, these parameters can be updated for future rounds, nothing is set in stone.

Our winning mechanism is designed to be completely unpredictable and verifiable. It relies on the unpredictable nature of the Nexera Chain. Here's how it works:

  1. Waiting for Blocks: The system waits for 5 confirmed blocks on the Nexera mainnet after the draw time. The exact hashes of these blocks are used as the source of randomness. These hashes are created by the Nexera network's consensus mechanism and are impossible to predict.
  2. Creating the Seed: The three Nexera block hashes are combined into a single, long string. This string is then passed through a cryptographic hash function (keccak256) to create a unique and truly random "seed."
  3. Finding the Winner:
    • This seed is converted into a very large number (BigInt).
    • The modulo operation is then applied to this number using the total number of tickets sold for the round. The result is a number that corresponds to a specific ticket index. The tickets are indexed based on their order of purchase, so the first ticket bought is index 0, the second is index 1, and so on.
    • For example, if the seed is 12345 and there are 100 tickets, the calculation would be 12345 % 100, which gives a result of 45. The ticket at index 45 (the 46th ticket purchased) is the winning ticket!
  4. Automatic Payout and Burning: The winner is automatically determined and the prize is instantly transferred to their wallet, free from the tax. Simultaneously, any tokens accumulated above the community-set cap are automatically sent to the Burn Address (0x000...dEaD). A new round begins immediately after.

To further guarantee transparency, a detailed PDF report is generated after every round. This report contains all the data needed to verify the draw, including the exact block hashes, the winning seed, and the final result. You can check the transaction hashes and block details yourself to verify the fairness of every single draw.