# NVT比率

## Definition

Network Value to Transactions Ratio (NVT Ratio) is defined as the ratio of market capitalization divided by transacted volume in the specified window.

$$
\text{NVT Ratio} = \frac{\text{Market Cap}}{\text{Transaction Volume in USD}}
$$

## Interpretation

NVT Ratio can be thought of as an indicator that measures whether the blockchain network is **overvalued or not**. If the value is too high, it means the network is overvalued compared to the low ability to transact coins in terms of volume, implying possible removal of the price bubble soon. This interpretation is based on the effect of [mean reversion](https://en.wikipedia.org/wiki/Mean_reversion_\(finance\)).

## Link to Our Data

* [NVT Ratio in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/198?window=day)
* [NVT Ratio in CryptoQuant Data API docs](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/zh/network-indicators/nvt-bi-lv.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.
