> For the complete documentation index, see [llms.txt](https://arcane-studios.gitbook.io/sentinel-whitepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arcane-studios.gitbook.io/sentinel-whitepaper-v1.0/sentinel-token/dual-token-system.md).

# Dual token system

<figure><img src="/files/eGyN6WIeCKxdezqor4UW" alt=""><figcaption><p>Sentinel &#x26; Sage diagram and their interaction between one another and all other related assets</p></figcaption></figure>

The diagram above outlines the interactive ecosystem within a Eternis Death Match, featuring two primary in-game currencies: Sentinel Token ($Sentinel) and Sage Token ($Sage). These tokens facilitate various gameplay mechanics, rewards systems, and marketplace transactions.

**$Sentinel Token (Tradable Token)**

* Players can win $Sentinel by completing in-game tasks, reflecting their achievements and participation.
* This token can be swapped for $Sage directly in the marketplace, used in staking for rewards, or burned to unlock special in-game chests.
* The $Sentinel is also essential for engaging with the Eternis NFT marketplace, where it helps players get better prices on items, upgrade components, and acquire customizables like NFT Mempass, Characters, and Components.

**$Sage Token (In-game Currency)**

* This in-game currency is used within the ecosystem for a variety of purposes, including paid tournaments and PvP (Player vs Player) wagering, which adds a competitive edge to the gaming experience.

<figure><img src="/files/W6GHYgkeb9n8tUtdh0FY" alt=""><figcaption><p>$Sage in-game token is generated by automatically converting $Sentinel to USDT and issuing $Sage</p></figcaption></figure>

The diagram above presents the financial flows and token distribution mechanisms within the game's ecosystem, highlighting the path of user engagement and revenue distribution.

Users begin by purchasing $Sentinel, which can be exchanged for $Sage. Upon exchange, the $Sage/USDT supply distributor contract is activated, which is tied to an automatic $Sentinel/$Sage wrapper.

In the gameplay loop, $Sage tokens are utilized by players engaging in paid modes. When two players enter a paid mode, a 10% fee in $Sage is generated, which is accounted for by the supply distributor. The winner of the game takes 90% of the staked $Sage.

The financial distributions resulting from these transactions are as follows:

* A fixed percentage, 5% of USDT, is directed to a revenue wallet.
* Remaining 5% further distributed annually to ensure liquidity and fund future rewards. For instance, in 2024, 3% USDT goes to token liquidity and 2% USDT is allocated to the future rewards wallet. This pattern continues with variations in percentages through 2027.


---

# 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://arcane-studios.gitbook.io/sentinel-whitepaper-v1.0/sentinel-token/dual-token-system.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.
