> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/zh/market-indicators/wen-ding-bi-gong-gei-bi-lv.md).

# 稳定币供给比率

## Definition

Stablecoin Supply Ratio (SSR) is defined as a ratio of the Market Cap of BTC divided by the Market Cap of all Stablecoins.

$$
\text{SSR}=\frac{\text{Market Cap of BTC }}{\text{Market Cap of stablecoins}}
$$

## Interpretation

Stablecoins play an important role in the cryptocurrency market as a fiat currency like USD in the regulated market. This is because fiat currencies like USD as a supplier of liquidity have a lot of regulation issues. Thus, more supply in stablecoin markets may indicate potential buying pressure for major cryptocurrencies like BTC. On the other hand, less supply in stablecoin markets may indicate the slowdown in buying pressure, which may result in potential bearish moments.

In SSR words, if lower the value is, meaning potential **bullish sentiment**, and if higher the value is, meaning potential **bearish or sideways sentiment**.

## Link to Our Data

* [Stablecoin Supply Ratio in CryptoQuant Live Chart](https://cryptoquant.com/overview?search=SSR)
* [Stablecoin Supply Ratio in CryptoQuant Data API Docs](https://cryptoquant.com/docs#operation/getStablecoinSupplyRatio)


---

# 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:

```
GET https://userguide.cryptoquant.com/zh/market-indicators/wen-ding-bi-gong-gei-bi-lv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
