# Titan Ecosystem: TES & XTES Token

* As Titan's primary token, TES Token is used for staking, reducing transaction fees, and acquiring cashback. Users staking TES Tokens receive XTES Tokens, which increase in value over time relative to TES, enhancing user engagement and investment value within our ecosystem. XTES is used to participate in the Titan DAO & gain benefit from Titan Ecosystem.
* At the start, when the first user stakes TES into the XTES pool, that user will receive XTES at a 1:1 ratio. After that, the amount of XTES received for each TES staked will be calculated according to the formula:

  &#x20;                         XTES = (<mark style="color:red;">AMOUNT</mark> \* XTES\_SUPPLY) / <mark style="color:green;">TOTAL\_VALUE\_LOCK</mark>

&#x20;               *<mark style="color:red;">AMOUNT: number of TES that user uses to stake in XTES pool</mark>*

&#x20;               *XTES = (AMOUNT \* XTES\_SUPPLY) / TOTAL\_VALUE\_LOCK*

&#x20;               *<mark style="color:green;">TOTAL\_VALUE\_LOCK: total TES lock in XTES pool + total TES reward distributed</mark>*

## Secure Ecosystem

* **Smart Contract Security:** Our smart contracts undergo rigorous audits to identify and rectify vulnerabilities, ensuring robust security.
* **Network Security:** We employ state-of-the-art encryption and network security measures to safeguard transactions.
* **User Protection:** Measures such as wallet security enhancements and multi-factor authentication protect users' assets and personal information.


---

# Agent Instructions: 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:

```
GET https://titan-trading.gitbook.io/whitepaper/technology-and-architecture/titan-ecosystem-tes-and-xtes-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
