# UXD Protocol

## UXD Protocol

- [What is UXD Protocol?](https://docs.uxd.fi/uxdprotocol/master.md)
- [UXD Basics](https://docs.uxd.fi/uxdprotocol/overview/uxd-basics.md)
- [Asset Liability Management Module (ALM)](https://docs.uxd.fi/uxdprotocol/overview/uxd-basics/asset-liability-management-module-alm.md)
- [Delta-Neutral Position](https://docs.uxd.fi/uxdprotocol/overview/delta-neutral-position.md)
- [What's a "Delta"?](https://docs.uxd.fi/uxdprotocol/overview/delta-neutral-position/whats-a-delta.md)
- [Stability through Delta-Neutrality](https://docs.uxd.fi/uxdprotocol/overview/delta-neutral-position/delta-neutral-position.md)
- [What's a "Perpetual Future"?](https://docs.uxd.fi/uxdprotocol/overview/delta-neutral-position/whats-a-perpetual-future.md)
- [On-Chain Lending](https://docs.uxd.fi/uxdprotocol/overview/on-chain-lending.md)
- [Native Lending](https://docs.uxd.fi/uxdprotocol/overview/on-chain-lending/native-lending.md)
- [Third Party Lending](https://docs.uxd.fi/uxdprotocol/overview/on-chain-lending/third-party-lending.md)
- [Real-World Assets](https://docs.uxd.fi/uxdprotocol/overview/real-world-assets.md)
- [Credit Structured Products](https://docs.uxd.fi/uxdprotocol/overview/real-world-assets/credit-structured-products.md)
- [Liquidity Management](https://docs.uxd.fi/uxdprotocol/overview/liquidity-management.md)
- [Insurance Fund](https://docs.uxd.fi/uxdprotocol/overview/insurance-fund.md)
- [Governance Token UXP](https://docs.uxd.fi/uxdprotocol/overview/governance-token-uxp.md)
- [UXP Token Distribution](https://docs.uxd.fi/uxdprotocol/overview/uxp-token-economics.md)
- [Risks](https://docs.uxd.fi/uxdprotocol/overview/risks.md): Below we outline the risk factors that may cause a de-pegging of UXD to USD, or a loss of principal value to UXD holders. All decentralized stablecoins assume some amount of risk by their nature.
- [Rebalancing](https://docs.uxd.fi/uxdprotocol/overview/risks/rebalancing.md)
- [How to mint UXD](https://docs.uxd.fi/uxdprotocol/tutorial/how-to-mint-uxd.md): The below describes the minting process to create new UXD for usage in the crypto economy.
- [How to redeem UXD](https://docs.uxd.fi/uxdprotocol/tutorial/how-to-redeem-uxd.md): The below describes the redemption process to redeem UXD for an equivalent amount of crypto assets.
- [Minting/Redeeming FAQ](https://docs.uxd.fi/uxdprotocol/tutorial/minting-redeeming-faq.md): Below are some common questions regarding the minting/redeeming process.
- [Whitepaper](https://docs.uxd.fi/uxdprotocol/resources/whitepaper.md)
- [Bug Bounty](https://docs.uxd.fi/uxdprotocol/resources/bug-bounty.md): Below we describe UXD's bug bounty program. Bounty amounts, criteria, and award denomination are subject to change.
- [Audits](https://docs.uxd.fi/uxdprotocol/resources/audits.md)
- [FAQ](https://docs.uxd.fi/uxdprotocol/resources/faq.md)
- [Research](https://docs.uxd.fi/uxdprotocol/resources/research.md)
- [More info](https://docs.uxd.fi/uxdprotocol/resources/more-info.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.uxd.fi/uxdprotocol/master.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.
