> For the complete documentation index, see [llms.txt](https://docs.onchainheroes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onchainheroes.xyz/hidden-archive/getting-started/setup.md).

# Setup

This section will provide a brief overview on how to enter the game.

***

## 1. Requirements

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

Let's go over the basics on what you'll need to get started:

* [**An Abstract Global Wallet (AGW)**](https://portal.abs.xyz/login) – Required to login and holds your assets
* [**OCH Genesis Hero NFT**](/heroes/genesis-heroes.md) – Available on [Magic Eden](https://magiceden.io/collections/abstract/0x7c47ea32fd27d1a74fc6e9f31ce8162e6ce070eb) or [OpenSea](https://opensea.io/collection/genesishero-abstract)

These assets are optional, but highly recommended:

* [**OCH Weapon NFT**](/items-and-assets/weapons.md) – Available on [Magic Eden](https://magiceden.io/collections/abstract/0x686bfe70f061507065f3e939c12ac9ee5a564dcf) or [OpenSea](https://opensea.io/collection/och-gacha-weapon)
* [Some $HERO](/items-and-assets/usdhero-token.md) – You can **earn $HERO by playing** or [**purchase it here**](https://portal.abs.xyz/trade?buy=0x33ee11ce309854a45b65368c078616abcb5c6e3d)

{% hint style="info" %}
**💡 Note:** We're working to lower the entry barrier as the game grows. These changes won't affect the utility, rarity, or value of existing assets.
{% endhint %}

## 2. Logging In

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

Once you’ve got your wallet and NFTs, you’re ready to hop in:

1. Head to the [game site](https://play.onchainheroes.xyz/)
2. Connect your [AGW (Abstract Global wallet)](https://portal.abs.xyz/login)
3. Follow the onboarding steps to enter the game


---

# 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.onchainheroes.xyz/hidden-archive/getting-started/setup.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.
