# ネットワーク指標

- [NVT比率](https://userguide.cryptoquant.com/ja/nettowku/nvt-ratio.md): Network Value to Transactions Ratio (NVT Ratio)とは、指定した期間内において、時価総額を取引量で割った比率と定義されます。
- [NVTゴールデンクロス](https://userguide.cryptoquant.com/ja/nettowku/nvt-golden-cross.md): NVTゴールデンクロス（NVT\_GC）は、以下の式で定義されるNVTをベースにしたボリンジャーバンド型のシグナリング指標です。
- [Puell Multiple](https://userguide.cryptoquant.com/ja/nettowku/puell-multiple.md): Puell Multipleとは、発行されたコインの米ドル建ての日次での価値を、その365日移動平均で割った比率と定義されます。
- [Stock to Flow Ratio](https://userguide.cryptoquant.com/ja/nettowku/stock-to-flow-ratio.md): Stock to Flow（SF）比率とは、現在流通しているコインを新たに供給されるコインで割った比率のことです。
- [Stock to Flow Reversion](https://userguide.cryptoquant.com/ja/nettowku/stock-to-flow-reversion.md): Stock to Flow（SF）Reversion は、BTCの価格をSF比率で割った比率で定義されます。
- [NVM比率](https://userguide.cryptoquant.com/ja/nettowku/nvm-ratio.md): Network Value to Metcalfe Ratio (NVM Ratio)は、時価総額の対数を、指定されたウィンドウ内の日々のアクティブアドレス数の二乗の対数で割った比率と定義されます。


---

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