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

# Earning Vaults

Earning Vaults turn one deposit into a full DeFi income stack. You supply a single asset — ETH, wBTC, USDC, USDT, sDAI, or another supported token — and receive a vault receipt token (a yield-bearing claim). That receipt grows as the vault earns. Send it back any time to withdraw your funds with all accumulated yield.

<figure><img src="/files/yoCWFSNVzkS1lBCOr1lU" alt=""><figcaption></figcaption></figure>

\
\
Behind the scenes, SparkleX’s central Strategy Engine builds *Super Loop* structures across lending and staking venues. These loops borrow, re-stake, and re-deploy capital to magnify returns — but only when the extra yield justifies the borrow cost and the position stays inside safe loan-to-value limits. Funds never leave the vault contract; no bridge risk, no third-party custody.

### **How It Works**

1. **Deposit.** Choose your asset—ETH, stablecoins, or RWAs—and deposit into the vault.
2. **Convert.** The engine routes your deposit into high-yield assets, such as stETH or USDe.
3. **Loop.** If the expected yield exceeds borrow costs, the vault takes a safe amount of leverage and reinvests. The loop repeats only if APYs and risk thresholds allow.
4. **Adjust.** Every loop is monitored in real time. If yield drops or risk increases, the vault unwinds automatically—no action required.
5. **Compound.** Any rewards—rebases, interest, or emissions—are folded back into your position, boosting long-term yield.

### **Built-In Safeguards**

* **Yield vs. Cost.** The vault only loops when net returns—after gas and fees—beat the threshold.
* **Health Monitoring.** LTV, liquidity, and liquidation thresholds are tracked continuously. Leverage scales down as soon as safety buffers shrink.
* **Open Access.** Withdraw whenever you like. One transaction returns your original deposit plus earned yield.

\
Most experienced DeFi users rebalance leverage a few times a week at best. Earning Vaults check the math every block and move the moment it matters. You keep custody the whole time.


---

# 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://sparklexai.gitbook.io/docs/products/earning-vaults.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.
