> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/exchange/how-to-buy-decenomy-coins-on-birake/trade-buy-and-sell.md).

# Trade (Buy and Sell)

This guide will walk you through the steps needed to buy Decenomy coins on Birake.

This is the third tutorial from the series [<mark style="color:blue;">How to Buy Decenomy Coins on Birake</mark>](/tutorials/exchange/how-to-buy-decenomy-coins-on-birake.md). We assume you have successfully [<mark style="color:blue;">created and verified your Birake account</mark>](/tutorials/exchange/how-to-buy-decenomy-coins-on-birake/user-account-creation-and-kyc-verification.md) by now. And most importantly [<mark style="color:blue;">funded your account</mark>](/tutorials/exchange/how-to-buy-decenomy-coins-on-birake/deposits-and-withdrawals.md). &#x20;

* From the top menu go to&#x20;

1. Exchange
2. Then Show Markets

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FtMEiwkmHzRDXP5fkzP6D%2Fexchange-show%20markets.PNG?alt=media&amp;token=c85dec8f-f0df-43b6-8a7e-e213d7728481" alt=""><figcaption></figcaption></figure>

* Once this is done, a search bar will open where we can filter by entering a coin name. In this case, we input SAPP (Sapphire).

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FbW4Am8qx1QYunzz5c3TX%2Fsearch%20SAPP.PNG?alt=media&amp;token=c67e5bcc-c523-470d-b88c-a6d7e025a4bc" alt=""><figcaption></figcaption></figure>

* Now click on the SAPP market to enter the market page with the buy and sell orders.

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FVoSSni16LFeqRZMDLGjX%2Fsapp-btc%20market.PNG?alt=media&amp;token=ec33207e-405c-4c30-871c-0424dd6b839d" alt=""><figcaption></figcaption></figure>

* Now we can proceed with the purchase. We have 0.00076163 BTC available and can buy SAPP for this value in the SELL ORDERS table.

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FU2kGRQSvBLZXhqKM5yOs%2Fbuy%20and%20sell%20orders.PNG?alt=media&amp;token=99b70eb1-aaff-4770-8e1b-96efbead8510" alt=""><figcaption></figcaption></figure>

* Now we need to click on the rows of the SELL table until the total of our order is equal to or greater than our Bitcoin balance. \
  \
  In our case, the second row of orders in the table gives us a total higher than our Bitcoins available.

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FpTgtq2rIUswuHkkgoYKt%2Ffill%20buy%20form.PNG?alt=media&amp;token=d16c0a61-f9ee-4304-ba44-6383c7436b1e" alt=""><figcaption></figcaption></figure>

* So you have to click on the available balance to buy the equivalence of SAPP with our BTC balance.

1. Click on the Balance
2. Click on BUY

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FjMA8LMoSZS5PpLlNWKVk%2Fpurchase%20sapp.PNG?alt=media&amp;token=77c2171b-82a2-4cd3-a4c9-279ded793ef5" alt=""><figcaption></figcaption></figure>

* Now a window will open confirming the operation. Then click CONFIRM to place your order.

<figure><img src="https://505947675-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MiHm486VotxVq44a_Jg%2Fuploads%2FBpaJJM1CcQjzrWHWQBKH%2Fconfirmation.PNG?alt=media&amp;token=7e8afaa7-c815-4fe2-8135-332175de9ed6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decenomy.net/tutorials/exchange/how-to-buy-decenomy-coins-on-birake/trade-buy-and-sell.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
