# Deposit

To deposit into vaults, users would need to have two things:

* Gas for transaction fee (BNB, ARB, or POL)
* Stablecoin specific to the vault &#x20;

| Chain | Stablecoin for use      |
| ----- | ----------------------- |
| BNB   | USDT(BEP20)             |
| ARB   | USDC.e(ARB)             |
| POL   | USDC.e(POL) , JPYC(POL) |

Once you have the native token and stablecoin, go to the specific vault you would like to deposit to.

1. Click Deposit

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

1. Insert the amount of stablecoin in this case USDT into the textbox.
2. Approve the USDT amount that you would like to deposit.

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

1. Once the tokens are approved, click on deposit and see your shares come in.


---

# 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://doc.xwin.finance/user-guide/deposit.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.
