# Peg Monitor

**Overview**

This indicator measures the difference in price between one asset and other assets within a specific liquidity pool. The divergence could be either positive or negative, depending on whether the asset's price is higher or lower than other assets in the pool.

**How can I use it?**

<figure><img src="https://lh5.googleusercontent.com/YIh3lcOcnOwI7ai4KC3djeywC43Ml3rdol8naUpWdwZ6ZqBw3Pq7sqg_okAPFEgF3HH3zQg66T8INTe1AT9IjZFiiNGrxYNik_OxFzT5oS95uP6nzVCsNFuH2Kv5pYr5M8P_zRFyBjBfTFj8SiDlko4" alt=""><figcaption></figcaption></figure>

The indicator determines the price of a specific asset in the pool and compares it to the price of other assets in the same pool. The divergence is the difference between these prices.

This indicator is useful in several ways for one, identifying potential arbitrage opportunities. If the price of an asset in one pool is significantly different from its price in another pool, traders may buy the asset in the pool where it is cheaper and sell it in the pool where it is more expensive to earn profits.

Furthermore, this indicator also helps users track risks that come when dealing with assets that follow specific price pegs. Some of this risks are:

The most immediate risk is a loss of value. If an asset is supposed to be pegged to a certain value, and it departs from that value, it means holders of that asset are either losing or gaining money unexpectedly.

Lastly, In cases where the asset being depegged is used as collateral for loans or other DeFi protocols, a sudden depeg could result in under-collateralization, which could lead to forced liquidations and increased volatility in the market.


---

# 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://resources.defirisk.intotheblock.com/curve/peg-monitor.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.
