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

# Getting Started

1. **Go to the App**\
   \
   Go to <https://app.better.fan> to register<br>
2. **Register**\
   \
   We try to keep the registration process as simple and secure as possible. Currently, there is 2 different registration options. Gmail and Apple ID<br>
3. **Create a Wallet**\
   \
   Go to the Better App and login to your account. Click on the wallet icon in the upper right corner. Create a wallet and save your **12-character seed phrase to somewhere safe**. \
   [**How to create a wallet?**](https://medium.com/@betterfan/how-to-create-a-better-external-wallet-85720cee7faa)<br>
4. **Transfer ETH to your Wallet**\
   \
   In order to buy Fan Cards, you will need to transfer ETH to your wallet on the Arbitrum network. (Don't forget to keep extra ETH in your wallet for the network fees!)<br>
5. **Go to Marketplace**\
   \
   Go to the in-game marketplace and find a suitable Fan Card for yourself. Before purchasing a fan card, make sure that you know the fundamentals of a Fan Cards.

Congratulations! You're all set to play the game now. Remember that the amount of your daily bet is limited, adjust your strategy accordingly :) Good Luck !&#x20;

\ <br>


---

# 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://betterfan.gitbook.io/languages/getting-started.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.
