# Docs Hub

This GitBook explains **Hann Finance** in plain language: how **USDHN** works, how **Troves (CDPs)** work, and how **StableSwap** and **LST collateral** fit into one system.

{% hint style="info" %}
**Not investment advice** — This documentation is educational. DeFi can result in losses due to liquidation, depegs, slippage, or smart contract risk.
{% endhint %}

## Start here

* New to the product? Read [About Hann Finance](/hann-finance/overview/about-hann-finance.md).
* Want definitions first? Use the [Glossary](/hann-finance/overview/glossary.md).
* Ready to act? Start from [Borrowing & Liquidation](/hann-finance/protocol/borrowing-and-liquidation.md).
* Want deeper mechanics and worked examples? Use [Concept Deep Dives](/hann-finance/resources/deep-dives.md).

## Common paths

## Developers

* Architecture map: [Technical Overview](/hann-finance/developers/technical-overview.md)
* Integration checklist: [Integrator Guide](/hann-finance/developers/integrator-kit.md)
* Contract surface (no addresses): [Smart Contracts](/hann-finance/developers/smart-contracts.md)
* Trove lifecycle + statuses: [Trove Manager (State Machine)](/hann-finance/developers/trove-manager.md)

## Official links

* [Website](https://hann.finance)
* [𝕏](https://x.com/HannFinance)
* [Discord](https://discord.gg/tzUgd7c68P)

{% hint style="warning" %}
**Phishing warning** — Always verify links and contract addresses in the [Website](https://hann.finance) and verified explorers. Do not approve tokens to unknown contracts.
{% endhint %}

## Legal

* [Privacy Policy](/hann-finance/legal/privacy-policy.md)
* [Terms of Service](/hann-finance/legal/terms-of-service.md)


---

# 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://hann-finance.gitbook.io/hann-finance/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.
