# Liquidity FAQ

**Are there any extra costs associated with removing or adding liquidity?**

Aside from the initial gas or transaction fees, which are very low on Starknet, there are no other fees for adding or taking away liquidity. To get people to take part, liquidity providers get 0.20% of the 0.3% trading fee as a fee. They can also use their LP tokens to take part in other StarkDefi offerings and earn more rewards.

**Are there any deposit limits, i.e. how much users can deposit into the pools?**

There are no enforced limits on the amount deposited into the pools. However, note that the greater the deposit amount, the greater the chances of winning; users that deposit larger amounts into the pool have a much higher chance of being selected for rewards.


---

# 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.starkdefi.com/solutions/liquidity-pools/liquidity-faq.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.
