# 스톡 투 플로우(Stock-to-Flow) 비율

## 정의

코인의 현재 유통량을 신규 코인 발행량으로 나눈 값으로, 코인 가격과 정비례하는 경향을 가진 지표입니다.

$$
\text{스톡 투 플로우 비율} = \frac{\text{현재 유통중인 코인의 수}}{\text{새로 공급된 코인의 수}}
$$

## 해석

스톡 투 플로우 비율은 코인의 공급 희소성이 가격을 결정한다는 전제에 기반합니다. \
스톡 투 플로우는 트위터 이름 "[PlanB](https://twitter.com/100trillionUSD)"라는 가명으로 활동하는 네덜란드 기관 투자자에 의해 제시되었으며 스톡 투 플로우 차트 참고 시 현재 비트코인의 시장 희소성의 어느 단계에 위치하는지 볼 수 있습니다.

* 신규 코인 발행량이 감소 시:  스톡 투 플로우 비율 상승
* 현재 유통량이 감소 시: 스톡 투 플로우 비율 상승

## **스톡 투 플로우 비율의 통계적 분석**

원작자는 스톡 투 플로우 비율의 로그의 값이 가격과 선형 관계를 지닌다고 밝히고 있습니다.

크립토퀀트는 원작자의 위 주장을 검증해보았을 때 완벽하지는 않지만 스톡 투 플로우 비율과 가격이 선형적인 관계를 지닌다고 판단했습니다. ( P 값은 0.01 이하이며 결정계수인 R-sqare의 값이 90프로 이상)

![](/files/lmZdo22jr1U8n25Sghds)

위의 선형 통계(추세 및 절편)와 시간의 흐름과 얼마나 밀접한 관계가 있는지 표시할 수 있습니다. 현재 가격이 이 관계와 맞아 떨어진다는 것을 확인할 수 있습니다.

![](/files/42YOPk5nnx7gtUZmynlZ)

## 크립토퀀트 데이터 링크

* [스톡 투 플로우 실시간 차트](https://cryptoquant.com/overview/btc-network-indicator/467)
* [스톡 투 플로우 크립토퀀트 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/ko/cryptoquant-metrics/network/stock-to-flow-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.
