> 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/technical.md).

# Technical

The Amphor vault strategies are `ERC-4626` based and follows the [EIP-4626](https://eips.ethereum.org/EIPS/eip-4626) documentation.

* The vault is only live on Ethereum Mainnet.
* Amphor vaults are denominated in wETH (Boosted ETH vault) and wstETH (Symbiotic LRT vault) while allowing deposits/withdrawals in a set of pre-approved assets: ETH, stETH, wETH, weETH, wstETH, DAI, USDT and USDC.

## About ERC-4626

`ERC-4626`, also known as the "tokenized vault standard" is a protocol for tokenized vaults that represent shares of yield-bearing tokens and is built upon the `ERC-20` token standard.\
In essence, a tokenized vault comprises two components: an underlying asset (in our instance, wETH and wstETH) and another asset (a token) representing shares in the vault. The price of a share respect the following formula:&#x20;

$$
sharePrice = totalUnderlying / total shares
$$

## How do Amphor v1 vaults work?

Upon depositing wstETH/wETH (or other eligible assets through the zapper), users get an equivalent number of shares in exchange for the underlying assets transferred to the vault. These shares can subsequently be redeemed to retrieve the original assets and accrued rewards if applicable.

Deposit and withdrawal mechanisms are different based on the vault and ERC standards being used. Asynchronous deposits and withdrawals characterize the Boosted ETH vault while the Symbiotic LRT vault offers synchronous deposits but asynchronous withdrawals.


---

# 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/technical.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.
