# MVRV比率

## Definition

MVRV (Market Value to Realized Value) ratio is defined as an asset's market capitalization divided by [realized capitalization](https://cryptoquant.com/docs/#operation/getCapitalization).

$$
\text{MVRV Ratio} = \frac{\text{Market Cap}}{\text{Realized Cap}}
$$

## Interpretation

By comparing two valuation methods, MVRV ratio can tell us to get a sense of whether the price is fair or not, which means it is useful to get market tops and bottoms. When this value is too high, BTC price may be overvalued, possibly implying **selling pressure**. On the other hand, when this value is too low, BTC price may be undervalued, possibly implying **buying pressure**.

## Use Cases

### Predicting Market Tops and Bottoms

We set the upper threshold as 3.7 and the lower threshold as 1 for spotting market tops and bottoms. If the sharp upward trend continues to grow above 3.7, we need to wait for the timing to sell our position off. Conversely, if the gradual downward trend has been shown and the trend goes sideways, it is the time for taking a long position.

![](/files/-MCvPRitu8q-X4wCPJmJ)

## Link to Our Data

* [MVRV ratio in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/197?window=day)
* [MVRV ratio in CryptoQuant Data API docs](https://cryptoquant.com/docs/#operation/getRiskIndicatorMVRV)


---

# 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/market-indicators/mvrv-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.
