> For the complete documentation index, see [llms.txt](https://croskulls-organization.gitbook.io/croskull/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://croskulls-organization.gitbook.io/croskull/ecosystem/trustscore-system.md).

# TrustScore System

<figure><img src="/files/kDGfJfVyYQInluHGI53Y" alt=""><figcaption></figcaption></figure>

A users TrustScore represents the number of $GRVE the user has locked in the tavern TrustScore section. The higher the TrustScore value, the longer the accumulation period for the user’s rewards (EvoSkull daily 9 $GRVE, and the pets passive 1 $SLS daily.) Users with our SBT will receive an added benefit of obtaining the same TrustScore at a 20% discount on the locked $GRVE amount.

<figure><img src="/files/l7K35qkuX1WrgYtIXbwe" alt=""><figcaption><p>TrustScore requirement table</p></figcaption></figure>

Furthermore, the new rewards system introduces a malus for deposited $GRVE in the TrustScore System, which is subject to a percentage-based burn if withdrawn before 60 days. This means that users who withdraw their $GRVE before the 60-day period ends will be subject to a proportional malus burn based on the remaining time.

<figure><img src="/files/Bn8lq5a2pryK8ZibPBXL" alt=""><figcaption></figcaption></figure>

To increase their TrustScore, users can deposit $GRVE multiple times over longer periods. However, adding $GRVE does not reset or increase the malus time. The malus effect is activated on the first lockup or upon withdrawal of $GRVE, and lasts for 60 days. The malus value is directly proportional to the remaining malus days, for instance, if there are 60 days of malus remaining, withdrawing will cause a 60% burn, and if there are 40 days of malus remaining, withdrawing will cause a 40% burn of the locked funds in the TrustScore system.


---

# 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://croskulls-organization.gitbook.io/croskull/ecosystem/trustscore-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.
