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

# AutoLoop™

AutoLoop maximizes ETH yield by strategically looping ETH staking. It borrows ETH against LETH and stakes the additional ETH back into the loop, optimizing yield efficiency through recursive staking. Depending on staking APY and borrow rates, this process can be repeated between 3x-15x.

AutoLoop dynamically adjusts the loop multiplier to achieve the best risk-adjusted yield. The system rebalances once a day, optimizing efficiency while ensuring safe deleveraging when needed. This allows LETH holders to benefit from the most efficient looping strategy while maintaining security and stability.

#### **Key Features of AutoLoop**

* **Real-Time Monitoring**
  * Tracks staking APYs, borrowing rates, and ETH market conditions throughout the day.
  * Collects data to prepare for daily rebalancing.
* **Unified Multipliers**
  * All vault participants use the same leverage settings, simplifying strategy execution.
  * Ensures consistent and fair returns for all users.
* **Risk Management**
  * Automatic deleveraging if loan-to-value (LTV) ratios exceed safe thresholds.
  * Circuit breakers prevent new loops during extreme market conditions.
  * Gradual unwinding reduces liquidation risk.
  * Maintains exchange parity to prevent depeg risks.

***

#### **How It Works**

1. **Data Collection**
   * AutoLoop fetches real-time ETH price feeds, staking APYs, and borrowing rates daily.
   * It compares LTV ratios to staking and borrowing spreads to determine the optimal strategy.
2. **Decision Logic**
   * **Leverage Up:** If staking yields exceed borrowing costs, AutoLoop borrows more ETH and stakes again.
   * **Leverage Down:** If borrowing rates increase or LETH value drops, AutoLoop repays loans or unstakes ETH to reduce risk.
3. **Daily Rebalancing**
   * At a fixed time each day, AutoLoop updates the vault’s multiplier to ensure all depositors benefit from optimal settings.

***

#### **Usage Flow**

* **Vault Deposit:** Simply deposit ETH, and AutoLoop starts optimizing yield automatically.
* **Automated Management:** Daily rebalancing occurs without any user intervention.
* **Visibility & Alerts:** Users receive notifications if AutoLoop detects abnormal market volatility.

***

**Conclusion**\
AutoLoop handles leveraged staking seamlessly—adjusting multipliers, rebalancing daily, and ensuring optimal yield while protecting capital. With real-time monitoring and automated risk controls, loopedETH users can maximize returns with confidence, regardless of market conditions.


---

# 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:

```
GET https://docs.loopedeth.com/technical-architecture/autoloop.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.
