> For the complete documentation index, see [llms.txt](https://docs.paladin.vote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paladin.vote/warden-boost/how-to-use-warden/as-a-buyer/through-the-ui.md).

# Through the UI

#### (The guide is in veCRV but is the same for all ecosystems)

After connecting your Ethereum wallet to the dApp you'll first see the dashboard page with an overview of your Curve assets, deposits (if the pool uses veBoost) and your gauge vote weights.&#x20;

## Buying a Boost

Reminder not every Curve pool uses veBoost, so if you don't see your deposit and boost level it's because it can't be used with Warden. \
\
[List of all current Gauges using veBoost](#list-of-gauges-using-veboost)

### Simple Buy

![](/files/0PzkoiupgFbF4v7x6sjq)

Starting with your deposit in the Dashboard tab, click "Calculate Boost" to start simulating the amount of veBoost you might want.&#x20;

#### The Calculator

The calculator allows you to simulate the amount of veCRV you'd need for a given boost multiple. <br>

![](/files/2scqA364Ahy08qxbvGey)

Once you've determined the desired amount of veCRV hit "Buy Boost" to access the Simple Buy tab. From here you need to specify the highest price/veCRV you're willing to pay and the duration of the boost. Once you've reviewed the order you can make the transaction.&#x20;

Simple Buy is the most convenient solution for buyers because it aggregates boosts from multiple sellers, bundling the buy versus making multiple deals.

![](/files/zCEFNu77iGUhEYkcAmBp)

{% hint style="info" %}
After buying a boost you need to update your checkpoint in Curve to have the new boost applied to your position. Go back to the dashboard to update.&#x20;
{% endhint %}

### Market Buy

If you'd prefer to browse individual offers you can do so on the Market. Head to the Market tab in Boosts to access all the sellers on Warden. Once you've selected an offer you can begin to configure your buy.&#x20;

1\. Estimate impact on your Pool multiplier&#x20;

![](/files/01dwSKMTNYAyHW1Rgkib)

2\. Select how much of the seller's balance you want to buy.

![](/files/R9p25gTViLTwKHHdxnoc)

3\. Select the duration of the boost.

![](/files/O3AjN4n3wwJpRbds9EQJ)

{% hint style="info" %}
After buying a boost you need to update your checkpoint in Curve to have the new boost applied to your position. Go back to the dashboard to update.&#x20;
{% endhint %}

Head back over to the main dashboard page to see your new boost.


---

# 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.paladin.vote/warden-boost/how-to-use-warden/as-a-buyer/through-the-ui.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.
