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

# Pencils Protocol Vaults

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

## Function Introduction <a href="#id-6d4c" id="id-6d4c"></a>

The Pencils Protocol Vaults 1.0 will first integrate with Scroll’s leading DEX, and the Vaults Pool will connect to the DEX liquidity pool. Users can participate by selecting their preferred LP tokens in the Pencils Protocol Vaults Pool, and flexibly set different leverage multiples. The Vaults contract will automatically allocate the required leverage funds from the Staking deposit pool, satisfying users’ pursuit of higher returns and providing a convenient and efficient fund appreciation experience.

Early active participants in Vaults will not only receive the base rewards from deposit staking and LP staking, but can also earn additional high multiples of Pencils Protocol, Pencil, DEX, and Scroll token rewards.

Vault 2.0 will add collaboration with the leading Liquid Restaking protocol, allowing participating users to enjoy both the native restaking yield and multiple token rewards (including EigenLayer, LRT, Pencils Protocol, DEX, and Scroll). This upgraded comprehensive rewards matrix aims to attract more users and assets.

In the future, Vaults will continuously integrate more high-quality asset offerings, striving to become users’ preferred fund yield management tool by providing diversified, efficient, and secure asset appreciation channels. These will include on-chain delta-neutral strategies, on-chain synthetic yield, and on-chain exotic options.

## Leveraged Mining Process <a href="#bdab" id="bdab"></a>

Users can borrow funds through Vaults to increase yields. Taking a user mining the ETH-USDC LP as an example:

1. The user holds a small amount of USDC and chooses to borrow more USDC.
2. Vaults allocate the assets to 50% ETH and 50% USDC.
3. The assets are deposited into the DEX liquidity pool, and the received LP tokens are staked to earn rewards.
4. For subsequently integrated assets like LRT, similar steps are followed.

The interest on borrowed funds will be automatically deposited and paid into the Staking deposit pool to pay depositor rewards. By evaluating the principal and limiting leverage multiples, Vaults ensures depositors’ funds are safe without liquidation risk.


---

# 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://gitbook.pencilsprotocol.io/overview/pencils-protocol-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.
