> For the complete documentation index, see [llms.txt](https://docs.jpegd.io/jpegd-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jpegd.io/jpegd-dao/cdp-lending-guides/borrowing/create-an-ltv-boost.md).

# Create an LTV Boost

Locking $JPGD can boost your position. There are several types of boosts on JPEG'd (see [Locking Mechanics](/jpegd-dao/about-the-jpegd-protocol/jpegd-boosts.md)). [LTV boost](/jpegd-dao/about-the-jpegd-protocol/jpegd-boosts/ltv-boost.md) allows users to increase the LTV of boosted positions up to **80% LTV** on selected collections.&#x20;

To enable the boost, $JPGD tokens need to be locked on a per position basis. The locks get disabled upon request, and the locked $JPGD can be withdrawn after the [withdrawal processing period](/jpegd-dao/about-the-jpegd-protocol/jpegd-boosts/ltv-boost.md#withdrawal).

Boosting is easy, check the tutorial, or follow the steps below.

{% embed url="<https://www.youtube.com/watch?v=GDRjBFVLaAw>" %}

## Create LTV Boost Lock

#### **Step 1:**&#x20;

Open up your loan dashboard and go to the borrows tab, note it's also possible to create an LTV boost from the wallet tab before doing the first borrow.

<figure><img src="/files/8VlhocVYqAwjdzqOpQDv" alt=""><figcaption></figcaption></figure>

#### **Step 2:**&#x20;

For the selected NFTs, choose the amount of LTV boost you want to enable. The higher the boost, the more $JPGD that needs to be locked.&#x20;

The LTV boost configuration modal lets you determine the LTV boost amount from 0 to **20% extra LTV.** LTV Boost can be increased up to the maximum boost value after they have been first created.

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

## Manage your JPEG'd Boosts

The Boost tab will show you the status of your boosts, as well as let you manage them.&#x20;

You can:

* Update an LTV boost
* Request an unlock to disable your active boosts (please note there is a unlock period to avoid unwanted liquidations)
* Claim unlocked $JPGD

<figure><img src="/files/4mR91u5wNdzz5d5iJKzB" alt=""><figcaption></figcaption></figure>

## Disabling a Boost

From the Dashboard/Boosts tab, select the positions you want to disable the boost for. This will start the withdrawal processing period. The period lasts **7 Days** and can be cancelled at any time.

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

<figure><img src="/files/0KxCek3n4WQnO2ebYikJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iawbO2Ztrg8D7zW3EW6H" alt=""><figcaption><p>When the unlock period is over you can claim back your unlocked JPEG</p></figcaption></figure>


---

# 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.jpegd.io/jpegd-dao/cdp-lending-guides/borrowing/create-an-ltv-boost.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.
