# How to Prepare Wallet

### Install Metamask extension

To start working with the Hyperspace network or any Ethereum network you'll need a Metamask wallet. You can find the latest version of the extension on the official Metamask website [here](https://metamask.io/download/).

### Add Hyperspace network into your Metamask

After you set up your Metamask you'll need to add the Hyperspace Filecoin network. Please visit the Chainlist [website](https://chainlist.org/chain/3141). Connect your Metamask wallet, find a network with Chain ID 3141, and press the "Add to Metamask button".

<div align="left"><figure><img src="/files/CwnGxRhJCY2WViOIsGTW" alt=""><figcaption><p>Click the "Add to Metamask" button</p></figcaption></figure> <figure><img src="/files/GjbyigwjCIGy6y9dZQ04" alt=""><figcaption><p>Approve new network on your Metamask</p></figcaption></figure></div>

### Get some test tFIL tokens from the Hyperspace faucet

To execute any transaction, it's required to get some tFIL from the [faucet](https://hyperspace.yoga/#faucet). Copy your wallet address and click the "Send" button. It would take about 30-60 seconds for the faucet to give you 5 tFIL tokens.

<figure><img src="/files/TWmIlDGSd27hMn459iLy" alt=""><figcaption><p>Copy your wallet address and get some tFIL from Hyperspace faucet</p></figcaption></figure>

### Connect your wallet to Collectif DAO App

Once you have some tFIL on your wallet on the Hyperspace network you're free to stake on the Collectif DAO application. Please visit our [app](http://app.collectif.finance/) and connect your wallet.&#x20;

<div><figure><img src="/files/VjiyCU5sg7ItTqBLAp7I" alt=""><figcaption><p>Press "Connect Wallet" button</p></figcaption></figure> <figure><img src="/files/dJGobxieohuRMNk9DmjH" alt=""><figcaption></figcaption></figure></div>


---

# 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.collectif.finance/getting-started/how-to-prepare-wallet.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.
