# Redemptions

## Redemption Request

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

### Creation

The Investor Interface allows investors to manage their redemption requests. \
\
After entering the desired amount, the investor must first **approve the transaction**, which grants permission for the Vault Owner or Admin to execute the request at a later stage.

Next, the investor must **confirm the operation** to finalize the request.

Both steps are on-chain transactions.

### Management

Once a deposit is submitted, it is added to the **Redemption Queue** and awaits processing by the Vault Owner or Admins.

Redemption requests can be cancelled by the investor at any time, unless the Vault Owner has defined a minimum holding period.

Investors can view their Pending and Executed Deposit Requests directly in the Investor Interface.


---

# 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.enzyme.finance/onyx-user-documentation/investor-interface/redemptions.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.
