> For the complete documentation index, see [llms.txt](https://docs.earn.polynomial.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earn.polynomial.fi/technical-implementation/deposit/deposit-on-optimism.md).

# Deposit on Optimism

The users can now deposit into the vaults,

1. Synthetic assets like sETH,sUSD, etc., to the respective Strategy vaults.&#x20;
2. Deposit ETH and USDC on Optimism&#x20;

#### Synthetic assets

The users can deposit synthetic assets from Synthetix directly into the vault. Synthetic assets like sETH,sUSD, etc, can be deposited according to the vault.

#### Deposit ETH and USDC on Optimism&#x20;

Users can now deposit USDC and ETH directly into the vaults. The vault automatically converts the asset into a Synthetic asset through 1inch. The vault does the swap internally, and polynomial won't charge any fees for this.

<figure><img src="/files/Deaw6mrMd99MSGPQvBHh" alt=""><figcaption><p>Deposit flow of USDC deposit on Optimism</p></figcaption></figure>

### Deposit flow for Synthetic assets

To deposit to the vaults, the user has to [approve](/technical-implementation/approve.md) the asset in the wallet.&#x20;

![](/files/u7vvfkIqzgGp5jHSTOIo)

After approval, users can enter the amount to deposit.

![](/files/Yzx7aYwVLrQpwMfog2zy)

The popup will come after the successful deposit.

![](/files/1QrW9bTM2r3oVX9nKen7)

Since there is a min deposit time, users can see the progress of the deposit on the vault page.

![](/files/PUSWAUFvBjDVP3rwEs8V)

After the min deposit time criteria, the vaults will process, and the user can view the positions in the position tab on the portfolio page.

<img src="/files/6e2bpjztnkvHUY2naYrN" alt="" data-size="original">


---

# 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:

```
GET https://docs.earn.polynomial.fi/technical-implementation/deposit/deposit-on-optimism.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.
