# TEA Project Intro

TEA Project is a decentralized cloud computing platform that hosts rich, decentralized applications known as [TApps](https://github.com/tearust/teaproject/blob/master/docs/_1_ecosystem/_5_tapps/README.md). These are completely decentralized running in miners' nodes or between peer-to-peer clients. By offering highly-scalable and decentralized apps, TEA Project combines the best of both blockchain and cloud computing.

Going through the links below in order will give you a good overview of the TEA Project, what we're trying to accomplish, and how we're going about it.

* [TEA Project's Litepaper](https://docs.teaproject.org/_1_ecosystem/1_litepaper) gives an overview of the TEA Project and how it's going about solving the problems inherent with decentralized compute. TEA's roots of trust combine to form TEA's decentralized compute platform. Those interested in more technical details can [read the following article](https://docs.teaproject.org/_1_ecosystem/4_tea-technical-details) as well as more on our [dev docs site](https://dev.teaproject.org).
* [Example applications](https://docs.teaproject.org/_1_ecosystem/2_example-tea-in-use) that shows how TEA ecosystem participants interact with each other and the underlying architecture including token incentives. For more information on how participants are rewarded, see the following [article on profitability](https://docs.teaproject.org/_1_ecosystem/7_profitability).
* The TEA Project has two system level tokens: [TEA](https://github.com/tearust/teaproject/blob/master/docs/_1_ecosystem/_3_token/tea-tokens/README.md), a utility token used for gas on the network, and [CML](https://github.com/tearust/teaproject/blob/master/docs/_1_ecosystem/_3_token/cml-tokens/README.md), an NFT that functions as a mining license. More info is available in our [tokens section](https://github.com/tearust/teaproject/blob/master/docs/_1_ecosystem/_3_token/README.md). Besides these system tokens, users can create their own token using [Bonding Curves](https://github.com/systems-explained/awesome-bonding). The creators can use these token to pay in their [TApps](https://github.com/tearust/teaproject/blob/master/docs/_1_ecosystem/_5_tapps/README.md) or as an investment tool.
* Follow our [User's manual](https://docs.teaproject.org/_2_user_manual) to start.

{% hint style="info" %}
Quick links:

* [Developer's documents](https://dev.teaproject.org)
* [Become a TEA miner](https://docs.teaproject.org/_4_mining)
* [User's manual](https://docs.teaproject.org/_2_user_manual)
* [Investment in TEA](https://docs.teaproject.org/_3_token/cml-tokens)
  {% endhint %}


---

# 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://docs.teaproject.org/_1_ecosystem.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.
