# Setting up Metamask

### Step 1: Install MetaMask <a href="#installing-metamask" id="installing-metamask"></a>

If you have not yet installed MetaMask on your Chrome, Brave or Firefox browser, please do so via [**this link**](https://metamask.io/). Make sure to save your seed phrase in a secure location. In no circumstance should you share your seed phrase with anyone. Keep in mind that the Yeti team will never ask for your private key or seed phrase!

### Step 2: Add Avalanche Mainnet[​](https://docs.avax.network/build/tutorials/smart-contracts/deploy-a-smart-contract-on-avalanche-using-remix-and-metamask/#step-1-setting-up-metamask) <a href="#step-1-setting-up-metamask" id="step-1-setting-up-metamask"></a>

Log in to MetaMask -> Click the Network drop-down -> Select Custom RPC (or Add Network)

<div align="center"><img src="/files/3SahRpiKiCIVFJJxZZpn" alt=""></div>

**Copy and Paste in Avalanche FUJI Testnet Settings:**[**​**](https://docs.avax.network/build/tutorials/smart-contracts/deploy-a-smart-contract-on-avalanche-using-remix-and-metamask/#fuji-testnet-settings)

* **Network Name**: Avalanche Network
* **New RPC URL**: <https://api.avax.network/ext/bc/C/rpc>
* **ChainID**: `43114`
* **Symbol**: `AVAX`
* **Explorer**: <https://snowtrace.io/>

![](/files/tg3Rdy3CU66YzKlm6CQv)

### Step 3: Funding your C-Chain address  <a href="#step-2-funding-your-c-chain-address" id="step-2-funding-your-c-chain-address"></a>

To use the Avalanche Network, you must have AVAX in your Metamask wallet for transaction gas fees. Head over to centralized exchanges such as Coinbase, Kucoin, or Gate.io and withdraw AVAX into your Metamask wallet.

Now you can start borrowing against your favorite assets on Yeti Finance!


---

# 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.yeti.finance/using-yeti-finance/borrowing/setting-up-metamask.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.
