# Distribution & Jackpot Mechanism

The $CLT reward system is designed to fairly distribute Solana (SOL) to all holders based on their token balance. Here’s how it works:

1. **Calculation of Holdings**
   * The system calculates the percentage of $CLT tokens held in each wallet relative to the total supply.
2. **Reward Wallet Balance Check**
   * The total SOL balance in the reward wallet is used to determine the appropriate payout for each holder.
3. **Batch Transactions Every 10 Minutes**
   * Every 10 minutes, the system processes batch transactions to distribute SOL to all holders.
   * This ensures continuous passive income without requiring user interaction.

### Jackpot System: A Fair and Exciting Reward Structure

The jackpot system introduces a lottery-based incentive mechanism funded by transaction fees. Here’s how it works:

1. **Accumulation of Jackpot Funds**
   * 1% of each transaction is allocated to the jackpot wallet.
   * The jackpot accumulates until it reaches a minimum of **0.1 SOL + transaction fees**.
2. **Ticket-Based Entry System**
   * For every **80,000 $CLT tokens held**, a wallet receives **1 ticket entry**.
   * The more tokens a holder owns, the more tickets they accumulate, increasing their chances of winning.
3. **Randomized Winner Selection**
   * Once the jackpot reaches the minimum threshold, the system randomly selects one ticket from all eligible wallets.
   * The wallet holding the winning ticket is awarded **0.1 SOL**.
4. **Scalability & Adjustability**
   * As trading volume increases, the jackpot prize pool can grow dynamically.
   * The minimum tokens required per ticket can be adjusted to control the distribution and maintain fairness.

This automated system ensures that both passive earners and jackpot participants have an opportunity to benefit from $CLT's unique tokenomics.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://collect-token-solana.gitbook.io/collect-token-solana/distribution-and-jackpot-mechanism.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
