> 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/deposits-and-withdrawals.md).

# Deposits and Withdrawals

In this quick and easy tutorial, we'll walk you through the steps to deposit and withdraw your assets on the Birake exchange platform. Let's get started!

### Deposits

* While logged in to your account, navigate to the top menu bar and select "**Deposit / Withdraw**". We are going to use Bitcoin (BTC) for demonstration.

<figure><img src="/files/hk51djO2x2a8TsVZkKaG" alt=""><figcaption></figcaption></figure>

You will be sent to the deposit and withdrawal page. From there we choose

1. BTC from the drop-down menu
2. Select **Deposit**
3. And copy the address provided

<figure><img src="/files/thy41b01Jy0q8M2g720F" alt=""><figcaption></figcaption></figure>

We can now send our Bitcoins to the newly copied deposit address.

After about a few minutes we will have our Bitcoins on Birake, as we can see from our Current balance:

<figure><img src="/files/EOGrAl80vOFYSEpPM3OM" alt=""><figcaption></figcaption></figure>

### Withdrawals

* To initiate a withdrawal, you need to go to the deposit and withdrawal page from the main navigation menu. In this case, we will be using Sapphire (SAPP) for demonstration.
* Select SAPP from the dropdown menu

<figure><img src="/files/tH71hRB53MOSmUhlHOVH" alt=""><figcaption></figcaption></figure>

* After choosing SAPP,

1. Click on **WITHDRAWAL**
2. Then Click on **WITHDRAW NOW**

On the bottom left of our window is where we have our current balance.

<figure><img src="/files/MmIHY8mguY4V4wlf11KY" alt=""><figcaption></figcaption></figure>

* Now let's open our Sapphire wallet

1. Click on **Receive**
2. Copy the address

<figure><img src="/files/vP5P7x4RL4amv5nAAeV4" alt=""><figcaption></figcaption></figure>

* Once the address has been copied, we return to Birake.

1. Click on **AVAILABLE** (to withdraw the full amount available)
2. Paste the address previously copied from our Sapphire wallet
3. Click **WITHDRAW**

<figure><img src="/files/4gKyrL6pB90DdwpU6QGZ" alt=""><figcaption></figcaption></figure>

* We confirm and wait for the withdrawal request to be processed.

<figure><img src="/files/IKMRYLzPeJuel90V7VPH" alt=""><figcaption></figcaption></figure>

* We will then check our Sapphire wallet in a while to confirm receipt.

<figure><img src="/files/8MI2iicDZUecMpGh9THS" 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/deposits-and-withdrawals.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.
