# How to Deposit

With **Dual-Token Deposit**, you can supply both tokens of a pool (e.g., USDC+ SUI) directly into a NODO vault in one transaction.\
This ensures your liquidity is deployed efficiently without unnecessary swaps.

<figure><img src="/files/80668UemAacsNh4J1NLA" alt=""><figcaption></figcaption></figure>

#### Steps to Deposit:

1. **Prepare Tokens**
   * Make sure you have both tokens of the pool in your wallet (e.g., USDC and SUI).
2. **Open the Vault**
   * Navigate to the vault page on NODO for the pair you want to deposit into.
   * Select **Deposit→ Dual.**
3. **Enter Amounts**
   * Input the quantity of each token you want to supply.
   * The vault automatically checks the real-time pool ratio and matches your tokens to it.
4. **Confirm Transaction**
   * Approve the transaction in your wallet.
   * The vault deploys liquidity into the underlying AMM without swaps and mints **NDLP shares** to your wallet.

✅ You now own NDLP shares that represent your position in the vault.

⚠️ **Note:** If the amounts you provide are not perfectly aligned with the pool ratio, the vault will only use the depositable portion. Any excess may be held idle or optionally auto-swapped (depending on vault settings).


---

# 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.nodo.xyz/public/user-manual/dual-token-mode/how-to-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.
