# Deposits

## Deposit Request

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

### Creation

The Investor Interface allows investors to manage their deposits 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 **Deposit Queue** and awaits processing by the Vault Owner or Admins.

Deposit 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.

### Allowlist

If an allowlist has been set up, Enzyme.Onyx will verify the depositor’s wallet address and block any transaction from addresses not included on the list.

<figure><img src="/files/AfM6HFce3KqhhSAaG5a4" alt="" width="375"><figcaption></figcaption></figure>

### &#x20;Synchronous Deposits

Synchronous deposits can be configured in two ways:

* **As an additional mechanism** used alongside the standard deposit queue, giving depositors both options.
* **As a full replacement :** the standard deposit queue is disabled entirely, and all deposits go through the synchronous path.

<figure><img src="/files/VDfNsSTGzS9KLwLGreHp" alt="" width="375"><figcaption></figcaption></figure>

The deposit queue and synchronous deposits operate independently. Deposit assets can differ between both methods, allowing managers to define distinct subscription paths with asset sets tailored to each deposit route.


---

# 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/deposits.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.
