# Single-Token mode

In **Single-Token Mode**, you can deposit or withdraw from NODO vaults using **only one token** of the liquidity pair.

This mode is useful if:

* You only hold one of the two tokens (e.g., only WAL or only SUI).
* You want a simple way to enter or exit the vault without preparing both tokens.

When you deposit a single token, the vault will internally swap a portion of it to balance with the pool ratio, then deploy liquidity on your behalf.\
When you withdraw, you can redeem your NDLP shares and receive back the chosen single token.

⚠️ **Note:** Since this mode involves internal swaps, it may incur slippage or price impact. For users who hold both tokens, we recommend using **Dual-Token Mode** for more efficient and cost-effective deposits and withdrawals.

👉 Continue to:

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><a href="/pages/5XNbQbR81urXluSWjsjI">/pages/5XNbQbR81urXluSWjsjI</a></td></tr><tr><td></td><td><a href="/pages/ftNDpT5RXX3RwHlBiTpF">/pages/ftNDpT5RXX3RwHlBiTpF</a></td></tr></tbody></table>


---

# 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/single-token-mode.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.
