> For the complete documentation index, see [llms.txt](https://tatadex.gitbook.io/tatadex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tatadex.gitbook.io/tatadex/user-guides/how-to-deposit-on-tatadex.md).

# How to Deposit on tatadex?

{% hint style="warning" %}
If you don’t have a Bitget Wallet account, visit <https://bitgetwallet.onelink.me/6Vx1/p8saejqp> to download the app and create an account before continuing with this guide.

Once you're set up, search for "tatadex" in **Discover** > **DApp**, then tap on **tatadex** to launch the application.

<img src="https://i.ibb.co/j6xmyvY/20241227-145113.jpg" alt="" data-size="original">
{% endhint %}

1. To deposit on tatadex, start by connecting your wallet on the tatadex homepage.
   1. Tap the **Deposit Now** button, and an authorization popup will appear.

<div align="left"><figure><img src="https://i.ibb.co/PjwCQF3/depo1.png" alt="" width="375"><figcaption></figcaption></figure></div>

b. Click the **Authorize** button to successfully connect your wallet.

<div align="left"><figure><img src="https://i.ibb.co/ZVqGHyr/depo2.png" alt="" width="375"><figcaption></figcaption></figure></div>

2. Once connected, tap the **Deposit Now** button again to initiate your deposit.

<div align="left"><figure><img src="https://i.ibb.co/HnqtD7w/depo3.png" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Alternatively, you can go to the **Account** page to deposit too.
{% endhint %}

3. A deposit window will pop up, where you can select the chain and token you wish to deposit using the dropdown menus.

<div align="left"><figure><img src="https://i.ibb.co/cwCsc9k/depo4.png" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://i.ibb.co/K0Q0bfK/depo5.png" alt="" width="375"><figcaption></figcaption></figure></div>

4. Enter the amount of tokens you want to deposit in the **Amount** field and tap **Confirm Deposit**.

<div align="left"><figure><img src="https://i.ibb.co/WcN3sN6/depo6.png" alt="" width="375"><figcaption></figcaption></figure></div>

5. Your deposit transaction will be processed, and a status popup will appear.

<div align="left"><figure><img src="https://i.ibb.co/M8bhRFv/depo7.png" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
The transaction should be confirmed in about 1 minute, and your deposit will be reflected in your account balance.
{% endhint %}


---

# 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://tatadex.gitbook.io/tatadex/user-guides/how-to-deposit-on-tatadex.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.
