# Using a Bound Liquidity Pool

Learn more about the benefits of using a bound liquidity pool with your staking pool:

{% content-ref url="/pages/D6utzcdejMctLxSHh3Qr" %}
[Bound Liquidity Pools](/key-concepts/bound-liquidity-pools.md)
{% endcontent-ref %}

#### You can have a bound Liquidity Pool created upon initiation:

{% content-ref url="/pages/RCqdgs3oJRdoI3k4krUq" %}
[Initiating a Customizable Staking Pool](/ethereum-guides/staking-pool-handbook/initiating-a-customizable-staking-pool.md)
{% endcontent-ref %}

#### You can also create a bound Liquidity Pool after initiation:

```javascript
Portal.deployLiquidityPool(id);
```

{% hint style="danger" %} <mark style="color:red;">You can not deactivate a Bound Liquidity Pool later.</mark>
{% endhint %}


---

# 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.geode.fi/ethereum-guides/staking-pool-handbook/using-a-bound-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.
