# NVM比率

## 定義

Network Value to Metcalfe Ratio (NVM Ratio)は、時価総額の対数を、指定されたウィンドウ内の日々のアクティブアドレス数の二乗の対数で割った比率と定義されます。

$$
\text{NVM比率} = \frac{\ln (\text{時価総額})}{\ln (\text{日次アクティブアドレス数}^2)}
$$

## 解釈

NVM Ratioはネットワークの価値がアクティブユーザー数の二乗に比例するという「Metcalfeの法則」を適用することで、ブロックチェーンネットワークの公正な価値を評価します。値が高すぎる場合、この指標はネットワークが過大評価されていることを示しています。逆に、値が低すぎる場合はネットワークが過小評価されすぎていることを意味します。

## 使用例

#### RSIベースのマーケット分析

相対力指数(RSI)は、上昇トレンドと下降トレンドの相対的な強さを測定する有名なテクニカル指標の一つです。RSIをNVMに適用し、閾値によって市場の局所的なトップとボトムを検出します。下の図からわかるように、NVMのRSIは正確かつ頑健な方法で局所的なトップとボトムを検出します。

![](/files/-Mi0stA5Hk0-5WsMEXRy)

この分析のための設定は以下の通りです。

* スムージングにはNVMの7日分のウィンドウを使用しています。
* RSIには14日間のウィンドウを使用しています。
* 上段と下段の閾値には、70％と30％の閾値を使用しています。

## データへのリンク

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


---

# 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/nvm-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.
