> For the complete documentation index, see [llms.txt](https://cook-protocol.gitbook.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cook-protocol.gitbook.io/english/get-started/im-advanced.md).

# I'm Advanced

## How to get a DeFi Index  <a href="#id-7b6c" id="id-7b6c"></a>

{% embed url="<https://www.youtube.com/watch?v=1LcvJ-ezyEg>" %}

**Key Steps**

1. Login - Go to <https://app.cook.finance> and login with your MetaMask &#x20;
2. Browse - Look through and pick an index that you would like&#x20;
3. Issue - Press “Issue” to issue a single token such as AVAX, USDC or USDT&#x20;
4. Stake - Go to <https://app.cook.finance/farms> to stake indexes and earn additional rewards

## Network - Setup Avalanche <a href="#id-7b6c" id="id-7b6c"></a>

First open MetaMask, then click on Network drop-down and then click on Select Custom RPC. Enter the following information and press save. Now your MetaMask will be enabled to connect with the Cook DAPP on MetaMask. Alternatively you can view the Avalanche guide and video tutorial [here](https://support.avax.network/en/articles/4626956-how-do-i-set-up-metamask-on-avalanche).

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

## Reference Guides <a href="#id-7b6c" id="id-7b6c"></a>

DeFi Index Guide - [Video Walkthrough](https://www.youtube.com/watch?v=1LcvJ-ezyEg)&#x20;

DeFi Index Guide - [Text Walkthrough](https://cookfinance.medium.com/a-defi-index-guide-for-avalanche-576b222bae7e)

Index Staking Guide - [Video Walkthrough](https://www.youtube.com/watch?v=e8a3xyoywe8)

Index Staking Guide - [Text Walkthrough](https://cookfinance.medium.com/an-index-staking-guide-24a0f4accc4)


---

# 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://cook-protocol.gitbook.io/english/get-started/im-advanced.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.
