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

# CRYPTOPOOPZ

CryptoPoopz is a decentralized universe constituted by CRYPTOPOOPZ NFT, one of the firsts built on Avalanche that implement the [Diamond Standard](https://eips.ethereum.org/EIPS/eip-2535) (EIP-2535), an innovative multi-faucet proxy contract that allows you to personalize your NFT with items and can be considered the NFT 2.0.&#x20;

You can adorn your CryptoPoopz, that have 6 [traits](/features/traits.md) (health point, MP, strength, defense, speed, luck) choosing from more than 300 item's types providing a lot of combinations, let's find your favorite one!&#x20;

Each item has a [rarity score](/features/rarity-score.md) that will be critical to the mechanics of the mini-game once it is launched! \
POO is the token of CRYPTOPOOPZ ecosystem, it will be used for items purchase on the item's market, gaming reward system, DAO voting and supporting the ecosystem.

**LITEPAPER**

This document has the purpose to explain about the CryptoPoopz project and its ecosystem. \
This litepaper is also a LIVING DOCUMENT subject to change when there is an update in the ecosystem, the changes can be made *by the team or driven by the community.*

\
**TECH ARCHITECTURE**

CryptoPoopz smart contracts are written in Solidity and leverage the [Diamond Standard](https://eips.ethereum.org/EIPS/eip-2535) to enable the system that can be extended after deployment with virtually no size limit and provide a software layer to add/replace/remove his functionality with admin or DAO permission.

The main CryptoPoopz smart contract inherits from the ERC721 , ERC1155 and ERC998 standards to enable asset composability.&#x20;

This means that different NFTs or assets can be used by other NFTs as items or currency (like in a 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.cryptopoopz.com/cryptopoopz.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.
