# Internet Computer - Vault

Before getting started with the Internet Computer Vault, ensure you have the following ready:

* **Internet Identity:** Internet Identity is required to store funds and interact with Helix Vault.
* **EVM-Compatible Wallet**: A Web3-compatible wallet like MetaMask is required to store funds and interact with the Helix Vault.
* **Gas Fees**: Your wallet must have enough ETH to cover transaction costs, including withdrawals, and smart contract interactions. Gas fees vary based on network activity, so it's best to keep some extra Native tokens available.

**Ethereum Holesky Testnet - Faucet**

* [Native ETH Faucet on Ethereum (Holesky Testnet)](https://www.alchemy.com/faucets/ethereum-holesky)

### **1. Launch the Helix dApp**  <a href="#how-to-use-concrete" id="how-to-use-concrete"></a>

Visit the official [Internet Computer - Vault website](https://app.helixlabs.org/). While you can explore its features without connecting, full access requires linking your wallet.

<figure><img src="/files/6QXSTH4qCpOW1I6Tfb7d" alt=""><figcaption></figcaption></figure>

### 2. Login Your Wallets

To unlock Helix Vault's core features—deposit, earn, and withdraw—you must authenticate by connecting your wallet.&#x20;

* Click on the Login button.
* Click on the Connect Internet Identity

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

* Please select your identity and connect. If you do not have an internet identity, kindly create a new one.

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

* After successfully login with Internet Identity, please click on the Connect EVM Wallet

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

* Select your wallet provider (MetaMask, Rainbow, etc.) and connect.

<figure><img src="/files/8EJGvo0xKXE6leF69fWg" alt="" width="357"><figcaption></figcaption></figure>

### 3. Get testnet funds (hICP) from the faucet

Once your wallet is connected you can access key features like:

* **Stake, unstake**
* **Earn**
* **Faucet**&#x20;

[**Navigate to the faucet page**](https://app.helixlabs.org/faucet)

Click on the ***Request hICP*** button to receive hICP (testnet funds). You may request once per day, and the daily allocation is 5 hICP. Upon clicking, 5 hICP will automatically be credited to your account.

**⚠️ Warning: This is a testnet token and has no monetary value.**

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

Congratulations! You have received testnet funds and can now stake them in the vault 🎉.

### 4. Stake in the vault

Next, navigate to the home page and click on the available vault.

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

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

Next, specify the amount and click the ***Stake*** button.

A status modal will appear—please wait patiently while the system stakes your tokens to the vault and automatically mints hstICP on Ethereum’s Holesky Testnet in your connected EVM account with the same amount.

**⚠️ Warning: Do not leave the status page or refresh the browser until the process is complete.**

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

Congratulations! You have successfully staked hICP and bridged it to the Ethereum Holesky Testnet. You can now participate in other DeFi protocols on the Ethereum Holesky Testnet.

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

### 5. Unstake from the Vault

To unstake your tokens from the vault, go to the vault page, specify the amount, and click the ***Unstake*** button.

This will initiate the burning of the specified amount of hstICP on the Holesky Testnet. You must confirm this action, as it follows a strict 1:1 ratio. Once the burn is successfully completed, our system will verify the transaction and unlock your funds in ICP.

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

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


---

# 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.helixlabs.org/getting-started-on-helix/testnet-data-room/internet-computer-vault.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.
