# Queue System

{% hint style="danger" %} <mark style="color:red;">**THIS FEATURE IS FOR PREMIUM MEMBERSHIPS ONLY!**</mark>
{% endhint %}

## The use of the Queue System

To prevent prices from dropping too low, we’ve implemented a fair **Queue System.**

<figure><img src="/files/VoHQS4TwgNgEJik8hU33" alt=""><figcaption><p>The Bricker <strong>Statistics</strong> popup shows your live queue position counters. <strong>Items in Queue</strong> tells you how many of your active tasks are currently waiting their turn in the fair queue.</p></figcaption></figure>

## How does it work?

* **Your Spot in Line**: If multiple RestocksAIO users are selling the same item, you’ll join a queue. Your place in line depends on when you started the task.
* **Moving Forward**: You’ll move up the queue when:
  * The people ahead of you sell their item.
  * The people ahead of you remove their listing / stop their task.
* **One Spot = One Item**: Each spot in the queue is for one item.\
  For example, if you have 10 items listed and sell 1, you’ll move to the back of the line for the remaining 9.
* **Important Note**: The queue is specific to the **site**, **SKU**, **size**, and **category** (Resale / Direct / Consign). This means you can have the same SKU and size listed on multiple platforms (e.g., Alias and StockX), but your position in the queue may differ for each site. For example, you might be able to sell on Alias but remain queued on StockX.
* **Separate queues per category**: Resale, Direct, and Consign tasks are tracked in independent queues. Running both a Resale and a Direct task on StockX for the same SKU and size will put you in two separate lines — your spot in one does not affect the other. See [Tasks and Controllers](/features/bricker-mode/tasks-and-controllers.md#bricker-categories) for how categories are assigned.

## Frequently Asked Questions about the Queue System

{% hint style="info" %}
**What happens if I restart my bot? Will I lose my spot in the queue?**\
\
Don’t worry—your spot in the queue is reserved for **6 minutes**. As long as you restart within that time, you won’t lose your place.
{% endhint %}

{% hint style="info" %}
**Why did my prices jump to 700€ when I started my tasks?**\
\
If you’re not first in the queue, the tool automatically increases your prices to prevent creating a “wall” of listings. This ensures fairness and avoids oversaturating the market with the same item.
{% endhint %}


---

# 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.restock.gg/features/bricker-mode/queue-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.
