# Smart Payout System

The Intelligent Payout System is carefully crafted to encourage larger purchases with greater chances of winning, without compromising the incentives for smaller purchases. The advanced system assesses the dollar amount spent on purchasing Destiny Land tokens and processes each transaction through a bot, assigning a probability of winning the Jackpot based on the percentage represented by each transaction. (Please refer to the detailed information below for further clarification.)

#### Chance to WIN (Per Transaction)

<table><thead><tr><th>Tx value in $</th><th>% chance of win</th><th data-hidden></th></tr></thead><tbody><tr><td>$100</td><td>1%</td><td></td></tr><tr><td>$200</td><td>2%</td><td></td></tr><tr><td>$300</td><td>3%</td><td></td></tr><tr><td>$400</td><td>4%</td><td></td></tr><tr><td>$500</td><td>5%</td><td></td></tr><tr><td>$600</td><td>6%</td><td></td></tr><tr><td>$700</td><td>7%</td><td></td></tr><tr><td>$800</td><td>8%</td><td></td></tr><tr><td>$900</td><td>9%</td><td></td></tr><tr><td>$1000</td><td>10%</td><td></td></tr></tbody></table>

#### WINNINGS (ETH)

Total amount of $ETH in the JACKPOT is automatically sent to the winner in the same transaction! No extra $ETH is need for gas!


---

# 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://destinyland.gitbook.io/destinyland/smart-payout-system.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.
