# NVT比率

## 定義

Network Value to Transactions Ratio (NVT Ratio)とは、指定した期間内において、時価総額を取引量で割った比率と定義されます。

$$
\text{NVT比率} = \frac{\text{時価総額 }}{\text{USD建ての取引量}}
$$

## 解釈

NVT比率はブロックチェーンネットワークが過大評価されているかどうかを測定する指標と考えることができます。この値が高すぎる場合は、コインの取引量の少なさに比べてネットワークが過大評価されていることを意味し、価格バブルがすぐに解消される可能性を示唆しています。この解釈は、「平均への回帰」効果に基づいています。

## データへのリンク

* [CryptoQuant ライブチャートでのNVT比率](https://cryptoquant.com/overview/full/198?window=day)
* [CryptoQuant データAPIドキュメントにおける NVT 比率](https://cryptoquant.com/docs/#operation/getRiskIndicatorNVT)


---

# 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/nettowku/nvt-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.
