> For the complete documentation index, see [llms.txt](https://goatdocs.iotex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goatdocs.iotex.io/user-participation-guide/preparation.md).

# Preparation

## **Download a Wallet:**

### **1. Download MetaMask** and add the IoTeX network.

<figure><img src="/files/js75evKa9EUW8BYlxtbq" alt=""><figcaption></figcaption></figure>

Network parameters:

* Network Name: IoTeX Network Mainnet
* Chain ID: 4689
* RPC URLs (you can use any of these):
  * [https://babel-api.iotex.io](https://babel-api.iotex.io/)
  * [https://babel-api.mainnet.iotex.io](https://babel-api.mainnet.iotex.io/)
  * [https://babel-api.mainnet.iotex.one](https://babel-api.mainnet.iotex.one/)
* Currency Symbol: IOTX
* Block Explorer URL: <https://iotexscan.io>

<figure><img src="/files/MciVRCZP2e2cDJZ67Sz1" alt="" width="268"><figcaption></figcaption></figure>

Or you can add the IoTeX network to MetaMask with one click via [ChainList](https://chainlist.org/?search=iotex).

### **2. Download IoPay Wallet:** <https://iopay.me>

<figure><img src="/files/ovz28NVmu87609bzAnCM" alt=""><figcaption></figcaption></figure>

### **3. Download OKX Wallet:** <https://www.okx.com/zh-hans/download>

## **Withdrawing from CEX to Your Wallet**

Select the IoTeX network and enter an ERC20 address starting with "0x."

## **Create Your Unique Referral Link**

Click on "Get Goated Season 2" to log in to your wallet, create your referral link, and share it on social media. Alternatively, your friends can simply enter your "0x" wallet address to establish a referral connection. You can track your referral status and earnings in real-time on the dashboard below.

<figure><img src="/files/hKQbuEiGEhmactTJoIFC" alt=""><figcaption></figcaption></figure>


---

# 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://goatdocs.iotex.io/user-participation-guide/preparation.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.
