Filters
Filters let you control exactly which trades get copied. Without filters, every trade from the tracked wallet will be replicated. With filters, you can skip trades that don't match your criteria.
Available Filters
Token Filters
| Filter | Description |
|---|---|
| Min Liquidity | Only copy trades on tokens with at least this much liquidity (in USD) |
| Min Market Cap | Skip micro-cap tokens below this threshold |
| Max Market Cap | Skip large-cap tokens above this threshold |
| Token Age | Only copy tokens that have existed for at least N minutes |
Trade Filters
| Filter | Description |
|---|---|
| Min Trade Size | Ignore trades smaller than this amount (in SOL) |
| Max Trade Size | Ignore trades larger than this amount |
Security Filters
| Filter | Description |
|---|---|
| Mint Authority | Skip tokens where mint authority is not revoked |
| Freeze Authority | Skip tokens where freeze authority is not revoked |
| Top 10 Holders | Skip tokens where top 10 holders own more than N% of supply |
How Filters Work
When a tracked wallet makes a trade:
- Copy.exe detects the transaction
- All active filters are checked against the trade
- If any filter rejects the trade, it's skipped
- If all filters pass, the trade is queued for execution
Filter results are visible in the execution logs so you can see exactly why a trade was skipped.
Recommended Starter Filters
For beginners, these filters help avoid the riskiest tokens:
- Min Liquidity: $10,000
- Token Age: 10 minutes
- Mint Authority: Revoked only
- Freeze Authority: Revoked only
TIP
Start with loose filters and tighten them as you learn what works. You can always check the logs to see which trades were filtered out and decide if your filters are too aggressive.
Next Steps
- Set up auto-sell rules
- Use presets for pre-configured filter sets