> For the complete documentation index, see [llms.txt](https://docs.osero.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.osero.org/osero-app/sky-foundations/peg-mechanism.md).

# Peg Mechanism

### Who manages the USDS peg

Osero does not manage the USDS peg. Sky supports the peg through its underlying assets, liquidity, protocol mechanisms, and governance.

Osero provides an interface for accessing supported routes. It does not set Sky’s exchange terms or control the market price of USDS.

### What Lite Peg Stability Module (LitePSM) does

The Lite Peg Stability Module, or LitePSM, lets users swap USDS for stablecoins such as USDC. Sky governance sets the exchange ratios and fees.

USDS can also be converted at a 1:1 rate through the Sky converter. This is separate from Osero, and not every Osero route uses it.

### How market alignment can work

The steps below show one possible way market activity can support price alignment. They are not a guarantee that a route will be available or useful.

{% stepper %}
{% step %}

#### USDS moves away from its target value

Market prices can move. A price difference does not automatically mean a usable swap is available.
{% endstep %}

{% step %}

#### A participant checks the current LitePSM route

They review the asset, exchange ratio, fee, and current limits.
{% endstep %}

{% step %}

#### The participant may swap when the route makes economic sense

The decision depends on the current conditions and risks. It is separate from any route prepared through Osero.
{% endstep %}

{% step %}

#### This activity can help move the price closer to its target

Swaps can support market alignment, but they cannot force a fixed price or immediate redemption.
{% endstep %}
{% endstepper %}

### Limits of the mechanism

Sky’s backing, liquidity, and governance settings can change over time. Market conditions, networks, contracts, and counterparties can also affect how the system operates.

No peg mechanism guarantees a fixed market price or immediate redemption.

Read the [Sky LitePSM guide](https://developers.skyeco.com/guides/psm/litepsm/), [USDS documentation](https://developers.skyeco.com/protocol/tokens/usds/), and [User Risk Documentation](https://docs.sky.money/legal/skybase-international/user-risks) before using a savings product.


---

# 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://docs.osero.org/osero-app/sky-foundations/peg-mechanism.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.
