# Tracking Your Orders

After placing a sell order for SHELL, you can track the status of each lot in the Acki Nacki Wallet.

## Where to Check Status

Open the SHELL token screen (tap the SHELL row on the main screen). The **My Orders** section displays all your active sell orders.

For each lot, you can see:

* The SHELL and USDC amounts (e.g., 1,000 SHELL → 10 USDC)
* Your position in the queue (e.g., **#1 in queue**)

<figure><img src="/files/8EYnJgyjVIBoiBlQjHl9" alt="" width="165"><figcaption></figcaption></figure>

## Lot Statuses

Each lot goes through three states:

| Status                     | Description                                                             |
| -------------------------- | ----------------------------------------------------------------------- |
| **In queue** (#N in queue) | Lot is in the queue waiting for a buyer. The number shows your position |
| **Sold**                   | Lot has been sold; USDC is ready for collection                         |
| **Claimed**                | USDC has been received in your balance                                  |

## How Fast Do Lots Sell?

Selling speed depends on buyer activity. Key factors:

* **Denomination:** lots with smaller denominations (1 and 10 USDC) typically sell faster, as even small purchases can fill them
* **Queue position:** the lower the number, the sooner you'll be sold. Position #1 means your lot will be sold first
* **Purchase priority:** the system processes queues from large to small denominations (1000 → 100 → 10 → 1), so large purchases first fill 1000-denomination lots, then 100, and so on

## Transaction History

In the **Transaction history** section on the SHELL token screen, you can see all operations:

* **Sent to Accumulator** — SHELL sent when the sell order was placed (locked)
* **Received from Accumulator** — SHELL received (from a purchase)

Each entry includes the date, time, and amount.

<figure><img src="/files/o4x7jGo47XXvUMEdoS0y" alt="" width="167"><figcaption></figcaption></figure>

## Multiple Lots

If you created multiple lots (different or same denominations), each is shown separately in **My Orders**. Lots are independent — they are sold and paid out separately.

## Empty State

If you have no active sell orders, the **My Orders** section is not displayed.


---

# 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.ackinacki.com/for-users/buy-sell-shell/selling-shell/tracking-your-orders.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.
