Complete guide to using Snuzi's rugpull protection system and integrating our security API
Snuzi is a browser extension that provides real-time protection against Solana token rugpulls and scams. It automatically analyzes tokens when you browse DEXs and alerts you to potential risks.
🛡️ Protection: Snuzi scans over 50,000 known scam tokens and uses AI to detect new threats in real-time.
Automatic analysis of contract vulnerabilities and liquidity risks
Instant notifications for high-risk tokens
0-100 risk assessment with detailed breakdown
Works with Jupiter, Raydium, Orca, and more
// Install Snuzi browser extension // Available on Chrome Web Store and Firefox Add-ons // Or install from source: git clone https://github.com/snuzi/browser-extension cd browser-extension npm install npm run build
✅ Quick Setup: Once installed, Snuzi works automatically. No configuration needed!
// Snuzi automatically scans tokens when you visit DEX sites // No additional setup required! // Example: Visit Jupiter, Raydium, or Orca // Snuzi will automatically analyze any token you view
Likely rugpull or scam - avoid trading
Proceed with caution - review warnings
Generally safe - normal trading precautions apply
// Integrate Snuzi API into your dApp
import { SnuziAPI } from '@snuzi/api'
const snuzi = new SnuziAPI({
apiKey: 'your-api-key'
})
// Scan a token
const result = await snuzi.scanToken('token-address')
console.log('Risk Score:', result.riskScore)
console.log('Warnings:', result.warnings)// Set up webhooks for real-time alerts
const webhook = await snuzi.createWebhook({
url: 'https://your-app.com/webhook',
events: ['high-risk-token', 'rugpull-detected'],
filters: {
minRiskScore: 70
}
})
console.log('Webhook created:', webhook.id)DEX Aggregator
AMM & Liquidity
User-friendly DEX
Order Book DEX
Dynamic AMM
Meme Token Platform