> For the complete documentation index, see [llms.txt](https://docs.bag.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bag.win/help/guides/how-to-deposit-and-withdraw.md).

# How to Deposit and Withdraw

{% embed url="<https://youtu.be/xutWII2DZck>" %}
How to Deposit and Withdraw video tutorial
{% endembed %}

### Steps to Deposit

**Step 1:** Sign into [bag.win](https://bag.win) and go to the **Balances** page.

<figure><img src="/files/WEsr54lzrKCkezRoNKfx" alt=""><figcaption><p>Balances page</p></figcaption></figure>

**Step 2:** Select **Add Funds** next to your USD balance.

<figure><img src="/files/305v1LjACuIZSdEHKiVW" alt=""><figcaption><p>Add funds</p></figcaption></figure>

**Step 3:** Select **Send Crypto to Address.**

<figure><img src="/files/BKDrbGEm0XbwtQ6NZ67P" alt=""><figcaption><p>Send crypto</p></figcaption></figure>

**Step 4:** Select the currency and network you want to deposit from, then click **Generate Address**.&#x20;

<figure><img src="/files/I4nqtC9KbB988gPfjGcm" alt=""><figcaption><p>Select your desired deposit method</p></figcaption></figure>

**Step 5:** You'll now see a unique deposit address. Next, start a transaction in your exchange or wallet and paste the deposit address in.

<figure><img src="/files/sqlfhj5fMzrGoe9VRicn" alt=""><figcaption><p>Copy address</p></figcaption></figure>

**Step 6:** Your deposit will be credited to your account after it's been received and processed.

<figure><img src="/files/XMSfAQKRFDZ0gFT3Nkeo" alt=""><figcaption><p>Deposit successful</p></figcaption></figure>

### Steps to Withdraw

**Step 1:** Sign into [bag.win](https://bag.win) and go to the **Balances** page.

<figure><img src="/files/WEsr54lzrKCkezRoNKfx" alt=""><figcaption><p>Balances page</p></figcaption></figure>

**Step 2:** Select **Cash Out** next to your USD balance.

<figure><img src="/files/Z161Dqk8adfSbwE6yUXA" alt=""><figcaption><p>Cash out</p></figcaption></figure>

**Step 3:** Click **Send Crypto to Address.**

<figure><img src="/files/FNAOJOh1r6iVHxlYhmm4" alt=""><figcaption><p>Send crypto</p></figcaption></figure>

**Step 4:** Select the currency and network you want to withdraw to, enter your address, and enter the amount. Click **Continue** when you're ready.

<figure><img src="/files/u52dBJjFyPaSanK5aavV" alt=""><figcaption><p>Enter withdrawal details</p></figcaption></figure>

**Step 5:** Verify the details are correct and click **Confirm.**

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

**Step 6:** Enter the email verification code and then click **Confirm.**

<figure><img src="/files/XsfWOqSGCVIYZ4mUGC1E" alt=""><figcaption><p>Enter email verification code</p></figcaption></figure>

**Step 7:** Your withdrawal will be processed and sent to your wallet.

<figure><img src="/files/k7fL6LkjwYuG1vpdBozM" alt=""><figcaption><p>Withdrawal successful</p></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.bag.win/help/guides/how-to-deposit-and-withdraw.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.
