> 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/about-the-jpegd-protocol/jpegd-boosts/traits-boost.md).

# Traits Boost

[JPEG boosts](/jpegd-dao/about-the-jpegd-protocol/jpegd-boosts.md) are a novel system introduced by JPEG'd, allowing users to lock $JPGD to increase their borrowing power, get additional value from their rare NFTs, and more.

Traits Boost allows users to increase the credit limit of NFTs with rare traits that trade multiples above the collection floor. These multipliers are determined by governance and fluctuate based on floor price. These newly boosted NFTs still move along with the floor, with an added boost from a set multiplier.  Current trait multipliers can be viewed [here](https://docs.jpegd.io/jpegd-dao/about-the-lending-protocol/traits-boost-factors).

To enable the Traits boost, $JPGD tokens need to be locked on a per position basis. The credit limit can be boosted **up to 10x** the current floor value depending on the collection.

Once activated, the boost effects are **continous**, until the boost owner requests the [withdrawal](#withdrawal) of the associated $JPGD. At the end of the withdrawal processing period, the NFT will go back to floor price, which can possibly trigger a liquidation.

Traits Boosts can be combined with [LTV Boost](/jpegd-dao/about-the-jpegd-protocol/jpegd-boosts/ltv-boost.md) and the [Cigarette Boost](/jpegd-dao/about-the-jpegd-protocol/jpegd-boosts/cigarette-boost.md).

## The Cost

In order to enable Traits Boost for a specific NFT, the user must lock JPGD tokens. The cost will be **15%** of the increased credit limit in [$JPGD](/jpegd-dao/about-the-jpegd-protocol/tokens/usdjpgd.md) tokens.

**The exact formula to calculate the amount of $JPEG tokens to lock for Traits Boost is the following:**

`AmountOfJPGDToLock = (boostedCreditLimit - baseCreditLimit) * lockRate / jpgdPriceInEth`

#### Example

If a Tiara Cryptopunk is deemed to be worth $1m by governance, the user will have to lock up $90,000 worth of JPGD.&#x20;

$1m (collateral value) \*60% (max loan amount) \* 15% = $90,000 worth of JPGD.&#x20;

<figure><img src="/files/JHCZWhbzl1vzmMfPKyaq" alt=""><figcaption><p>The Traits boost modal</p></figcaption></figure>

### Withdrawal

Once created, Boosts can be managed from the "[Boosts](https://jpegd.io/boosts)" tab.\
Boost owners can request a withdrawal at any time. The processing period is of **7** days, after which the boost associated to the position will be disabled and the $JPGD will be available for withdrawal.

Locked JPGD **always** remain the possession of the boost owner. In case of transfer of the NFT, the associated JPGD boost remains active for any future owner of the NFT until disabled by the boost owner.

### Liquidation

In the case of liquidation, the locked JPGD gets burned.

### Legacy boosts

All boost created prior to the application of PIP-58 have been marked as having a withdrawal requested and unlock time will be the current unlock time set when creating the boost. Users can cancel the withdrawal request anytime.


---

# 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/about-the-jpegd-protocol/jpegd-boosts/traits-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.
