> For the complete documentation index, see [llms.txt](https://docs.origami.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.finance/the-second-fold-v2/collection-and-vault-user-guides/what-are-collections/lovolympus-collection/hohm/token-flow.md).

# Token Flow

<figure><img src="/files/JCqeqzFKPV7R9OWtVAGs" alt=""><figcaption><p>Fig 28. Displaying the user flow for tokenised max-leveraged OHM via hOHM</p></figcaption></figure>

1. Users mint hOHM and withdraw USDS by depositing gOHM collateral
2. Users redeem their shares of gOHM by burning hOHM and repaying USDS
3. hOHM maximises Cooler OLTV and maintains a nominal USDS buffer
4. USDS surplus is deposited into Origami's sUSDS+s Vault
5. TempleDAO provides liquidity for sUSDS/hOHM for direct hOHM swaps
6. Incentivised PoL for hOHM on Berachain to scale access to hOHM
7. OLTV linear drip drives up debt capacity for gOHM increasing available USDS via Cooler v2
8. Surplus sUSDS+s deployed towards buybacks and burn of hOHM


---

# 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.origami.finance/the-second-fold-v2/collection-and-vault-user-guides/what-are-collections/lovolympus-collection/hohm/token-flow.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.
