# How to place a buy 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 data-full-width="true"><figure><img src="/files/bDw84SMyBxakwrmOaLkk" alt=""><figcaption><p>How to place a buy order</p></figcaption></figure></div>

1. Choose the quantity you want to **BUY**
2. Choose the price at which you want to sell. We've chosen a price of 65 [Satoshi's ](/saturn-v1/faqs/what-are-satoshis-rare-sats-and-rings.md)per Nakamoto, because this is the lowest sell order on the orderbook (check rightside).&#x20;
3. Here you see the total value of your order. In this case we are buying a 1000 Nakamoto's at a price of 65 Satoshi's, so the total order size is 65.000 (1000 x 65). Right above this input field, you can see the balance, or total amount of Satoshi's (BTC) in your wallet.
4. Under 4, you can see the Sell-order in the orderbook, that we are trying to fill with our buy-order.&#x20;
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 "BUY". Your order is now entered into the Orderbook. If a sell-order at your buy-price, is present in the orderbook (like in our example) it gets filled immediately. If there is no sell-order at your buy-price, it get's added to the buy-side (bottom) of the orderbook.
8. Congratulations! You just bought some Satoshi's.


---

# 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-buy-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.
