> For the complete documentation index, see [llms.txt](https://turtles-organization.gitbook.io/defi-turtle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turtles-organization.gitbook.io/defi-turtle/protocol-overview/nft-gaming.md).

# NFT Gaming

A turtle P2E Gaming will be launched once the Protocol completes it's First 6 weeks. Initially This game can only be played by the users of NFT at a discounted Entry Fee. NFT holder's can enjoy this Discounted Entry fee forever and only that this will be varied from week to week based on the protocol health.

All the proceedings from the Game Entry fee will be "burned". The sole purpose of the game is to make the $TURT token supply Deflationary. Non NFT holder's can enter this game at regular prices after the first Two weeks of the Game Launch.


---

# 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://turtles-organization.gitbook.io/defi-turtle/protocol-overview/nft-gaming.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.
