# Development

## NFT Strategy

To maintain balance in the game we are utilizing ERC1155 NFTs for cards that have modifiable stat components. The NFTs are meant to be utilized for verifying and accessing certain metadata including the images stored within the game itself. An NFT marketplace will be provided to enable the buying and selling of cards, however, the majority of non-peer-to-peer card acquisitions will take place through card packs. Packs will contain cards based on the probability of rarities and specific pack types.

{% hint style="info" %}
Refer to [NFT Integration](/endersgate/tech/development/nft-integration.md)
{% endhint %}

## Token and Play to Earn Strategy

## (🟡Pending) Future Development


---

# Agent Instructions: 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:

```
GET https://endersgate.gitbook.io/endersgate/tech/development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
