# 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: 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://defivaults.gitbook.io/amphor/technical.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.
