> For the complete documentation index, see [llms.txt](https://docs.ouroboros.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ouroboros.foundation/ouroboros-products/usdx-stablecoin.md).

# USDx Stablecoin

<figure><img src="/files/pronVOLmazJvq1EVj81O" alt="" width="375"><figcaption></figcaption></figure>

USDx presents an innovative ***Multi-Asset*** Collateralised Debt Position (CDP) style stable asset, which uses an elegant system of arbitrage and direct exchange to issue an asset (USDx) which is capable of pegging to an arbitrary price point. For the purposes of initial operation, V1 of USDx will peg exclusively to $1.

#### Goals

The ultimate goal for USDx is to establish itself as the goto stablecoin of choice across the entire TitanX ecosystem, by accommodating for the inclusion of various project assets as collateral in a controlled manner.  The longer terms goals are to branch out, and give the TitanX ecosystem exposure to a rangle of non TX based collaterals and unique collateralisation strategies.&#x20;

**The USDx system operates with the following subcomponents:**&#x20;

1. **Position Managers:** Responsible for the issuance and destruction of debt in the form of USDx.
2. **Unified Backstop Pool:** Accepts USDx deposits which are used for the purpose of rapid debt-position liquidations during periods of downward price volatility.  By depositing USDx, Backstop Pool depositors enjoy rewards in the form of liquidated collateral which is exchanged at a below market-rate ratio.  Sophisticated actors can employ MEV at this layer to rapidly close the arbitrage loop to realise these gains in any asset of their choosing, or instead compound these assets via issuance of additional USDx.&#x20;
3. **Collateral Controller:** A simple but critical piece of USDx, which allows for the addition and decommission of Collateral types, with an aim to including all TitanX ecosystem assets which are deemed suitable for inclusion (subject to review).  This component also contains safety critical features such as debt caps, redemption points (RP), loan points (RP), and various other metrics/settings designed to shore up the system in the presence of volatile collateral assets.&#x20;
4. **ORX Fee Staking Pool:** This pool will accept deposits of ORX, and allow depositors to accrue a share of debt issuance and collateral redemption fees.&#x20;


---

# 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.ouroboros.foundation/ouroboros-products/usdx-stablecoin.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.
