Search & Filters¶
The Search page is your gateway to finding and analyzing specific tokens. With powerful filters and advanced search capabilities, you can quickly identify tokens of interest.
Quick Search¶
Access the search page: app.chainsentinel.net/search
Basic Search¶
- Enter your search query in the search bar
- Press Enter or click π Search
- Results appear instantly below
What You Can Search¶
Token Address:
Token Symbol:
Token Name:
Search Tips¶
Partial Matching
You don't need to type the full address. Partial matches work too:
Case Insensitive
Search is case-insensitive. usdc, USDC, and UsD all work the same.
Advanced Filters¶
Click "Show Filters" to reveal 6 powerful filter options.
1. Label Filter¶
Filter by token classification:
- π΄ SCAM - Detected as rug pull
- π’ LEGIT - Verified as legitimate
- βͺ Unknown - Not yet analyzed
Use case: Find all SCAM tokens to avoid them.
2. Confidence Filter¶
Filter by AI prediction confidence (0-100%):
Slider Controls: - Drag left handle for minimum confidence - Drag right handle for maximum confidence - Shows selected range below slider
Examples: - 90-100% - Only very high confidence predictions - 75-100% - High and very high confidence - 0-60% - Low confidence (needs review)
Use case: Find tokens with high-confidence SCAM predictions.
3. Liquidity Filter¶
Filter by total liquidity in USD:
Ranges: - $0 - $1K - Very low liquidity - $1K - $10K - Low liquidity - $10K - $100K - Medium liquidity - $100K - $1M - High liquidity - $1M+ - Very high liquidity
Use case: Find high-liquidity SCAMs (more dangerous).
4. Date Range Filter¶
Filter by token creation date:
Presets: - Last 24 hours - Today's tokens - Last 7 days - This week - Last 30 days - This month - All time - No date filter
Custom Range: - Click "Custom" - Select start date - Select end date - Click "Apply"
Use case: Find recently created SCAM tokens.
5. Model Filter¶
Filter by which AI model made the prediction:
- π€ XGBoost - 95.59% accuracy
- πΈοΈ GNN v2 - 96.06% accuracy
- All Models - No filter
Use case: Compare predictions from different models.
6. Sort Options¶
Sort results by:
- Newest First - Most recently created
- Oldest First - Earliest created
- Highest Confidence - Most certain predictions
- Lowest Confidence - Least certain predictions
- Highest Liquidity - Most liquid tokens
- Lowest Liquidity - Least liquid tokens
Search Results¶
Results Table¶
Each result shows:
| Column | Description |
|---|---|
| Symbol | Token ticker |
| Name | Full token name |
| Address | Solana address (truncated) |
| Label | SCAM/LEGIT/Unknown |
| Confidence | Prediction confidence % |
| Model | AI model used |
| Liquidity | Total liquidity USD |
| Created | Creation date |
| Actions | View/Copy buttons |
Pagination¶
Results are paginated for performance:
- 100 tokens per page
- Up to 10,000 total results
- Use β Previous and Next β buttons to navigate
Result Count¶
Shows total matching results:
Saved Searches¶
Save frequently used searches for quick access.
Saving a Search¶
- Configure your filters
- Click "Save Search" button
- Enter a name (e.g., "High-confidence SCAMs")
- Click "Save"
Loading a Saved Search¶
- Click "Saved Searches" dropdown
- Select a saved search
- Filters are applied automatically
Managing Saved Searches¶
Edit: 1. Load the saved search 2. Modify filters 3. Click "Update Search"
Delete: 1. Click "Saved Searches" dropdown 2. Click ποΈ next to search name 3. Confirm deletion
Local Storage
Saved searches are stored in your browser's local storage. They won't sync across devices.
Export Results¶
Export search results for further analysis.
CSV Export¶
- Configure your search/filters
- Click "Export CSV" button
- File downloads automatically
CSV Format:
address,symbol,name,is_rug,confidence,liquidity,created_at
EPjF...,USDC,USD Coin,false,0.98,1234567.89,2024-01-01
Use cases: - Import into Excel/Google Sheets - Analyze in Python/R - Share with team
JSON Export¶
- Configure your search/filters
- Click "Export JSON" button
- File downloads automatically
JSON Format:
[
{
"address": "EPjF...",
"symbol": "USDC",
"name": "USD Coin",
"is_rug": false,
"confidence": 0.98,
"liquidity": 1234567.89,
"created_at": "2024-01-01T00:00:00Z"
}
]
Use cases: - API integration - Automated processing - Database import
Advanced Search Techniques¶
Combining Filters¶
Combine multiple filters for precise results:
Example 1: High-Risk SCAMs
Finds recent, high-confidence, high-liquidity SCAMs.Example 2: Uncertain Tokens
Finds newly created tokens that need manual review.Example 3: Legitimate High-Value Tokens
Finds verified legitimate tokens with high liquidity.Search Patterns¶
Find tokens by creator: 1. Search for a token address 2. Click "View Details" 3. Note the creator wallet 4. Go to π Wallets page 5. Search for creator wallet 6. View all tokens created by that wallet
Find related tokens: 1. Search for a token 2. Click "View Details" 3. Scroll to "Related Tokens" section 4. See all tokens from same creator
Search Performance¶
Response Times¶
- Simple search: <100ms
- With filters: <200ms
- Large result sets: <500ms
Optimization Tips¶
For faster searches: - Use specific search terms (full address > partial > symbol) - Limit date range when possible - Use pagination instead of exporting all results
For better results: - Use multiple filters to narrow down - Sort by confidence for most reliable results - Check multiple models for consensus
Common Search Queries¶
Find Today's SCAMs¶
Find High-Confidence Predictions¶
Find Tokens Needing Review¶
Find Dangerous SCAMs¶
Keyboard Shortcuts¶
| Shortcut | Action |
|---|---|
/ or S | Focus search bar |
Enter | Execute search |
F | Toggle filters |
Esc | Clear search |
E | Export CSV |
J | Export JSON |
Troubleshooting¶
No results found?¶
Possible causes: - Filters too restrictive - Token not in database - Typo in search query
Solutions: 1. Clear all filters and try again 2. Verify token address is correct 3. Try searching by symbol instead 4. Check if token exists on Solana
Search is slow?¶
Possible causes: - Large result set - Complex filters - Network latency
Solutions: 1. Add more filters to narrow results 2. Use date range filter 3. Check your internet connection 4. Try again during off-peak hours
Export not working?¶
Possible causes: - Browser blocking downloads - Too many results (>10K) - Network timeout
Solutions: 1. Allow downloads in browser settings 2. Add filters to reduce result count 3. Try exporting in smaller batches
Next Steps¶
- π Token Analysis - Deep dive into specific tokens
- π Wallet Intelligence - Analyze wallet behavior
- ποΈ Watchlist - Monitor specific wallets
- πΈοΈ Network Graph - Visualize relationships
Need Help?¶
- π FAQ
- π¬ Telegram Community
- π§ support@chainsentinel.net
Next: Token Analysis β