> For the complete documentation index, see [llms.txt](https://ktk-project.gitbook.io/ktk-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ktk-project.gitbook.io/ktk-project/white-paper-en/metaverse-platform/historical-nft.md).

# Historical NFT

Neovista, previously known as K-World, is planning to provide an immersive experience for its participants through unique quests that are closely related to human history. These quests will only be accessible under restricted conditions and the clues to solve them will be given in the form of easter eggs by the platform's team. In order to initiate each quest, players must use a previously rewarded NFT, which can be traded or shared with other participants.

As players engage in these quests, their actions and progress will be streamed to other players, based on the participant's decision. This creates a sense of community and shared experience as participants work together to uncover the secrets of history. These quests provide an innovative way for participants to learn and explore the rich history of humanity, while also allowing them to earn rewards and trade valuable NFTs.

Overall, Neovista's historical quests provide a unique and engaging way for participants to learn about history and explore their curiosity. The use of NFTs and restricted conditions add an extra layer of excitement and value to the experience, while the ability to share the experience with others on the platform creates a sense of community and shared accomplishment.


---

# 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://ktk-project.gitbook.io/ktk-project/white-paper-en/metaverse-platform/historical-nft.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.
