# SSR (Stablecoin Supply Ratio)

## Indicator Overview

The Stablecoin Supply Ratio (SSR) is the ratio between Bitcoin supply and the supply of stablecoins, denominated in BTC.

When the SSR is low, the current stablecoin supply has more "buying power" to purchase BTC. It serves as a proxy for the supply/demand mechanics between BTC and USD.

<figure><img src="/files/st2bFDLeJvp462xIDRei" alt="Bitcoin: Stablecoin Supply Ratio (SSR)"><figcaption></figcaption></figure>

* [View SSR in Glassnode Studio](https://studio.glassnode.com/metrics?a=BTC\&m=indicators.Ssr)
* [View SSR in Glassnode API Docs](https://docs.glassnode.com/basic-api/endpoints/indicators#stablecoin-supply-ratio-ssr)

## How is it measured?

SSR is calculated by dividing the total [market capitalization](/guides-and-tutorials/metric-guides/market-capitalization.md) of BTC by the total market cap of all (known and tracked) stablecoins in circulation.

$$
\textrm{SSR} = \frac{\textrm{Market Cap}~~{\color{gray}{\textrm{(of BTC)}}}}{\textrm{Market Cap}~~{\color{gray}{\textrm{(of all Stablecoins)}}}}
$$

## About

### Coined By

[Renato Shirakashi](https://twitter.com/renato_shira)

### Date Created

November 2019

## Further Resources

Rafael Schultze-Kraft and Renato Shirakashi - [Stablecoins' Buying Power over Bitcoin](https://insights.glassnode.com/stablecoins-buying-power-over-bitcoin/)


---

# 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://docs.glassnode.com/guides-and-tutorials/metric-guides/stablecoin/ssr-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.
