> For the complete documentation index, see [llms.txt](https://kayen-protocol.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kayen-protocol.gitbook.io/documentation/chiliz-guide/wallet-setup-for-chiliz.md).

# Wallet Setup for Chiliz

Even though you can use other wallets, Metamask is the one we recommend. Throughout this guide, we will assume that you are using the Metamask wallet since it is the one most people use, the process of setting up a wallet should be very similar regardless of the wallet you choose.

\
Using the steps below, you can add Chiliz Chain to your wallet without typing anything manually.

1. From the homepage of your wallet, click on the network selector in the top left, and then on 'Add network':

<figure><img src="/files/1dwDxpRfTV3CvarmY8go" alt="" width="357"><figcaption></figcaption></figure>

2. MetaMask will open in a new tab in fullscreen mode. From here, find and the 'Add network manually' button at the bottom of the network list.&#x20;

   <br>

   <figure><img src="/files/52iIuRUL2Y7kDp15pcX9" alt=""><figcaption></figcaption></figure>
3. Complete the fields with the following information [⬇️](https://emojipedia.org/down-arrow)&#x20;
4. Click 'Save' to add the network.&#x20;

<table><thead><tr><th width="253">Parameter</th><th width="346">Value</th></tr></thead><tbody><tr><td>Network Name</td><td>Chiliz Chain</td></tr><tr><td>RPC endpoint</td><td><a href="https://rpc.ankr.com/chiliz">https://rpc.ankr.com/chiliz</a><br>or<br><a href="https://chiliz.publicnode.com

"><https://chiliz.publicnode.com></a></td></tr><tr><td>Chain ID</td><td>88888</td></tr><tr><td>Currency Symbol</td><td>CHZ</td></tr><tr><td>Chiliz Block Explorer URL</td><td><https://chiliscan.com><br>or<br><a href="https://scan.chiliz.com "><https://scan.chiliz.com></a></td></tr></tbody></table>

5. Once you're finished, click <mark style="color:red;">Save</mark>
6. In the following popup click <mark style="color:red;">Switch network</mark>
7. You can now use the Chiliz Chain


---

# 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://kayen-protocol.gitbook.io/documentation/chiliz-guide/wallet-setup-for-chiliz.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.
