> For the complete documentation index, see [llms.txt](https://token-engineering-commons.gitbook.io/tec-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token-engineering-commons.gitbook.io/tec-handbook/archive/archived-content/untitled-1.md).

# Contribution Reward

## **Contribution Reward**

### **Praise**

Praise is a reward mechanism based on gratitude that is quantified into Impact Hours which will turn into TEC tokens after the Hatch.

The TEC borrowed the Praise system from the Commons Stack to create a culture of gratitude. Multiple community members have the ability to "dish praise" to other members for their contributions. Praise is subjective to capture not only clear actions but also less concrete contributions like care work.&#x20;

#### Praise Quantification&#x20;

Every two weeks 3-4 community members gather to quantify praise. This is a manual process where every praise dished in that round is given a number according to their impact to the community. This adds quantitative measures to qualitative data. The average number each contributor received for all their praises becomes their Impact Hour score. Impact Hours will turn into TEC tokens after the Hatch, rewarded by the Cultural Build tribute parameter. It's required that contributors become Trusted Seed members to receive TEC tokens.&#x20;

### **SourceCred**&#x20;

As a tool for communities to measure and reward value creation, SourceCred allows the TEC to gather reliable and objective contributions data from two of our main platforms, Github and Discourse. SourceCred and Praise are being thought to complement each other on capturing objective and subjective contributions.

The TEC SourceCred  instance is still in test phase. [You can check the dashboard](https://tec-sourcecred.herokuapp.com/dashboard). A proposal was recently approved to create a committee that will be responsible for the parameters and token distribution decisions. Updates on SourceCred progress happen on the weekly Soft Gov calls and on the SourceCred discord chat in the TEC server.&#x20;


---

# 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://token-engineering-commons.gitbook.io/tec-handbook/archive/archived-content/untitled-1.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.
