# Peg Arbitrage Mechanism

Solomon maintains the price stability of USDv through a two-way arbitrage mechanism. Whenever the market price of USDv diverges from its target peg of $1.00, whitelisted participants can generate an arbitrage profit by either minting or redeeming USDv.

To facilitate seamless redemption, a small buffer (e.g. 0.5%) of protocol reserves is retained by the minting contract, allowing instant redemption for whitelisted users. This buffer is regularly replenished.

## **Arbitrage Examples**

<details>

<summary>When USDv trades below $1 ($0.97) on Meteora</summary>

1. A user purchases 1 USDv for $0.97 USDC on Meteora.
2. The user redeems 1 USDv with Solomon for $1.00 USDC (via protocol reserves).
3. The user pockets $0.03 profit per USDv.

</details>

<details>

<summary>When USDv trades above $1 ($1.03) on Meteora</summary>

1. A user mints 1 USDv for $1.00 USDC via Solomon.
2. The user sells 1 USDv for $1.03 USDC on Meteora.
3. The user earns $0.03 profit per USDv.

</details>


---

# 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://docs.solomonlabs.org/usdv/usdv-and-susdv/peg-arbitrage-mechanism.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.
