> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/tr/cryptoquant-metrics/network/nvm-ratio.md).

# NVM Oranı

## Tanımı

Ağ Değerine Metcalfe Oranı (NVM Oranı), belirli bir zaman aralığımda günlük aktif adreslerin karesinin logaritmasının piyasa değerinin logaritmasına bölünmesiyle tanımlanan bir orandır.

$$
\text{NVM Ratio} = \frac{\ln (\text{Market Cap})}{\ln (\text{Daily Active Addresses}^2)}
$$

### **Yorumlama**

NVM Oranı, [Metcalfe Yasası](https://en.wikipedia.org/wiki/Metcalfe's_law)’nı uygulayarak blokzincir ağının adil değerini değerlendirir. Bu yasaya göre, ağın değeri, aktif kullanıcı sayısının karesiyle orantılıdır.

* **Yüksek değerler: Aşırı değerlenmiş ağ** Ağ, aktif adres sayısına kıyasla fiyatın çok yüksek olduğu yorumuyla **aşırı değerlenmiştir**.
* **Düşük değerler: Değeri düşük ağ** Ağ, aktif adres sayısına kıyasla fiyatın çok düşük olduğu yorumuyla **değeri düşüktür**.

### **Kullanımı**

**RSI tabanlı piyasa tespiti**

[Göreceli Güç Endeksi (RSI)](https://www.investopedia.com/terms/r/rsi.asp), yükselen ve düşen trendlerin göreceli gücünü ölçen ünlü teknik göstergelerden biridir. Biz de NVM'ye RSI uygulayarak, eşik değerler kullanarak piyasanın yerel tepe ve dip noktalarını tespit ediyoruz. Aşağıdaki şekilde görülebileceği gibi, NVM'nin RSI'sı, yerel tepe ve dip noktalarını doğru bir şekilde belirliyor.

![](/files/-MELypGFxV-bRKKXrf4a)

Bu analiz için ayarlar şunlardır:

* NVM için düzleştirme amacıyla 7 günlük bir aralık kullanıyoruz.
* RSI için 14 günlük bir aralık kullanıyoruz.
* Üst ve alt eşik değerler için sırasıyla %70 ve %30 eşiklerini kullanıyoruz.

### **Verilerimize Bağlantı**

[NVM Canlı Grafik](https://cryptoquant.com/overview/full/470?window=day)

[NVM API Dokümanları](https://cryptoquant.com/docs#operation/getNVM)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/tr/cryptoquant-metrics/network/nvm-ratio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
