# Introduction to Hedge

{% hint style="info" %}
**TLDR:** Hedge is a protocol that enables the minting of USH, a stablecoin soft-pegged to the US dollar. USH is minted on flexible terms and gives users instant access to the USH ecosystem.

Hedge allows users to take out 0% interest loans for a one-time fee by depositing collateral for USH. Users are incentivized to keep their collateral-to-debt ratio above 110% to avoid liquidation. When an undercollateralized vault is liquidated, users who have deposited USH in a stability pool are returned discounted collateral as a reward. USH is always redeemable for its underlying value, but a fee ensures the protocol is impacted infrequently.

For more detail, see our [whitepaper](https://drive.google.com/file/d/1-W_LlAhpgXgl8rlMJMt8e-ztkHe53c3g/view).
{% endhint %}


---

# 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.hedge.so/readme.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.
