> For the complete documentation index, see [llms.txt](https://docs.yeti.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yeti.finance/other/using-yeti-finance-testnet.md).

# Using Yeti Finance Testnet

### Step 1: Setup MetaMask[​](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)

![metamask network dropdown](https://docs.avax.network/assets/images/image\(60\)-817d82b8dc74892e0fa5334b222c7ac4.png)

**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 2: Funding your C-Chain address[​](https://docs.avax.network/build/tutorials/smart-contracts/deploy-a-smart-contract-on-avalanche-using-remix-and-metamask/#step-2-funding-your-c-chain-address) <a href="#step-2-funding-your-c-chain-address" id="step-2-funding-your-c-chain-address"></a>

#### **Using Test Network Faucet**[​](https://docs.avax.network/build/tutorials/smart-contracts/deploy-a-smart-contract-on-avalanche-using-remix-and-metamask/#using-test-network-faucet) <a href="#using-test-network-faucet" id="using-test-network-faucet"></a>

To get AVAX on the Fuji testnet network, you can use the Test Network Faucet. Navigate to <https://faucet.avax-test.network/> and paste your C-Chain address. The faucet will send the testnet AVAX to your address on the C-Chain. Click the captcha checkbox and select 'Request AVAX' button. Your address will receive test AVAX in a few seconds. You can request 10 test AVAX every hour.&#x20;

Voila! Your Avalanche Fuji Testnet Wallet is now funded with Testnet AVAX.

### Step 3: Use your Testnet AVAX to play around on our Testnet <a href="#step-2-funding-your-c-chain-address" id="step-2-funding-your-c-chain-address"></a>

Our Testnet is deployed on the Avalanche Fuji Network which means the testnet AVAX you received from the faucet can be used to pay for transactions and interact with Yeti Finance's testnet deployment.&#x20;

Access the testnet using this link: [https://testnet.yeti.finance](https://testnet.yeti.finance/)

Start minting USDC, WAVAX, WETH, JOE, WETH/AVAX JLP, and DANGER to play around with Yeti Finance's Testnet! We have provided 'Mint' functionality on the top right corner of the navbar where you can acquire testnet versions of collateral assets which can be used to open a trove on Yeti Finance.

![](/files/1zty5ml4LUckFwBu6Hyp)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yeti.finance/other/using-yeti-finance-testnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
