# Deposit and Withdraw

{% hint style="info" %}
These directions assume the user has ETH available to send in a wallet. If you need to learn how to buy ETH, we suggest going [here](https://www.coinbase.com/how-to-buy/ethereum).
{% endhint %}

## Depositing ETH

1. Copy the address in the top right box (or if in mobile, scan the QR code with your mobile wallet).

<figure><img src="/files/mU2O0RHP700cQYxUnH7z" alt="" width="563"><figcaption></figcaption></figure>

2. Past address and send ETH to your Blackbeard wallet.

***

## Withdrawing ETH

{% hint style="info" %}
Remember to keep enough ETH in your wallet to pay for any gas and Blackbeard fees!
{% endhint %}

&#x20;Withdrawing ETH is simple, just click the "Withdraw" button shown below.

<figure><img src="/files/IuLf5mtP3S5y8ydz1i1t" alt="" width="563"><figcaption><p>Click withdraw.</p></figcaption></figure>

<figure><img src="/files/JCGkPq2AaPa7MlCFmXgA" alt="" width="563"><figcaption><p>Confirm transfer.</p></figcaption></figure>

<figure><img src="/files/6JPdDg6rA9kKaZe58EmA" alt="" width="563"><figcaption><p>Once confirmed you can view your transaction!</p></figcaption></figure>


---

# 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.sail.fun/blackbeard/getting-started/deposit-and-withdraw.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.
