> For the complete documentation index, see [llms.txt](https://stablecomp.gitbook.io/stablecomp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stablecomp.gitbook.io/stablecomp/operations/strategy-1/the-matrix/stablecoins-risks.md).

# Stablecoins risks

Stablecoins are designed to stay pegged to the value of the dollar (or other currency) but they do not always succeed in holding their value. Stablecomp analysts assign each stablecoin a position in the risk matrix based on parameters such as market cap, longevity, and type or category.\
\
**Stablecoins collateralization categories**\
\
Low risk: Fiat Collateralized Stablecoins\
Medium  risk: Over-collateralized Stablecoins with Crypto or ibT (interest bearing tokens)\
High risk: Algorithmic stablecoins

In addition to individual risk ratings, the categories themselves have different risk levels.\
The FIAT collateralized stablecoins are generally the safest, while the algorithmic ones are the riskiest .The over-collateralized stablecoins generally belong in the medium risk category but some exceptions are categorized as higher or lower risk.

**Market cap**\
\
The market capitalization of a stablecoin reflects user confidence in a given asset. Stablecoin risk is divided into three levels based on market cap.&#x20;

Low risk:market capitalization > 1 billion USD\
Medium  risk:  100 million USD < market capitalization < 1 billion USD\
High risk: market capitalization < 100 million USD

**Longevity**\
\
Longevity is an essential factor for two reasons. First, rug pulls have usually occurred early in a project, within the first 120 days, so this is  considered a period of high risk. Second, longevity is an indicator of market trust, which in turn reduces the risk of panic that could result in a selling run that might make it impossible to hold the peg.

\
Low risk: one year or more\
Medium risk: six months or more but less than one year\
High risk: less than six months<br>


---

# 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://stablecomp.gitbook.io/stablecomp/operations/strategy-1/the-matrix/stablecoins-risks.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.
