# Deposits & Withdrawals

* Deposits: Users can deposit liquidity into the LP Vault using any single token from the supported assets (S, WETH, or USDC.e). The system automatically adjusts the pool to incorporate the deposit.
* Withdrawals: Users can withdraw liquidity in any supported token, subject to available liquidity in the vault.

A base fee of 0.1% applies to all deposits and withdrawals, with an additional dynamic fee ranging from -0.1% to +0.1% based on the transaction’s impact on target weights.


---

# 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.xpressprotocol.com/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.
