# Jump Queue

The **Jump Queue System** is a new feature that allows players to expedite their withdrawals by using a portion of their **$AIP stack**. Instead of waiting in the global withdrawal queue, players can pay a fee to skip ahead, ensuring faster access to their funds.

{% hint style="warning" %}
The Withdrawal System is constantly being upgraded. This upgrade presents another step into making PettAI a safer and fairer platform.
{% endhint %}

<figure><img src="/files/fmMjuaQHL1g31pgREDaN" alt="" width="563"><figcaption></figcaption></figure>

### How It Works

1. **Create a Withdrawal** – Players initiate a withdrawal request.
2. **Wait for the Desired Tax Rate** – Players can choose to wait until they see a [slashing rate](/tokenomics/deposits-and-withdrawals.md#slashing-function) they are comfortable with.
3. **Lock in the Tax Rate & Enter the Queue** – Once satisfied, players confirm their withdrawal and enter the queue.
4. **Wait or Use Jump Queue** – Players can either wait for their turn or use **$AIP** to skip ahead.
5. **Withdrawal Becomes Available** – Once it’s their turn, the withdrawal is ready with no restrictions. *Players must press the "Available" button and claim the withdraw.*

### System Specifications

* **Maximum Pending Withdrawals:** Each player can have up to **9 withdrawals** in the queue at any given time.
* **Withdrawal Caps per Pet Level:**
  * **Level 75:** Up to **75,000 $AIP**
  * **Level 40:** Up to **50,000 $AIP**
  * **Level 25:** Up to **30,000 $AIP**
  * **Level 15:** Up to **15,000 $AIP**
* **Jump Queue Mechanism:**
  * Each **Jump** costs **a percentage of the withdrawal amount**.
  * A jump skips **a percentage of the total $AIP ahead** in the queue.
  * Example: For a percentage of 10%, if there are **1,000 $AIP** ahead of a withdrawal in the queue, using Jump Queue attempts to move up until there are **900 $AIP** ahead instead.

### Queue Processing

* The queue updates automatically through a **cron job**.

{% hint style="info" %}
A **cron job** is a scheduled task that runs automatically at specific time intervals.
{% endhint %}

* Withdrawals are processed periodically until the **24-hour limit** is reached.
* Players can track their position in the queue and choose whether to wait or jump.

### Benefits of Jump Queue

✅ **Faster Access to Funds** – No need to wait for long processing times.\
✅ **More Control** – Players can choose to wait or pay a small fee to speed things up.\
✅ **Fair System** – The queue still processes withdrawals in order, but players have the flexibility to move faster.

The **Jump Queue System** provides an efficient and balanced approach to withdrawals, giving players the freedom to manage their funds as they see fit.


---

# 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://docs.pett.ai/tokenomics/deposits-and-withdrawals/jump-queue.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.
