# Liquidity Pool

When you add tokens to the liquidity pool, you will earn liquidity pool (LP) tokens and share fee revenue.

&#x20;

### **LP Token**

For example, if you deposit EVMOS and USDC into the liquidity pool, you will receive EVMOS-USDC LP tokens.

The number of LP tokens you receive represents your share of the EVMOS-USDC liquidity pool. You can also redeem funds at any time by removing liquidity funds.

![](/files/gaMi4gW61qPo7vupmogm)

&#x20;

Liquidity providers earn transaction fees

When someone trades with your liquidity pool, you will earn a corresponding fee as a reward. The trader will pay a fee of 0.3%, of which 0.15% will be added to the liquidity pool of the pair they are trading.

For instance:

● 10 LP tokens represent 10 STAR and 10 USDT tokens

● 1 LP token = 1 STAR + 1 USDT

● Someone trades 10 STAR for 10 USDT

● Other people trade 10 STAR for 10 USDT

● STAR/USDT liquidity pool now has 10.015 STAR and 10.015 USDT

● Each LP token is now worth 1.00015 STAR + 1.00015 USDT

&#x20;

To get even more value out of being a liquidity provider, you can also put LP tokens into the Farm to earn more revenue while still receiving the 0.15% transaction fee bonus.

&#x20;

### **Impermanent Loss**

Providing liquidity is not without risk, as you may be exposed to impermanent losses.

&#x20;


---

# 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.spacefi.io/products/trading/liquidity-pool.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.
