# Deposits & Withdrawals

The Main wallet tab is where you make **send/receive transactions**.

#### Deposits

In order to deposit funds to the wallet, either copy the wallet address on **the Main Wallet** page right away or copy it after clicking **Deposit** on the same page. The second option makes it possible to use a **QR code** for depositing.

Once you have the wallet address, just use **the Send feature** in your Web3 wallet of choice, that is, Metamask, Rabby or any other wallet that supports the \[REDACTED] network.

#### Withdrawals

In order to **withdraw** any of the supported tokens, **click on** the *Withdraw* button. Then, **select the token** that needs to be withdrawn. Once prompted with the corresponding window, enter **the address of the receiver** and **the amount** that should be sent.

{% hint style="warning" %}
Make sure you withdraw your tokens to **the correct address** and **network** \[REDACTED\[
{% endhint %}


---

# 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.memefi.club/wallet/deposits-and-withdrawals.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.
