> For the complete documentation index, see [llms.txt](https://docs.mevx.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mevx.io/docs/feature-ecosystem/mevx-signal.md).

# MevX Signal

The MevX Signal system is an advanced, real-time data filtering and monitoring tool integrated directly into the MevX Web Platform. .

By bringing real-time signals straight to your web trading interface, MevX Signal helps you catch market opportunities instantly, filter out noise, and maximize your trading volume with precision.

{% hint style="info" icon="arrow-right" %}
Try now: <https://mevx.io/signal>
{% endhint %}

### 1. Signal Type

MevX Signal monitors a wide variety of on-chain and off-chain metrics to trigger precise alerts:

<table><thead><tr><th width="284.4000244140625">Signal</th><th>Trigger Condition</th></tr></thead><tbody><tr><td>Pump Live</td><td>Triggers an immediate alert as soon as a token goes on a livestream on Pumpfun</td></tr><tr><td>Dex Paid/Ad/Boost</td><td>Triggers when a dev purchases Paid Ads or Boosts on Dex Screener or 4memes, or updates the token's social info.</td></tr><tr><td>CTO</td><td>Triggers instantly when a project's community initiates a Community Takeover (CTO) vote.</td></tr><tr><td>Price Up</td><td>Triggers when a token's price surges within a 5-minute interval</td></tr><tr><td>ATH</td><td>Triggers when a token breaks its All-Time High (ATH)</td></tr><tr><td>Key Market Cap (MC)</td><td>Triggers when a token's Market Cap reaches predefined milestone thresholds</td></tr><tr><td>High Volume Buy</td><td>Triggers whenever a single, large on-chain buy order is executed.</td></tr><tr><td>KOL Fomo Signal</td><td>Triggers when a number of KOL wallets from our monitored list buy the same token with a decent volume</td></tr><tr><td>Volume Up</td><td>Triggers when a token's volume surges within a 5-minute interval</td></tr><tr><td>Smart Money Buy</td><td>Triggers when a smart-money wallet from our monitored list buy the a token with a decent volume</td></tr><tr><td>KOL Calls/Group Call</td><td>Triggers when a token is called/mentioned across X/top Alpha tracking groups</td></tr></tbody></table>

### 2. Safety Filters & Customization

#### Default Ant-Rug Filters

To protect traders from honeypots, rug pulls, and malicious scams, MevX applies strict **Default Anti-Rug Filters**. Unless overwritten by user settings, tokens must clear the following security benchmarks to appear on the live signal feed:

* **Minimum Total Fees:** Must generate > 2 SOL in fees.
* **24h Trading Volume:** Must exceed $75K (For newly deployed pools aged < 24h, total volume must be > $40K).
* **Contract Security Audits:** `Mint Authority` must be Disabled and `Freezable` must be Disabled.
* **Liquidity Status:** LP Burnt must be > 0%.
* **Holder Distribution:** Total holder count must be > 150 , with the Top 10 Holders collectively owning < 40% of the supply.
* **Monitored Activity:** Bot traders must hold > 10% , and at least 1 tracked KOL must hold the asset.

#### Customizing Your Feed

Users can completely tailor their dashboard by clicking the Filter button:

* **Signal Filters:** You can customize parameters to match your trading style
* **Reset Button:** A "Reset" option is available to instantly restore MevX’s optimized factory configurations


---

# 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:

```
GET https://docs.mevx.io/docs/feature-ecosystem/mevx-signal.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.
