> 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/deprecated-vaults/susde-7x/token-flow.md).

# Token Flow

<figure><img src="/files/vut9T4iAU4vCumP5jXUO" alt=""><figcaption><p>Fig 26. Displaying the user flow for earning yield with the sUSDe 7x vault.</p></figcaption></figure>

1. User deposits sUSDe into the sUSDe 7x vault for shares
2. User burns their shares of sUSDe 7x for sUSDe when exiting
3. sUSDe 7x deploys to Ethena Protocol by holding sUSDe reserves
4. sUSDe 7x vault borrows DAI to swap into sUSDe for 7x Effective Exposure
5. sUSDe 7x shares are worth more sUSDe as yield accrues
6. sUSDe 7x vault captures 1x un-levered and 6x spread on yield after leverage
7. sUSDe 7x vault farms Ethena Sats at a 35x multiplier and Ori Points at a 10x multiplier
8. RebalanceDown triggers the sUSDe 7x vault to borrow more DAI from the Morpho LP ([91.5% LLTV Pool](https://risk.morpho.org/market?id=0x1247f1c237eceae0602eab1470a5061a6dd8f734ba88c7cdc5d6109fb0026b28))
9. RebalanceUp sells sUSDe into DAI to pay down debt owed to the Morpho LP


---

# 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/deprecated-vaults/susde-7x/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.
