> For the complete documentation index, see [llms.txt](https://docs.metastreet.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metastreet.xyz/liquidity-layer/earn/manage.md).

# Manage

### Details

<figure><img src="/files/SMY5RikPoXzkqEv9URwA" alt=""><figcaption></figcaption></figure>

1. Pool Name = NFT Collection and Deposit Currency
2. Position Details
   1. Deposit Amount = total amount deposited
   2. Current Value = current value of position based on deposit price
   3. Current APR = current return on position
   4. Projected Annual Earnings = annualized return based on current APR and position value
   5. Loan Limit = maximum risk limit for position
3. Redemption Details
   1. Status
      1. Open = position is currently open with no redemptions
      2. Pending = all or part of the position is currently being redeemed
      3. Available = all or part of redemption available to withdraw
   2. Available = amount ready to withdraw
   3. Pending = amount currently in redemption queue

### Actions

<figure><img src="/files/n3ZpMXXoUWr1TZt3GXYB" alt=""><figcaption></figcaption></figure>

1. Mint More = Deposit more into the same position
2. Request Redemption
   1. LCT = amount of shares you want to redeem
   2. Estimated Redemption Value = estimated value in deposit currency of LCT shares
   3. Foregone interest = amount of interest being foregone due to the fact that pools are constantly rolling into new loans
   4. Estimated Wait Time = estimated time until withdrawable is available, which can be shorter or longer depending on future value


---

# 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://docs.metastreet.xyz/liquidity-layer/earn/manage.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.
