# Payouts

Users can select between Jackpot or Tiered payout structures.

Jackpot tickets are only winning tickets if all hexadecimal characters are correct, whereas for tiered payout games, players are rewarded based on how many consecutive characters match.  &#x20;

**Jackpot Payout:**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |      15.75x     |
|            2            |       250x      |
|            3            |      3,500x     |
|            4            |     50,000x     |
|            5            |     750,000x    |
|            6            |   10,000,000x   |
|            7            |   100,000,000x  |
|            8            |  1,000,000,000x |

**1 Character Tiered Payout:**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |      15.75x     |

**2 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |       7.5x      |
|            2            |       125x      |

**3 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |        6x       |
|            2            |       75x       |
|            3            |      1,000x     |

**4 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |        5x       |
|            2            |       50x       |
|            3            |       750x      |
|            4            |     10,000x     |

**5 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |        5x       |
|            2            |       50x       |
|            3            |       500x      |
|            4            |      5,000x     |
|            5            |     50,000x     |

**6 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |        5x       |
|            2            |       50x       |
|            3            |       400x      |
|            4            |      2,500x     |
|            5            |     25,000x     |
|            6            |     250,000x    |

**7 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |        5x       |
|            2            |       50x       |
|            3            |       350x      |
|            4            |      1,500x     |
|            5            |     15,000x     |
|            6            |     150,000x    |
|            7            |    1,500,000x   |

**8 Character Tiered Payout**

| Matching Hex Characters | Payout Multiple |
| :---------------------: | :-------------: |
|            1            |        5x       |
|            2            |       50x       |
|            3            |       250x      |
|            4            |      1,000x     |
|            5            |     10,000x     |
|            6            |     100,000x    |
|            7            |    1,000,000x   |
|            8            |   10,000,000x   |


---

# 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://crypta.gitbook.io/crypta/bitcoin-lottery/payouts.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.
