> For the complete documentation index, see [llms.txt](https://nftube.gitbook.io/nftube/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftube.gitbook.io/nftube/nftube-token/introduction.md).

# Introduction

NFTube Token (NFTT) is the native cryptocurrency and payment currency within the NFTube ecosystem. Designed to empower creators and users alike, NFTT plays a significant role in various aspects of the platform, including the NFT marketplace, revenue sharing, governance, and more.

<details>

<summary>Payment Currency</summary>

NFTT serves as the primary payment currency within the NFTube platform. Users can utilize NFTT to purchase exclusive content, access premium features, and engage in transactions within the ecosystem. By using NFTT as a medium of exchange, users enjoy seamless and secure transactions while supporting their favorite creators.

</details>

<details>

<summary>NFT Marketplace</summary>

The NFTTube marketplace provides a thriving ecosystem for creators and collectors. NFTT acts as the medium of exchange for buying, selling, and trading NFTs. Users can acquire unique and limited edition NFTs using NFTT, adding value to their collections and supporting the creators' endeavors.

</details>

<details>

<summary>Revenue Sharing</summary>

NFTTube is committed to ensuring fair revenue sharing between creators and the platform. NFTT plays a crucial role in this process. As users engage with exclusive content and purchase NFTs, a portion of the revenue generated is distributed to creators based on the terms defined within their NFT collections. This transparent revenue sharing model fosters a sustainable and rewarding environment for creators.

</details>

<details>

<summary>Governance</summary>

NFTT holders have the opportunity to participate in the governance of the NFTube platform. Holding NFTT grants users voting rights and a voice in shaping the future of the ecosystem. Participating in governance allows stakeholders to propose and vote on important decisions, ensuring a democratic and community-driven platform.

</details>

<details>

<summary>Utility and Benefits</summary>

Beyond its role as a payment currency, NFTT offers additional utility and benefits within the NFTube ecosystem. This may include exclusive access to premium features, early access to content releases, and enhanced engagement with creators. NFTT holders can enjoy a unique and rewarding experience, further strengthening the connection between creators and their supporters.

</details>


---

# 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://nftube.gitbook.io/nftube/nftube-token/introduction.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.
