# How to ban/veto a baker

LP holders on QuipuSwap can not only vote for specific bakers, but they may also use their LPs to veto a specific baker (i.e. ban him from being a baker in a pool for a time).

Generally, shareholders band together to veto a baker if they believe him to be unreliable or if he is overstaked.

Only a third of **staked** shares in the **Governance section** of the pool is required to veto a delegate.

The candidate is banned for 3 months and cannot receive votes during this period. Users can then withdraw their votes or restake them for other bakers. When a delegate is banned the second-best candidate becomes the delegate. But if the new delegate is banned afterward, the new delegate becomes None until any voting.

**Steps to cast a veto vote**:

1\. Go to the "Voting" section;

2\. Select the "Veto" tab;

3\. Enter the number of LP shares you want to vote against the delegate and click "Veto";

![](https://ucarecdn.com/c1eae783-310f-4d35-98d5-1af7d50dc961/image.png)

Once the transaction is confirmed, your votes will be counted.


---

# 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.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-ban-veto-a-baker.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.
