# Alpha Vaults v1

{% hint style="success" %}

### All of your assets are in HODL mode inside the vault and NOT in a Uniswap pool, and are therefore not exposed to impermanent loss .&#x20;

{% endhint %}

{% hint style="info" %}

### Please follow the instructions below to withdraw directly from the vault contracts.

{% endhint %}

### Step 1 - Find the contract address

Find your vault using the following contract address on **Mainnet**:

WETH/USDT vault - [0xe72f3e105e475d7db3a003ffa377afae9c2c6c11](https://etherscan.io/address/0xe72f3e105e475d7db3a003ffa377afae9c2c6c11)

WETH/USDC vault - [0x9bf7b46c7ad5ab62034e9349ab912c0345164322](https://etherscan.io/address/0x9bf7b46c7ad5ab62034e9349ab912c0345164322)

WBTC/USDC vault - [0xBD7c6D2edE836b6b27C461799c4e9ecB8F4e8A66](https://etherscan.io/address/0xBD7c6D2edE836b6b27C461799c4e9ecB8F4e8A66)

### Step 2 - Find your balance

Go to Etherscan -> and paste your contract address in the search field -> click return

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

Click on the link in token tracker:

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

Click Contract -> Read Contract -> balanceOf -> enter the address holding your shares (eg 0xA2...) -> click query:

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

Copy the large number (eg 50076040143852045). Keep this number exactly as shown — you will need it for steps 3.&#x20;

### Step 3 - Withdraw your assets

Go to Etherscan -> and paste your contract address in the search field -> click return

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

Click Contract -> Write Contract -> Connect to Web 3 to connect your wallet:

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

Click withdraw -> paste in the large number at end of step 2 (eg 50076040143852045) to shares -> enter 0 for amount0Min and amount1Min -> enter the wallet address where you want to return the shares to (eg 0xA216443652f54392d38e41c7249287745353CC10):

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

Click write -> confirm the transaction in your wallet

### Step 4 - receive your tokens

Your tokens will arrive into your wallet after the transaction is confirmed.


---

# 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://learn.charm.fi/charm/previous-products/alpha-vaults-v1.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.
