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

# What is LeverAcc

### What is LeverAcc?

**LeverAcc (Leverage Accelerator)** is a groundbreaking decentralized leverage financing protocol built natively on HyperLiquid L1. It fundamentally transforms capital efficiency in decentralized derivatives trading through its patented **Pre-Funding Super-Leverage Model** and **Algorithmic Circuit Breaker System**, solving the long-standing blockchain trilemma of **capital efficiency**, **non-custodial security**, and **yield flexibility**.

#### The LeverAcc Solution

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

#### Key Innovations

| **Component**                | **Mechanism**                                                      | **Impact**                                    |
| ---------------------------- | ------------------------------------------------------------------ | --------------------------------------------- |
| **Pre-Funding Architecture** | Smart contracts inject capital before exchange execution           | 5x leverage multiplier beyond exchange limits |
| **Dynamic Circuit Breaker**  | Real-time β coefficient adjusts stop-loss thresholds               | 100% Funder capital protection                |
| **Dual Vault System**        | Segregated Fund Vault (stable) & Investment Vault (enhanced yield) | Customizable risk-return profiles             |
| **Dual-Point Economy**       | Behavior Points + HYPE Staking Points                              | Ecosystem flywheel with fee discounts         |
| **Multiple Trading Modes**   | DApp + TelegramBot                                                 | Trade at anywhere and anytime                 |

#### Protocol Positioning

LeverAcc functions as HyperLiquid's **"On-Chip Leverage Processor"**:

* For **Traders**: Transforms 40x leverage → 200x+ strategy universe
* For **Funders**: Offers yield spectrum from 2% stable → 20%+ enhanced returns
* For **HyperLiquid**: Drives volume growth through HYPE buyback-staking mechanics

> "LeverAcc redefines leverage not as borrowed capital, but as computationally amplified opportunity - where smart contracts replace risk intermediaries, and code-enforced boundaries create safer frontiers for capital exploration."\
> \&#xNAN;*- Protocol Architect's Note*

#### Comparative Advantage

| **Metric**             | Traditional Protocols | LeverAcc             | Improvement         |
| ---------------------- | --------------------- | -------------------- | ------------------- |
| Max Leverage           | 40x                   | 200x+                | 5x                  |
| Liquidation Protection | Reactive              | Proactive β-adjusted | Zero loss guarantee |
| Capital Utilization    | 30-50%                | 80%+                 | 60%+                |
| Yield Options          | Single pool           | Risk-tiered vaults   | Customizable        |

LeverAcc doesn't just improve leverage - it rearchitects the foundation of decentralized derivatives trading by making unprecedented leverage access compatible with institutional-grade risk management. By integrating deeply with HyperLiquid's high-performance infrastructure, it creates a new paradigm where capital efficiency and security evolve from trade-offs to synergistic forces.


---

# 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://leveracc.gitbook.io/leveracc-docs/getting-started/what-is-leveracc.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.
