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

# Token utility within the game

Overview

The $FNFS token is the native cryptocurrency of the Fused 'N' Furious ecosystem, playing a central role in enhancing gameplay, progression, and competition. It drives player engagement by rewarding achievements, facilitating in-game transactions, and unlocking advanced features, making it an integral part of the GameFi experience.

***

**Key Functions**

* Gameplay Rewards:\
  Players earn $FNFS tokens as rewards for completing levels, achieving high scores, and excelling in challenges or tournaments. These rewards encourage skillful play and sustained engagement.
* Unlocking Advanced Maps and Modes:\
  $FNFS tokens are used to unlock new tracks, exclusive challenges, and advanced gameplay modes, allowing players to explore new content and keep the experience fresh.
* Access to Leaderboard Competitions:\
  Players can use $FNFS tokens to enter leaderboard-based competitions or special time-limited events, with opportunities to win exclusive rewards and boost their standing in the community.
* In-Game Consumables and Boosts:\
  Tokens can be spent on consumables such as temporary speed boosts, additional lives, or protective shields, providing tactical advantages during gameplay and increasing the chance of higher rewards.
* Progression Enhancements:\
  Players can use $FNFS tokens to enhance their progression by unlocking features that make gameplay more exciting, such as early access to difficult levels or premium customization options for their vehicles.

Sustainability Through Token Burning:\
A portion of $FNFS tokens used in transactions (e.g., map unlocks, consumables) is burned to reduce overall supply, maintaining token scarcity and ensuring economic stability.


---

# 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://fusednfurious.gitbook.io/fusednfurious/token-utility-within-the-game.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.
