> For the complete documentation index, see [llms.txt](https://v1risk.infinity.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v1risk.infinity.exchange/market-risk/lending-lp-positions.md).

# Lending LP Positions

The Lending-LP position (occasionally called a Deposit-LP Position), is a Long position whereby the investor constantly switches their position in and out of a Lending position which means they are either: Lending, Not Lending, or something in between (i.e. partially Lending).&#x20;

The main risk to this position is that it may be a zero-carry position.&#x20;

At the onset, the LP position is 'waiting' for it to be loaned, and until such time that a Borrower comes along, there is no one to switch the position from the Reference Market into the Subscription Market (where it earns interest). In this sense, the return that this investor will receive will be less than that amount had they just done a simple deposit.&#x20;

To offset this risk, the Lending LP is entitled to a share of the fees from the overall fees from the Subscription Market, in proportion to trades that were performed within the range that they are providing liquidity in.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://v1risk.infinity.exchange/market-risk/lending-lp-positions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
