# Deposits

Vaults support two deposit models: **asynchronous deposits** and **synchronous deposits**. These can be used independently or in combination, depending on the vault's investment strategy and risk profile.

**Asynchronous deposits** go through a queue and require administrator approval before being processed. This gives vault administrators full control over when and at what share price deposits are accepted.

**Synchronous deposits** are processed instantly, without a queue or approval step. Depositors receive shares immediately at the current share price.


---

# 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/enzyme-vault/subscription/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.
