# Boost Market

## **Boost Sellers**

Warden is a new type of non-custodial market based on the veBoost system, allowing veToken holders to place offers for veBoost on their balance, while still having their veToken available for Gauge Weights votes and DAO votes. Also, when no veBoost is bought based on your balance, the owner keeps the balance as a personal boost.

To participate in the Boost market a veToken holder must give approval to the Warden contract to create VeBoosts on their balance then set the following parameters:

* Pricing (in the native token)
* The minimum and maximum values of how much of the balance can be used for offers (if the maximum is set at 50%, only half of the balance is available to create veBoosts, the rest can be used by the owner)
* Optional: a registration limit that if set will remove your balance from the market at the requested date

For more info on how to create a BoostOffer, refer to this [guide](https://doc.paladin.vote/warden/how-to-use-warden/as-a-seller/through-the-ui).

## Boost Buyers

Warden then allow LPs to buy a veBoost (paying the fees in the native token), and try to maximize their Gauge multipliers to increase the yield on their provided liquidity, with or without having any of the veToken themselves.&#x20;

For more info on how to buy a Boost, refer to this [guide](https://doc.paladin.vote/warden/how-to-use-warden/as-a-buyer/through-the-ui).

### Additional veBoost info

Through the Curve ecosystem, the veCRV token (for VotingEscrowCRV) holds multiple utilities. One of them is to boost the user balances in the Liquidity Gauges, to increase the CRV they can receive through the distribution, up to a 2.5 multiplier (for more info, see [Boosting](https://curve.readthedocs.io/dao-gauges.html#boosting) in Curve docs).

Then came the [veBoost](https://github.com/curvefi/curve-veBoost#curve-voting-escrow-boost-delegation), allowing veCRV holders to delegate a part (or the total) of their veCRV boost, as a NFT, allowing the receiver of the Boost to get an increased veCRV boost of Gauge CRV distribution (for more infos, see the [veBoost doc](https://github.com/curvefi/curve-veBoost#curve-voting-escrow-boost-delegation)).

The veBoost is not used on all Curve Gauges. Currently, the system is used on all Factory Pool & Gauges, and all the new Curve Pool using the [LiquidityGaugeV4](https://github.com/curvefi/curve-dao-contracts/blob/master/contracts/gauges/LiquidityGaugeV4.vy) contract.


---

# Agent Instructions: 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.paladin.vote/warden-boost/boost-market.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.
