# Avalanche C-Chain

**Step 1.** Metamask setup

* Before being able to interact with the HERO Finance protocol, we first need to setup the Avalanche-C Chain network on Metamask.
* In order to do so, please open your Metamask wallet and select network; Custom RPC. (See attached image below).

![](/files/9qXJOrYRGBFsNNZ90dZJ)

**Step 2.** Network setup

* Now put in the following in order to setup your `AVAX` wallet.
* **Network name**: Avalanche C Chain
* **New RPC URL**: <https://api.avax.network/ext/bc/C/rpc>
* **ChainID**: 43114
* **Symbol**: AVAX
* **Explorer**: <https://snowtrace.io/>

Click Save and you are ready to go!

## Important links:

#### TraderJoe - DEX

{% embed url="<https://traderjoexyz.com/home#/>" %}
This is where all liquidity is hosted for Frozen Walrus Assets
{% endembed %}

DexScreener - Charting

{% embed url="<https://dexscreener.com>" %}
This is the best place to view charts and contract
{% endembed %}

#### MetaMask for Chrome - Wallet

{% embed url="<https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en>" %}
Direct Link to MetaMask for Chrome the most used browser wallet
{% endembed %}


---

# 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://hero-finance.gitbook.io/hero-finance/welcome/avalanche-c-chain.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.
