> For the complete documentation index, see [llms.txt](https://docs.xdfi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xdfi.net/tokenomics/intrinsic-valuation-of-ttt.md).

# Intrinsic Valuation of TTT

## Summary of Estimated Values

|                             | 2024 4Q | 2025  | 2026   | 2027   | 2028   | 2029   |
| --------------------------- | ------- | ----- | ------ | ------ | ------ | ------ |
| Protocol Economic Scale     | $8M     | $376M | $729M  | $1.27B | $1.5B  | $1.9B  |
| Intrinsic Value of Protocol | $361M   | $634M | $1.0B  | $1.2B  | $1.5B  | $1.7B  |
| Intrinsic Value of TTT      | $4.80   | $8.34 | $13.59 | $15.89 | $19.54 | $21.72 |

## Report

Click below to see the full report.

{% embed url="<https://github.com/counterfactual-network/reports/blob/main/valuation.pdf>" %}

## Disclaimer

1. This valuation report is based on specific assumptions. Changes in these assumptions can significantly affect the valuation. The valuation may vary due to such changes, impacting investment and other critical decisions. Users of this report should consider this possibility and exercise caution.
2. The valuation is based on market conditions existing as of the valuation date. Market conditions can change rapidly, and such changes may significantly impact the valuation.
3. The valuation involves professional judgment and estimates. While reasonable efforts have been made to ensure the accuracy of our work, the conclusions are inherently subjective and may differ from the opinions of other professionals.


---

# 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://docs.xdfi.net/tokenomics/intrinsic-valuation-of-ttt.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.
