# Roll

Once a user owns a kernel, they can start rolling it on the snow track, growing to a large snowball. All kernels that start rolling will join a queue on the snow track in sequence.&#x20;

There are 1,000 positions on the initial snow track, and each new kernel joins the queue by filling up the vacant positions first until all the positions are occupied. When the queue is full, each newly joined kernel will push all the snowballs forward by 1 position. As a result, the snowball at the head of the queue will fall into the abyss, and the mysterious power in the abyss will grant users $AA rewards based on the weight of the snowball. The longer a snowball stays in the queue on the snow track, the heavier/bigger it grows.

#### In this round of the game, there will be 2 phases of joining the rolling team

#### <mark style="background-color:green;">**1. WL Rolling (1-6 term)**</mark>

| Term                              | # Max Kernels Allowed For This Term |
| --------------------------------- | ----------------------------------- |
| 1                                 | 33                                  |
| 2                                 | 66                                  |
| 3                                 | 99                                  |
| 4                                 | 333                                 |
| 5                                 | 666                                 |
| 6                                 | 999                                 |
| Total Kernels Allowed in WL Terms | 2196                                |

* The first 6 terms of the game will be the WL Rolling phase.&#x20;
* Only kernels that have obtained WL can join the queue and start rolling snowballs.&#x20;
* At the start of these 6 WL terms, a limited number of WL kernels can join the queue and start rolling.
* The WL term operates on a "first-come, first-served" principle. Once the maximum number of kernels for this WL term is reached, users will have to wait for the next WL term to join the queue, aiming to secure a spot before the limit is reached.
* Users can get the WL spots through the [WL Raffle](/a3s-protocol/a3stokenomics/mint-and-roll-to-earn-usdaa/earn/raffle.md) or community activities.

#### <mark style="background-color:green;">2. Public Rolling (7-99 term)</mark>

From the 7th term to the 99th term, the game enters the Public Rolling phase, during which all kernels can freely join the queue without any restrictions.&#x20;


---

# 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://a3sprotocolcontact.gitbook.io/a3s-protocol/a3stokenomics/mint-and-roll-to-earn-usdaa/roll.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.
