Getting Started¶
Welcome to Chain Sentinel! This guide will help you get up and running in just a few minutes.
Prerequisites¶
Before you begin, you'll need:
- A web browser (Chrome, Firefox, Safari, or Edge)
- A Solana wallet address (optional, for wallet analysis)
- An email address or Google account (for registration)
Step 1: Create an Account¶
Option A: Sign Up with Google (Recommended)¶
- Visit app.chainsentinel.net/register
- Click "Sign in with Google" button
- Select your Google account
- Approve permissions
- You're in! π
Instant Access
Google OAuth provides instant access with no email verification required.
Option B: Sign Up with Email¶
- Visit app.chainsentinel.net/register
- Enter your email address
- Create a strong password (min 8 characters)
- Click "Create Account"
- Verify your email (check inbox)
- You're in! π
Password Requirements
Your password must contain:
- At least 8 characters
- One uppercase letter
- One lowercase letter
- One number
- One special character
Step 2: Explore the Dashboard¶
After logging in, you'll see the main dashboard with:
π Statistics Bar¶
- Total Tokens - Number of tokens in database
- Analyzed - Tokens analyzed by AI
- SCAM Rate - Percentage of detected SCAMs
- Avg Confidence - Average prediction confidence
π Detection Activity Chart¶
- Real-time SCAM detections over time
- Filter by 24H, 7D, or 30D
- Hover for detailed information
π¨ Latest SCAM Detections¶
- Recently detected SCAM tokens
- Confidence scores
- Quick actions (View Details, Copy Address)
π€ AI Models Performance¶
- GNN v2: 96.06% accuracy
- XGBoost: 95.59% accuracy
- River ARF: 90.49% accuracy (self-learning)
Step 3: Analyze Your First Token¶
Quick Analysis¶
- Click π Search in the sidebar
- Enter a token address in the search bar
- Press Enter or click Search
- View the results instantly
Example Token Address:
Understanding Results¶
Each token shows:
- Label - SCAM π΄ / LEGIT π’ / Unknown βͺ
- Confidence - 0-100% (higher = more certain)
- Model - Which AI model made the prediction
- Liquidity - Total liquidity in USD
- Created - When the token was created
Confidence Levels
- 90-100% - Very High (trust this prediction)
- 75-89% - High (reliable prediction)
- 60-74% - Medium (use caution)
- <60% - Low (needs more data)
Step 4: Set Up Alerts (Optional)¶
Get notified when suspicious activity is detected:
- Click π¨ Alerts in the sidebar
- Click "Configure Alerts"
- Choose your notification channel:
- Telegram - Get instant messages
- Discord - Webhook notifications
- Slack - Team notifications
- Set your alert rules:
- Minimum confidence threshold
- Token types to monitor
- Frequency (instant, hourly, daily)
- Click "Save Settings"
Telegram Setup¶
- Open Telegram and search for
@ChainSentinelBot - Start a chat with
/start - Copy your Chat ID
- Paste it in the Alerts settings
- Click "Test Alert" to verify
Step 5: Get Your API Key¶
For programmatic access to Chain Sentinel:
- Click π API Keys in the sidebar
- Click "Create New API Key"
- Enter a name (e.g., "My App")
- Select tier:
- Free - 100 requests/day
- Pro - 1,000 requests/day
- Enterprise - Unlimited
- Click "Generate Key"
- Copy the key immediately (shown only once!)
- Store it securely
Security
Never share your API key publicly or commit it to version control. Treat it like a password!
Test Your API Key¶
Expected response:
{
"data": [
{
"address": "...",
"symbol": "...",
"is_rug": true,
"confidence": 0.95
}
],
"success": true
}
Next Steps¶
Now that you're set up, explore these features:
- π Dashboard Guide - Learn about all dashboard features
- π Search & Filters - Advanced token search
- π Wallet Intelligence - Track suspicious wallets
- ποΈ Watchlist - Monitor specific wallets
- πΈοΈ Network Graph - Visualize relationships
- π API Reference - Build integrations
Common Issues¶
Can't log in?¶
- Forgot password? Click "Forgot Password" on login page
- Email not verified? Check spam folder for verification email
- Google OAuth not working? Try clearing browser cache
API key not working?¶
- Check that you're using the correct header:
X-API-Key - Verify the key hasn't been revoked
- Check your rate limit hasn't been exceeded
Need more help?¶
- π Check the FAQ
- π¬ Join Telegram Community
- π§ Email support@chainsentinel.net
Ready to dive deeper? Continue to the Dashboard Guide β