# Liquidity pool (BLP)

The built-in liquidity pool (BLP) is replenished by ERM and ETH at the initial sale of virtual miners. Thus, the liquidity of BLP in the ERM-ETH pair is created. When using BLP users will be able to exchange ERM for ETH or ETH for ERM. The pool fee will be 1% of the exchange amount in ETH. AntiBot protection is built into BLP, which will not allow making exchanges for one wallet address more than once every 5 minutes.&#x20;

BLP is created by Ermine once and cannot be edited or deleted. At the time of BLP creation, the initial price of the ERM token is set.

The pool of exchange has limits for one exchange calculated in the smart contract. For example, you will not be able to exchange X ETH to ERM if the liquidity in the pool is <= 2\*X.

The liquidity pool keeps [ReturnVM ](/ermine.-virtual-mining./ecosystem-ermine/return-system-returnvm.md)running.


---

# 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.ermine.pro/ermine.-virtual-mining./ecosystem-ermine/liquidity-pool-blp.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.
