> For the complete documentation index, see [llms.txt](https://wp.isc.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.isc.money/introduction/why-isc-matters/state-of-stablecoins/drawbacks-of-existing-stablecoins.md).

# Drawbacks of Existing Stablecoins

**i. (Mis)Management of Reserve Funds**

The stability of a stablecoin pegged to one US Dollar ($1.00) is heavily dependent on the ability of the issuer to maintain a proper reserve of assets. If the issuer does not have enough assets in reserve to back the stablecoin, it may not be able to maintain its peg to the US Dollar. Furthermore, if the issuer mismanages the reserves or there is a lack of transparency about the reserves, it can create a lack of trust in the stablecoin, further eroding its value. In fact, accusations of questionable lending practices have been leveled against several prominent stablecoin projects, such as when the New York Attorney General's office publicly accused one stablecoin project of using funds from their reserves to make a risky loan worth hundreds of millions to bailout an exchange partner. This lack of transparency raises concerns about the stability and trustworthiness of these stablecoins, and highlights the importance of increased transparency in regard to the assets held in reserve by stablecoin issuers.

**ii. Profit for Them, Risk for You**

The predominant business model for stablecoin projects is problematic, as holders are left to bear hidden risks without any opportunity to share in the potential rewards. This is evident in the way that most stablecoins projects invest the billions of dollars held in their reserves, without any input from the community, and keep the returns for themselves. While this approach is beneficial for stablecoin issuers, it incentivizes them to make riskier investments and obfuscate information about those investments, compromising the integrity of their reserves.

**iii. Inflation Risk**

Stablecoins pegged to one US Dollar ($1.00) are by far the most popular type of stablecoin in the crypto market, but they are 100% exposed to the same inflationary pressures as the US Dollar. For example, if the US Dollar experiences inflation or a decline in value due to excessive money printing or a default on its debts, the stablecoins pegged to the US Dollar will also lose significant purchasing power. This can pose a risk for individuals and businesses that rely on USD-Pegged stablecoins as a store of value.


---

# 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://wp.isc.money/introduction/why-isc-matters/state-of-stablecoins/drawbacks-of-existing-stablecoins.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.
