# 存量产量比

## Definition

Stock to Flow (SF) Ratio is defined as a ratio of currently circulating coins divided by newly supplied coins.

$$
\text{SF Ratio} = \frac{\text{Currently circulating coins}}{\text{Newly supplied coins}}
$$

## Interpretation

SF ratio assumes that the scarcity of the coin drives the price of the coin. The analysis on SF ratio is first presented by a pseudonymous [Dutch institutional investor](https://100trillionusd.github.io/) who operates under the Twitter account “[PlanB](https://twitter.com/100trillionUSD)”. By looking at SF ratio as a chart, we can spot where the market regime is.

## Use Case

### Statistical analysis on SF ratio

The original authors claim that the log of SF ratio is in a linear relationship with the log of the price. We reproduce the results of what they claim and as a result, shown in the figure below, SF ratio and price are in a linear relationship (not perfectly but in some sense) with significant statistics (p-value under 0.01, R-square over 90%).

![](/files/-MEMVn5EK4rV32yIe6pY)

Following the above linear statistics (trend and intercept), we can plot how closely they are related in a time-series manner. With this graph, we can recognize that the current price is in what regime recently.

![](/files/-MEMRI4uyHpaECUtOyuD)

## Link to Our Data

* [Stock to Flow in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/467?window=day)
* [Stock to Flow in CryptoQuant Data API Docs](https://cryptoquant.com/docs#operation/getStockToFlow)


---

# 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/zh/network-indicators/cun-liang-chan-liang-bi.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.
