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

# FAQ

- [General](https://docs.hubbleprotocol.io/faq/general.md)
- [USDH Stablecoin](https://docs.hubbleprotocol.io/faq/usdh-stablecoin.md)
- [Acquire USDH](https://docs.hubbleprotocol.io/faq/usdh-stablecoin/acquire-usdh.md)
- [Use USDH](https://docs.hubbleprotocol.io/faq/usdh-stablecoin/use-usdh.md)
- [Borrowing](https://docs.hubbleprotocol.io/faq/borrowing.md)
- [Borrowing Fees](https://docs.hubbleprotocol.io/faq/borrowing/borrowing-fees.md)
- [Collateral](https://docs.hubbleprotocol.io/faq/borrowing/collateral.md)
- [Collateral Yield](https://docs.hubbleprotocol.io/faq/borrowing/collateral-yield.md)
- [Loan Auto-close](https://docs.hubbleprotocol.io/faq/borrowing/loan-auto-close.md): One click loan close without requiring any asset in your wallet
- [Stability Vault](https://docs.hubbleprotocol.io/faq/usdh-vault.md)
- [Stability Vault Liquidations](https://docs.hubbleprotocol.io/faq/usdh-vault/stability-vault-liquidations.md)
- [Stability Vault Model Liquidation](https://docs.hubbleprotocol.io/faq/usdh-vault/usdh-vault-model-liquidation.md): How the USDH Vault maintains system health and rewards Hubble's users.
- [Hubble Native Yield](https://docs.hubbleprotocol.io/faq/usdh-vault/hubble-native-yield.md)
- [USDH Peg Stability](https://docs.hubbleprotocol.io/faq/usdh-peg-stability.md)
- [Peg Stability Module](https://docs.hubbleprotocol.io/faq/usdh-peg-stability/peg-stability-module.md)
- [Stability Fees](https://docs.hubbleprotocol.io/faq/usdh-peg-stability/stability-fees.md)
- [Liquidations](https://docs.hubbleprotocol.io/faq/liquidations.md): Common questions about liquidations on Hubble.
- [Hybrid Liquidation Model](https://docs.hubbleprotocol.io/faq/liquidations/hybrid-liquidation-model.md)
- [Liquidation Example](https://docs.hubbleprotocol.io/faq/liquidations/liquidation-example.md)
- [Redistribution](https://docs.hubbleprotocol.io/faq/liquidations/redistribution.md): How Hubble socializes debt to manage edge case liquidations.
- [Security](https://docs.hubbleprotocol.io/faq/security.md)
- [Security Practices](https://docs.hubbleprotocol.io/faq/security/security-practices.md)
- [Security Audits](https://docs.hubbleprotocol.io/faq/security/security-audits.md)
- [Bug Bounty Program](https://docs.hubbleprotocol.io/faq/security/bug-bounty-program.md)
- [Risks](https://docs.hubbleprotocol.io/faq/risks.md): Possible risks users may face when using Hubble
- [Governance](https://docs.hubbleprotocol.io/faq/governance.md): How and why Hubble will become a DAO.
- [Mobile App](https://docs.hubbleprotocol.io/faq/mobile-app.md)
- [Hubble SDK](https://docs.hubbleprotocol.io/faq/hubble-sdk.md)
- [More About Hubble](https://docs.hubbleprotocol.io/faq/more-about-hubble.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 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.hubbleprotocol.io/faq.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.
