> For the complete documentation index, see [llms.txt](https://docs.ante.finance/ante/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ante.finance/ante/getting-started/how-ante-works/decentralized-trust-tiers.md).

# Decentralized Trust Tiers

The decentralized trust score can be used to translate on-chain activity into an easy-to-understand measure of DeFi risk. A system will take in objective on-chain data like funds staked, stake duration, and test quality as well as input from the Ante community, launch partners, and wider crypto community.

Currently, trust tiers on the Ante web app are defined based on total stake and stake-weighted decentralized trust score across a protocol's Ante Tests:

| Trust Tier     | Total Stake | Decentralized Trust Score |
| -------------- | ----------: | ------------------------: |
| S              |   >=100 ETH |                      >=90 |
| AA             |    >=30 ETH |                      >=85 |
| A              |    >=10 ETH |                      >=80 |
| B              |     >=1 ETH |                      >=75 |
| NR (Not Rated) |      <1 ETH |                      < 75 |

Protocols must meet **both** the minimum total stake and decentralized trust score requirements to qualify for a trust tier (e.g. if a protocol has 50 ETH staked in their tests but their trust score is only 83, they will be A-tier).


---

# 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.ante.finance/ante/getting-started/how-ante-works/decentralized-trust-tiers.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.
