# Staking on FIL

### 1 . Install the MetaMask plug-in wallet

* Click this link to download [Google Chrome](https://www.google.com/intl/en_sg/chrome/)
* Click on the link to install the [Metamask plugin](https://metamask.io)
* Create or import a wallet

### 2 . Add the FIL chain to the MetaMask plugin

The MetaMask plug-in installation supports the ETH main chain wallet by default. To use the Filecoin ecology, you need to add the network; currently supports two methods: one is to open the [Hashking FilStaking official website ](https://fil.hashking.fi/stake)to automatically add the main chain information, and the other is to add the main chain information in MetaMask

**The steps to add the main chain information in MetaMask are as follows:**

* Click "Extensions"; open the "MetaMask Plugin" extension;
* Switch network on "MetaMask" \
  ![](/files/BqzvXRrmyBYU3x7vxt0t)
* Select "Add Network"\
  ![](/files/TRn83em5kFY68GE28WLu)
* Select "Manually add a network"<br>

  <figure><img src="/files/6UeNIAOihu4iq9Gz1W2E" alt=""><figcaption></figcaption></figure>
* Configure the Filecoin-EVM network<br>

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

Network name: Filecoin-mainnet

Added RPC URL: <https://api.node.glif.io/rpc/v1>

Chain ID: 314

Symbol: FIL

Block Manager URL: <https://filfox.info/en>

* After saving, "MetaMask" is added successfully, and it will automatically switch to the Filecoin mainnet<br>

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

### The official website automatically adds the main chain information

* Open [Hashking FilStaking official website](https://fil.hashking.fi/stake)<br>

  <figure><img src="/files/Qe0JdHy4yXoADnOpZOto" alt=""><figcaption></figcaption></figure>
* Click "Connect Wallet"  <br>

  <figure><img src="/files/5meUavldySDxznYC0EZR" alt=""><figcaption></figcaption></figure>
* Select "MetaMask" in the pop-up box and approve adding the network<br>

  <figure><img src="/files/Yx34p5neH6TDsdAdN3gD" alt=""><figcaption></figcaption></figure>
* After the addition is successful, I will automatically switch to the Filecoin-EVM network

### 3. Withdraw funds to the Filecoin Mainnet network

At present, Filecoin has wallet addresses with different prefixes. The addresses used in the Filecoin-EVM ecosystem are addresses with prefixes starting with F4 or 0X. You can view the corresponding addresses in "MetaMask" or "Blockchain Browser"

* View payment address<br>

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

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

* Transferred Assets

Users can transfer funds from other wallets or exchanges to the wallet address;

{% hint style="info" %}
Note: Please be sure to confirm that the receiving network is Filecoin-EVM.
{% endhint %}


---

# 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.chainupcloud.com/staking/staking-fil.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.
