# Stock to Flow Reversion

## Definition

Stock to Flow (SF) Reversion is defined as a ratio of the price of BTC divided by SF ratio.

$$
\text{SF Reversion} = \frac{\text{Price of BTC}}{\text{SF Ratio}}
$$

## Interpretation

SF reversion is an indicator that measures the relative difference between the market price and SF ratio. SF ratio so far correctly estimates the price trend, which means the price deviation from SF ratio can be an opportunity to bet. If SF reversion is too high compared to the price, the market price would be corrected soon, meaning a bearish moment.&#x20;

## Use Case

### Predicting market tops and bottoms

We first build a linear regression model of SF reversion to the price to align two variables. After aligning both in a single graph shown below, we can clearly see the deviations of SF reversion to the price and those points clearly indicate bullish (green boxes) and bearish (red boxes) regimes respectively.

![](/files/-MEMdl0bCFOw95sAzcYk)

## Link to Our Data

* [Stock to Flow Reversion in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/468?window=day)
* [Stock to Flow Reversion 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/cryptoquant-metrics/network/stock-to-flow-reversion.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.
