# Rugpull Settings

Enable rugpull detection and define criteria such as liquidity removal thresholds and emergency slippage rates to protect against sudden market drops.

### Main Menu > Settings > Defaults > Rugpull Settings

<figure><img src="/files/NGfvudFDckGGQHOYuDyD" alt=""><figcaption><p>Rugpull Settings</p></figcaption></figure>

#### **Rugpull Detector Enabled**

Activates the rugpull detection feature to identify and respond to potential rugpulls.

#### **Liquidity Fraction Removed Threshold**

Sets the threshold for the fraction of liquidity removal that triggers a rugpull alert.

#### **Min Initial Paired Liquidity ETH**

Establishes the minimum initial liquidity paired with ETH required to avoid rugpull alerts.

#### **Priority Fee Per Gas Multiplier**

Applies a multiplier to the priority fee per gas when a rugpull is detected.

#### **Min Amount Out ETH**

Sets the minimum output in ETH for transactions to proceed, especially in potential rugpull scenarios.

#### **Rugpull Detector Slippage**

Specifies the slippage setting applied when a rugpull is detected to exit positions quickly.


---

# 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.bitfoot.com/settings/defaults/rugpull-settings.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.
