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

# Techy Stuff

- [Official Links](https://whitepaper.mintofdestiny.xyz/techy-stuff/official-links.md)
- [Contracts](https://whitepaper.mintofdestiny.xyz/techy-stuff/contracts.md)
- [Blockchain](https://whitepaper.mintofdestiny.xyz/techy-stuff/blockchain.md)
- [Token Usage Rights](https://whitepaper.mintofdestiny.xyz/techy-stuff/token-usage-rights.md)
- [Installing and Setting up Metamask](https://whitepaper.mintofdestiny.xyz/techy-stuff/installing-and-setting-up-metamask.md)
- [Rarity Levels By Attribute](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute.md): Raw Data of all attributes for rarity levels
- [All Tokens](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/all-tokens.md): Rarity Levels for every attribute compared against all tokens
- [Heroes](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/heroes.md): Rarity Levels for all Hero attributes compared against all Hero tokens
- [n00b](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/heroes/n00b.md): Rarity Levels for all Hero attributes for the n00b role
- [Hardcore](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/heroes/hardcore.md): Rarity Levels for all Hero attributes for the Hardcore role
- [Legendary](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/heroes/legendary.md): Rarity Levels for all Hero attributes for the Legendary role
- [Villains](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains.md): Rarity Levels for all Villain attributes compared against all Villain tokens
- [Minions](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/minions.md): Rarity Levels for all Villain attributes for the Minions
- [Mini-Bosses](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/mini-bosses.md): Rarity Levels for all Villain attributes for the Mini-Bosses
- [Bosses](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/bosses.md): Rarity Levels for all Villain attributes for the Bosses
- [Warlocks](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/warlocks.md): Rarity Levels for all Villain attributes for the Warlocks
- [Witches](https://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/villains/witches.md): Rarity Levels for all Villain attributes for the Witches


---

# 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.mintofdestiny.xyz/techy-stuff.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.
