# Deposit

MantisSwap allows for unilateral liquidity provision. Instead of having to deposit both tokens in a classic liquidity pool, liquidity providers only need to **deposit one token**.

Users can deposit stablecoins (USDC, USDT, DAI, etc.) into the Mantis Pool and get the corresponding LP token in return.

These LP tokens can further be staked into the protocol, allowing you to **earn MNT every block**. To make it easier, users will have the option to directly **deposit & stake** in a single transaction to save time & gas costs.

The LP tokens can later be used to withdraw the initial deposit at any time.

To prevent arbitrage, a small fee is charged on deposits of tokens whose **liquidity ratio > 1**. Detailed Explanation in [Deposit Fees](/mantis-scroll/fees/deposit-fees.md)


---

# 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.mantissa.finance/functionality/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.
