# Deposit

The vault receives assets from depositors and invests in an options strategy. There will be a min deposit time to process the deposits into the vault. All vaults are now tokenized with corresponding ERC-20 tokens to represent user balance. The net Asset Value (NAV) of the vaults is calculated to price the vault tokens. These vault tokens can be integrated into the rest of DeFi since the vault tokens act as a yield-bearing asset on the deposit token; the possibilities are endless.

Users can deposit into vaults from

{% content-ref url="/pages/Kl5RhshNARoq7dHvTZpV" %}
[Deposit on Optimism](/technical-implementation/deposit/deposit-on-optimism.md)
{% endcontent-ref %}

{% content-ref url="/pages/rfsRQoP1dHIAnxmaSJUK" %}
[Deposit from Ethereum,Arbitrum\&Polygon](/technical-implementation/deposit/deposit-from-ethereum-arbitrum-and-polygon.md)
{% endcontent-ref %}

**Vault capacity**

Polynomial Earn vaults are capped at a $1 million capacity. Deposit from a unique address is uncapped.

#### Min deposit time

Since there is no round system in the newer version, there will be a min deposit time to enter into the position. The min deposit time ranges between 4 hours.


---

# 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.earn.polynomial.fi/technical-implementation/deposit.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.
