# How do I deposit?

* If your assets are on Ethereum L1, make sure to bridge them over to Optimism (an Ethereum L2)
  * We recommend checking out the [Optimism bridges page](https://www.optimism.io/apps/bridges) for options
  * Make sure the asset you want to deposit is supported by LemmaSwap before bridging
* Click on any of the "Connect Wallet" buttons on the LemmaSwap website
* After connecting to your wallet, click on "Change Network" and confirm the switch
* Enter an amount of the asset you would like to deposit
* If you are not a resident of a ["Prohibited Jurisdiction"](/resources/faq.md#what-should-i-know-before-depositing) then you will be see "View terms & enable deposits"
* Click on the "View terms & enable deposits" button & read the ToS and the Risk page
* Click on "Deposit", confirm the transaction on your wallet and you'll be good to go!


---

# 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.lemma.finance/resources/how-do-i-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.
