Snuzi Documentation

Complete guide to using Snuzi's rugpull protection system and integrating our security API

Getting Started
Quick start guide to protect yourself from Solana rugpulls

What is Snuzi?

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.

Key Features

🔍 Token Scanner

Automatic analysis of contract vulnerabilities and liquidity risks

⚡ Real-Time Alerts

Instant notifications for high-risk tokens

📊 Risk Scoring

0-100 risk assessment with detailed breakdown

🌐 DEX Integration

Works with Jupiter, Raydium, Orca, and more

Installation
Install Snuzi browser extension in seconds

Manual Installation

// 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!

Using the Extension
How to use Snuzi to protect yourself from rugpulls

Automatic Protection

// 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

Understanding Alerts

High Risk (80-100)

Likely rugpull or scam - avoid trading

Medium Risk (40-79)

Proceed with caution - review warnings

Low Risk (0-39)

Generally safe - normal trading precautions apply

API Integration
Integrate Snuzi's protection into your own applications

API Setup

// 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)

API Endpoints

POST /api/v1/scanScan a token for risks
GET /api/v1/token/token-addressGet token risk data
GET /api/v1/scamsList known scam tokens
POST /api/v1/reportReport suspicious token
Risk Scoring System
Understanding how Snuzi calculates risk scores

Risk Factors

Contract Analysis

  • • Mint authority status
  • • Freeze authority checks
  • • Update authority verification
  • • Metadata validation

Liquidity Analysis

  • • Pool lock status
  • • Liquidity depth
  • • LP token distribution
  • • Withdrawal patterns

Holder Distribution

  • • Top holder concentration
  • • Whale wallet analysis
  • • Distribution patterns
  • • Insider trading signals

Trading Patterns

  • • Volume anomalies
  • • Price manipulation
  • • Honeypot detection
  • • Pump and dump signals
Webhooks
Receive real-time notifications about token risks

Webhook Setup

// 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)

Event Types

rugpull-detectedHigh-confidence rugpull identified
high-risk-tokenToken with risk score > 80
honeypot-detectedHoneypot token identified
liquidity-drainedSignificant liquidity removal detected
Supported DEXs
Platforms where Snuzi provides automatic protection
J

Jupiter

DEX Aggregator

Active
R

Raydium

AMM & Liquidity

Active
O

Orca

User-friendly DEX

Active
S

Serum

Order Book DEX

Active
M

Meteora

Dynamic AMM

Beta
P

Pump.fun

Meme Token Platform

Active
Need Help?
Get support from our team or community