> For the complete documentation index, see [llms.txt](https://docs.bawsaq.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bawsaq.org/bawsaq-and-the-chain/your-badge.md).

# Your badge

On step 2 of the join screen, paste your wallet address and press **Use this wallet**. The game reads your balance of every listed token, ranks your bags by the share of each supply you hold, and your biggest bag becomes your **badge**: its logo floats above your character and sits on the back of the tank top. Everyone in the room sees it.

* This is **read-only**. No signature, no approval. You can paste any address, including someone else's, and nothing can happen to it.
* Hold nothing listed, or skip the step, and you play without a badge.
* In Free Roam, a knockout steals the victim's badge for 60 seconds. Bragging rights only.

{% hint style="info" %}
The badge is separate from the arena wallet. Connecting a wallet to enter the arena signs you in with that address and also sets your badge from it.
{% endhint %}


---

# 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.bawsaq.org/bawsaq-and-the-chain/your-badge.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.
