> For the complete documentation index, see [llms.txt](https://defivaults.gitbook.io/amphor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defivaults.gitbook.io/amphor/ui-guide-tutorial.md).

# UI Guide (Tutorial)

**Step 1.** *Go to* [*https://app.amphor.io/*](https://app.amphor.io/) *and click on the top right corner to connect your wallet.*

&#x20;

<figure><img src="/files/u0ipC5hDlXDyE5Q7YAYw" alt="" width="554"><figcaption></figcaption></figure>

***

**Step 2.** *Select your preferred option from a list of available wallets.*&#x20;

If you do not own a wallet, you can create one by clicking the “Get a Wallet” button.

<figure><img src="/files/0agSCHXHIAgiOdsj7QsA" alt=""><figcaption></figcaption></figure>

***

**Step 3:** *Select “Earn” to view all available Amphor Vaults.*

<figure><img src="/files/7BJxhOIROcJ6BwqInoct" alt="" width="563"><figcaption></figcaption></figure>

***

**Step 4:** *Choose a Vault that you wish to deposit in.*

<figure><img src="/files/444aOOEhuFuezI6HRToA" alt="" width="563"><figcaption></figcaption></figure>

***

**Step 5.** *Make sure you are on the Deposit module.*

<figure><img src="/files/0V4l8KoQh8tLGmm5JDvI" alt="" width="563"><figcaption></figcaption></figure>

**Step 6.** *Choose an asset you want to deposit.*

*The Zapper* function enables users to deposit from a pre-selected list of assets and automatically converts deposits to the Vault's underlying asset (in this particular example, wETH).  Zapper removes the need for users to swap to wETH themselves on Decentralized Exchanges (DEX) or DEX aggregators.

<figure><img src="/files/vtutyAtBMcCeTo11tUOy" alt="" width="563"><figcaption></figcaption></figure>

**Step 7:** *Set “Slippage” tolerance for the transaction.*

When depositing with a non-wETH option, users can modify the zapper's slippage tolerance, determining how big of a price impact they are willing to accept for the transaction to be executed.

<figure><img src="/files/BUEAQDcyF0pFsPmu7PME" alt="" width="563"><figcaption></figcaption></figure>

**Step 8:** Toggle *“Permit” function to simplify the deposit.*

By toggling the "Permit" functionality, users effectively bundle the 'Approve' and 'Deposit' functions into a single transaction, making the deposit process faster and saving gas fees.

<figure><img src="/files/u25xVBIhZyH3zyEItOZR" alt="" width="563"><figcaption></figcaption></figure>

***

**Step 9:** *Enter a deposit amount and select “Request deposit”.*

User deposits to the Boosted ETH Vault will start earning Sherds from the moment of deposit. The Bounding contract will automatically settle the deposit, which usually can take from 2 to 5 days. After the bounding period, the deposit is deployed, earning yield and points. You can then claim your transferable LP token from the My Dashboard page and track your performance.

<figure><img src="/files/iPCUYG5ilXX1f7jeXovh" alt="" width="563"><figcaption></figcaption></figure>

***

**Step 10.** *Approve “Request deposit” in your wallet.*

<figure><img src="/files/vdl1enUV01H4hRYQGFMB" alt="" width="372"><figcaption></figcaption></figure>

Once Confirmed, a notification on the UI will appear: “*Deposit is being processed.*,” and will change to "*Congratulations! You have successfully deposited.*" after execution.

The deposit status will change to 'Bounding' until the vault settles and processes all pending deposits.

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

While the deposit is pending, it may be canceled on the top right corner of the 'My Dashboard' page.

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

***

**Step 11.** *Claim your LP tokens.*

Go to the 'My Dashboard' page and click on the 'Claim' button in the top right corner.

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

Confirm the claim transaction request in your wallet.

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

***

**Step 12.** Track your performance on the 'My Dashboard' page.

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

***


---

# 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, and the optional `goal` query parameter:

```
GET https://defivaults.gitbook.io/amphor/ui-guide-tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
