> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/swoop-pro/swoop-pro-guide/fee-filters.md).

# Fee Filters

<figure><img src="/files/SFJjhX9yrHBselm77z7k" alt=""><figcaption></figcaption></figure>

**Fee** refers to the transaction fees traders pay when buying or selling a token.

Higher **Fee** usually indicates strong real trading activity and a large number of active traders.

Low **Fee**, on the other hand, often signals weak organic activity — in many cases, it suggests the token’s price may be artificially pumped by the developer, increasing the risk of a sudden dump (rug).

**How does it work?**

Users can now filter tokens for trading based on the **minimum average Fee** of a developer’s previous tokens — either across all tokens or just the last 1–3 launches.

The **Fee filter** can be used on its own or combined with the developer’s previous token **market cap filter** for more precise selection.

***

**Community-backed tokens (signals of real activity)**

**1 — AM > (Average Market Cap)**\
Set a minimum average market cap (N).\
All tokens from developers with an average below N will be excluded.

**2 — AF > (Average Fee)**\
Set a minimum average Fee (N).\
For example, if you set **1 SOL**, only tokens with an average Fee above 1 SOL will be shown.

**3 — Combined filter**\
Only tokens that meet **both conditions** will be displayed.

Example:\
If you set **Market Cap > 19,000** and **Fee > 1 SOL**, you’ll only see tokens that satisfy both criteria.

**Token Check by Developer Wallet**

**1 — Show & Open (Last Tokens)**\
Filters values based only on the most recent tokens (in this example — last 3).

**2 — Has MCap >**\
Shows tokens with a market cap greater than 13,000.

**3 — Has Fee >**\
When enabled, displays only tokens with a Fee higher than the set value (N).

**4 — Combined**\
Enables both filters and shows only tokens where both **Market Cap and Fee** exceed the specified thresholds.

<figure><img src="/files/IDySCz3KOFXcHFcG1qcV" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.swoop.fun/swoop-pro/swoop-pro-guide/fee-filters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
