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

# Fundamentals

- [Avaxtars NFTs](https://whitepaper.avaxtars.com/fundamentals/avaxtars-nfts.md): All the game assets in Avaxtars are ERC-721 NFTs
- [PAGM](https://whitepaper.avaxtars.com/fundamentals/pagm.md): PAGM is the Personal Avaxtar Generation Machine
- [BoxDrop Feature](https://whitepaper.avaxtars.com/fundamentals/boxdrop-feature.md): BoxDrop is a unique function dedicated for the Gen1 Avaxtars only
- [Tokenomics](https://whitepaper.avaxtars.com/fundamentals/tokenomics.md): Avaxtars has 3 different Tokens; $AVXT, $DGC, $ENXT
- [$AVXT](https://whitepaper.avaxtars.com/fundamentals/tokenomics/usdavxt.md): Avaxtars Token ($AVXT) is the main token of Avaxtars
- [$ENXT](https://whitepaper.avaxtars.com/fundamentals/tokenomics/usdenxt.md): $ENXT is the Energy Token of Avaxtars and many interactions requires $ENXT
- [$DGC](https://whitepaper.avaxtars.com/fundamentals/tokenomics/usddgc.md): Digital Genetic Code ($DGC) has a critical role on Avaxtars Progress
- [Items](https://whitepaper.avaxtars.com/fundamentals/items.md): Items are crucial assets to enhance Avaxtars.
- [Skills](https://whitepaper.avaxtars.com/fundamentals/skills.md): Skills are crucial assets to enhance Soldier Avaxtars in PvP Mechanics
- [Missions](https://whitepaper.avaxtars.com/fundamentals/missions.md): We fight with our enemy or we help our friends with the missions in Avaxtars
- [Metaverse Slot](https://whitepaper.avaxtars.com/fundamentals/metaverse-slot.md): Avaxtars offers the first real Mataverse application
- [Levels](https://whitepaper.avaxtars.com/fundamentals/levels.md): Gen2 Avaxtars earns experience by completing missions.
- [Laboratory](https://whitepaper.avaxtars.com/fundamentals/laboratory.md): Every agent will have a special laboratory in Avaxtars
- [Devices](https://whitepaper.avaxtars.com/fundamentals/devices.md): Devices are the key for progress
- [Cold Fusion Generator (CFG)](https://whitepaper.avaxtars.com/fundamentals/devices/cold-fusion-generator-cfg.md): Cold Fusion Generator (CFG) will used to farming Energy Token ($ENXT). There is no limit for CFG like PAGMs.
- [Digital Genetic Code Generator (DGCG)](https://whitepaper.avaxtars.com/fundamentals/devices/digital-genetic-code-generator-dgcg.md): Digital Genetic Code Generator (DGCG) will be used to farm Digital Genetic Code Token ($DGC). There is no limit for DGCG like PAGMs.
- [Unit Converter (UC)](https://whitepaper.avaxtars.com/fundamentals/devices/unit-converter-uc.md): Unit Converter is a special device in Avaxtars. There is no limit for Unit Converters like PAGMs.
- [Firewall (FW)](https://whitepaper.avaxtars.com/fundamentals/devices/firewall-fw.md): Firewall is crucial to protect yourself against enemies


---

# 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.avaxtars.com/fundamentals.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.
