# Liquidity providers (LPs)

When you provide liquidity, you will receive LP tokens in return.&#x20;

The IERC SWAP transaction service fee is 1.3%, where:&#x20;

* 1% goes to the Liquidity Providers&#x20;
* 0.3% goes to the IERC DAO

When providing liquidity, it is necessary to add an equivalent amount of ethi and ETH according to the current ratio of the pool (inscriptions need to be locked), and obtain LP certificate tokens.&#x20;

When removing liquidity, you will receive an equivalent amount of both types of tokens and additional transaction fees according to your share.


---

# 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.ierc20.com/ierc-swap/liquidity-providers-lps.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.
