> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memeperfect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Understanding Dealbreakers

> Learn which checks always run first and why they matter.

Dealbreakers are conditions that must pass before the rest of your Rules are considered. They are your non-negotiable filters.

If any Dealbreaker fails, MemePerfect stops evaluation and does not send an alert.

## What makes a good Dealbreaker

Use Dealbreakers for conditions that should never be optional, such as:

#### Common use

* Is Honeypot is False
* Sell Tax (%) is less than 25
* Has Minting Authority is False

<Frame caption="Dealbreakers are checked before the rest of your Rules.">
  <img src="https://mintcdn.com/memeperfect/nNfY3ywgkiJ-x3qa/images/dealbreakers.png?fit=max&auto=format&n=nNfY3ywgkiJ-x3qa&q=85&s=782cdf2770b2e693494ae195ec6738e4" alt="List of dealbreakers in a strategy" width="1011" height="157" data-path="images/dealbreakers.png" />
</Frame>

## When to use them

Start with Dealbreakers when you build a Strategy. They remove obvious bad candidates early and keep the rest of your logic focused on better setups.

<Tip>
  If failing a condition should always disqualify a token, make it a Dealbreaker instead of a normal Rule.
</Tip>
