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

# Rug Triggers

> Configure automatic rug execution triggers

# Rug Triggers

Rug triggers automatically execute the rug when specific market conditions are met.

## Available Triggers

### Market Cap Trigger

<Card title="Market Cap" icon="chart-line">
  Triggers when market cap reaches a specified value.
</Card>

| Setting | Description                             |
| ------- | --------------------------------------- |
| Enable  | Toggle market cap trigger on/off        |
| Amount  | USD value to trigger (e.g., 50,000 USD) |

**Example**: Set to 50,000 USD to automatically rug when market cap reaches 50K.

### Holder Trigger

<Card title="Holder Count" icon="users">
  Triggers when holder count reaches a specified number.
</Card>

| Setting | Description                              |
| ------- | ---------------------------------------- |
| Enable  | Toggle holder trigger on/off             |
| Amount  | Number of holders to trigger (e.g., 100) |

**Example**: Set to 100 to automatically rug when 100 holders are reached.

### Liquidity Trigger

<Card title="Liquidity" icon="droplet">
  Triggers when liquidity reaches a specified value.
</Card>

| Setting | Description                       |
| ------- | --------------------------------- |
| Enable  | Toggle liquidity trigger on/off   |
| Amount  | USD value of liquidity to trigger |

**Example**: Set to 10,000 USD to rug when liquidity pool reaches 10K.

## Trigger Behavior

When a trigger condition is met:

<Steps>
  <Step title="Condition Check">
    System continuously monitors the enabled trigger conditions.
  </Step>

  <Step title="Threshold Reached">
    When condition is met, rug execution begins.
  </Step>

  <Step title="Position Exit">
    All holdings are sold according to withdrawal configuration.
  </Step>

  <Step title="Complete">
    Coin moves to "Rugged" status with final statistics.
  </Step>
</Steps>

## Multiple Triggers

You can enable multiple triggers simultaneously. The rug executes when **any** enabled trigger is reached (OR logic).

**Example Configuration:**

* Market Cap: 50,000 USD ✅
* Holders: 100 ✅
* Liquidity: Disabled ❌

This rugs when market cap hits 50K **OR** holders reach 100, whichever happens first.

## InstaRUG Trigger

The InstaRUG preset automatically calculates the optimal trigger:

1. Analyzes the original rug's peak market cap
2. Rounds down to nearest significant figure
3. Sets market cap trigger to this value

<Note>
  InstaRUG disables holder and liquidity triggers, using only market cap.
</Note>

## Trigger Recommendations

| Goal            | Recommended Trigger         |
| --------------- | --------------------------- |
| Maximum Profit  | Market cap at original peak |
| Quick Exit      | Lower holder count (50-100) |
| Natural Timing  | Combine market cap + holder |
| Liquidity Focus | Liquidity-based trigger     |

## Manual Rug Option

If you don't want automatic triggers, disable all triggers and use the manual "Sell All" button in the coin view.

<Warning>
  Manual rugging requires you to actively monitor the trade.
</Warning>

## Trigger Analytics

After trading completes, view trigger analytics in the Rugged Coins section:

* Which trigger fired
* Market conditions at rug time
* Comparison to original rug timing
* Profit/loss analysis
