# ステーブルコインの供給比率

## 定義

ステーブルコイン供給比率（SSR）は、BTCの時価総額を全ステーブルコインの時価総額で割った比率と定義されます。

$$
\text{ステーブルコイン供給比率}=\frac{\text{BTC時価総額 }}{\text{ステーブルコイン時価総額}}
$$

## 解釈

ステーブルコインはUSDのようなフィアット通貨として仮想通貨市場で重要な役割を果たしています。なぜなら、流動性供給としてのUSDのようなフィアット通貨は、多くの規制問題を抱えているからです。したがって、ステーブルコイン市場での供給量が多い場合、BTCのような主要な仮想通貨に対する潜在的な買い圧を示している可能性があります。一方、ステーブルコイン市場での供給量が少ない場合は、買い圧が鈍化していることを示している可能性があり、結果として潜在的な弱気傾向を示している可能性があります。

この値が低ければ強気となる可能性があり、値が高ければ弱気や横ばいとなる可能性があるということができます。

## データへのリンク

* [CryptoQuant ライブチャートにおけるステーブルコイン供給比率](https://cryptoquant.com/overview?search=SSR)
* [CryptoQuantデータAPI Docsにおけるステーブルコイン供給比率](https://cryptoquant.com/docs#operation/getStablecoinSupplyRatio)


---

# Agent Instructions: 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/ja/mketto/stablecoin-supply-ratio.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.
