> For the complete documentation index, see [llms.txt](https://whitepaper.chibi.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.chibi.gg/nfts/badges.md).

# Badges

Legend Badges are our tribute to the initial supporters of Chibi Clash, celebrating the journey we've shared and the milestones we've achieved together. These badges are not just tokens of appreciation; they are a testament to the loyalty and dedication of our community.

* **Earning Criteria**: Legend Badges can be acquired by meeting specific ownership criteria related to our Polygon NFT collection. The rarity of these badges varies, with some being more elusive than others.<br>
* **Points System**: Associated with each badge are points that collectors can accumulate. These points play a crucial role in an **upcoming airdrop campaign**, adding another layer of value to the badges.<br>
* **Snapshot and Lock-in**: We will announce a snapshot date to finalize the points for the airdrop. Until this date, collectors have the opportunity to trade NFTs to earn or upgrade their badges. It's worth noting that badges could be lost if NFTs are sold or transferred, adding a strategic element to badge collection.

NFT Holders are now able to see what badges that have earned (and how many points they have accumulated) by logging into the Chibi Clash website and entering the [Badge page](https://chibi.gg/badges).<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://whitepaper.chibi.gg/nfts/badges.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.
