# How to place a sell order

{% hint style="info" %}
*You don't have to match the exact quantities within the orderbook, but you do have the match atleast the minimum order size.*&#x20;

***Minimum order Sizes per Type:***\
The First Transaction, Palindrome, Uncommon: *<mark style="color:red;">**1**</mark>* \
Nakamoto, Block 78: *<mark style="color:red;">**1,000**</mark>* \
Pizza, Vintage: *<mark style="color:red;">**10,000**</mark>*
{% endhint %}

1. Navigate to the orderbook using the **LIMIT** tab located at the top of Saturn website.

<figure><img src="/files/bUwkgE9Plbg463d6pfOY" alt=""><figcaption><p>Use the limit button to navigate to the orderbook.</p></figcaption></figure>

<div align="center" data-full-width="true"><figure><img src="/files/ezBCLFDWVoh4JhZzJEcL" alt=""><figcaption><p>How to place a sell order</p></figcaption></figure></div>

1. Choose the quantity you want to sell: right above this input field, you see your current Balance (how much your wallet holds)
2. Choose the price at which you want to sell. We've chosen a price of 425.000 [Satoshi's ](/saturn-v1/faqs/what-are-satoshis-rare-sats-and-rings.md)per Uncommon, because if this is the highest buy order on the orderbook (check rightside)
3. Here you see the total value of your order. In this case we are selling 1 uncommon, for 425.000 Satoshi's, so the total order size is 425.000
4. Under 4. You see we have an open sell-order, and this is reflected on the sell-side of the orderbook.
5. Click on "Swap".&#x20;
6. In the following window, you have to choose your Fee rate. If the Bitcoin network is busy, it is recommended to choose Medium, or Fast.

<figure><img src="/files/bF5XbLxeI30jyvlcloXR" alt=""><figcaption><p>Choosing a fee rate</p></figcaption></figure>

7. Click "Sell". Your order is now entered into the Orderbook. If a buy-order at your sell price, is present it gets filled immediately. If there is no buy-order at your sell price, it get's added to the sell-side (top) of the orderbook, as illustrated under point 4.&#x20;
8. Congratulations! You just sold some Satoshis.


---

# 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.saturnbtc.io/saturn-v1/how-to-links/orderbook/how-to-place-a-sell-order.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.
