# Stability mechanism

jFIATs are listed on various exchanges, with their price fluctuating freely due to the trading activity. Since Liquidity Pools allow buying and selling jFIATs at the oracle price and without price impact, arbitrageurs can quickly correct any misprice on secondary markets.

> **Example**
>
> If the price of jEUR on Balancer is higher than it should be, an arbitrageur can:
>
> * Buy jEUR from a Synthereum pool and sell them on Balancer at a higher price, making an instant profit;
> * Borrow jEUR from a Credit Line, sell them on Balancer, and repurchase them at a lower price on a Synthereum pool to repay their loan.
>
> This operation will push down the price on Balancer, making it closer to the actual market price.

{% hint style="info" %}
Eventually, other stablecoins can use jFIATs convertibility to their collateral to help them with their peg and liquidity. These stablecoins can be paired with their jFIATs equivalent in a stable pool or request the launch of a Wrapper.
{% endhint %}


---

# 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://learn.jarvis.network/protocol-overview/peg.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.
