# AMM LP Pools

AMM’s interested in leveraging their treasury or allowing trusted users or b2b partners to borrow against their AMM LP tokens can create custom pools allowing the use of the LP tokens as collateral.

Once AMM LP tokens are deposited into an Ionic pool, Ionic’s ERC-4626 plugins stake the LP tokens in their respective staking contract so participants can earn trading fees and farming yield while using their LP tokens as collateral.

Historically, if a user wanted to provide liquidity to an AMM, the user had no access to the liquidity in the LP token.

However, Ionic pools enable borrowing against these LP tokens so trusted participants can access the liquidity locked in their LP token and come up with a variety of strategies like leveraged yield farming, hedged positions, or delta-neutral.


---

# 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.ionic.money/partner-and-pool-operator-documents/ionic-for-partners/amm-lp-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.
