# Liquidity Pools

**StarkDeFi LP Overview**

<figure><img src="/files/NqICIaJbl4U8Nii94rpI" alt="Starkdefi liquidity pools"><figcaption><p>Liquidity Pools</p></figcaption></figure>

Liquidity is an important part of StarkDefi's DEX because it makes it possible to trade one token for another without using orderbooks. Starkdefi has made it easy to participate in its liquidity program. Any Starknet user can add and remove liquidity from any pair of tokens on StarkDefi.&#x20;

In exchange for this service, they will get trading fees for the relevant trading pair and LP tokens, which can also be gambled for more rewards.

Liquidity providers are rewarded with trading fees when their liquidity pools are used. StarkDeFi charges 0.30% of the originally deposited amount for token swaps, of which \~67% (or 0.20%) is paid to liquidity providers.


---

# 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.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.
