# Hedge Protocol Docs

## Hedge

- [Introduction to Hedge](https://docs.hedge.so/readme.md)
- [Overview](https://docs.hedge.so/overview.md)
- [Connecting a wallet](https://docs.hedge.so/how-to-use-hedge/connecting-a-wallet.md)
- [Creating a vault](https://docs.hedge.so/how-to-use-hedge/creating-a-vault.md)
- [Taking out a loan](https://docs.hedge.so/how-to-use-hedge/taking-out-a-loan.md)
- [Stability pool and liquidating a vault](https://docs.hedge.so/how-to-use-hedge/stability-pool-and-liquidating-a-vault.md)
- [Earning Hedge rewards](https://docs.hedge.so/how-to-use-hedge/earning-hedge-rewards.md)
- [How to get a console log](https://docs.hedge.so/how-to-use-hedge/how-to-get-a-console-log.md)
- [USH stablecoin](https://docs.hedge.so/protocol-overview/ush.md)
- [HDG protocol token](https://docs.hedge.so/protocol-overview/hedge-token.md)
- [Vault Types](https://docs.hedge.so/protocol-overview/vault-types.md): What vault types does Hedge offer?
- [Redeeming against a vault](https://docs.hedge.so/protocol-overview/redeeming-against-a-vault.md)
- [Peg Stability Module](https://docs.hedge.so/protocol-overview/peg-stability-module.md)
- [Liquidations & stability pool](https://docs.hedge.so/protocol-overview/liquidation-and-liquidation-pool.md)
- [Recovery Mode](https://docs.hedge.so/protocol-overview/recovery-mode.md): What is Recovery Mode, why does it exist and what happens when a vault enters recovery mode?
- [Security](https://docs.hedge.so/protocol-overview/security.md)
- [Oracle Address](https://docs.hedge.so/protocol-overview/security/oracle-address.md)
- [FAQ](https://docs.hedge.so/protocol-overview/faq.md)
- [Tokenomics](https://docs.hedge.so/protocol-overview/tokenomics.md): Hedge tokenomics
- [Glossary](https://docs.hedge.so/protocol-overview/glossary.md)
- [Whitepaper](https://docs.hedge.so/protocol-overview/whitepaper.md)
- [Disclaimer](https://docs.hedge.so/legal/disclaimer.md): Hedge protocol


---

# 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.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.
