# Open Market Peg Arbitrage

#### **Overview**

$UTY maintains its market value through arbitrage, as traders exploit price discrepancies between the market price of $UTY and its relatively fixed mint/redeem value. This process naturally keeps $UTY closely anchored to $1 even amid fluctuating market conditions.

#### **Minting and Redemption via Issuance Smart Contract**

Users can mint or redeem $UTY through the issuance smart contract at a fixed rate of approximately $1 per unit. While secondary market prices may fluctuate, the ability to mint and redeem at a stable value creates arbitrage opportunities that help maintain price stability.

#### **Price Below $1: Arbitrage via Redemption**

If $UTY trades below $1 on decentralized exchanges (DEXs), arbitrageurs can profit by:

1. Purchasing $UTY at a discount on the open market.
2. Redeeming it via the issuance smart contract for approximately $1 in value.
3. Capturing the price difference as profit while reducing the circulating supply of $UTY.

This redemption process exerts upward pressure on the secondary market price, nudging it back toward the $1 peg.

#### **Price Above $1: Arbitrage via Minting**

If $UTY trades above $1, arbitrageurs can:

1. Mint new $UTY through the issuance smart contract at the fixed $1 rate.
2. Sell the newly minted $UTY on the open market for a premium.
3. Capture the price difference as profit while increasing the circulating supply of $UTY.

This additional supply increases selling pressure, bringing the secondary market price back toward $1.

<br>


---

# 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://xsy-1.gitbook.io/xsy-main/open-market-peg-arbitrage.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.
