File size: 10,165 Bytes
846b6be | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 | # Rug Munch Intelligence β User Guide
> **From zero to crypto intelligence in 5 minutes.** This guide walks you through connecting your wallet, running your first scan, and mastering all 210 tools.
---
## Table of Contents
1. [Getting Started](#1-getting-started)
2. [Connecting Your Wallet](#2-connecting-your-wallet)
3. [Running Your First Scan](#3-running-your-first-scan)
4. [Understanding Results](#4-understanding-results)
5. [Tool Categories](#5-tool-categories)
6. [Payment Options](#6-payment-options)
7. [Choosing a Facilitator](#7-choosing-a-facilitator)
8. [Managing Trials & Credits](#8-managing-trials--credits)
9. [Advanced Usage](#9-advanced-usage)
10. [Refunds & Support](#10-refunds--support)
---
## 1. Getting Started
### For AI Agent Users (Claude, Cursor, Windsurf)
1. Open your MCP configuration file
2. Add the RMI server connection
3. Restart your AI assistant
4. Start asking crypto security questions
```json
{
"mcpServers": {
"rug-munch-intelligence": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://rugmunch.io/mcp"]
}
}
}
```
β
**That's it!** Your AI now has 210 crypto intelligence tools.
### For Human Users (Web Platform)
1. Visit [rugmunch.io](https://rugmunch.io)
2. Click **Sign In** or connect your wallet
3. Navigate to any tool page (Scanner, Intelligence, Markets)
4. Enter a token address or wallet and hit Scan
### For Developers (API)
```bash
# Discover all tools
curl https://rugmunch.io/api/v1/x402-tools/discovery
# Call a free-trial tool
curl -X POST https://rugmunch.io/api/v1/x402-tools/rugshield \
-H "Content-Type: application/json" \
-H "X-Client-ID: my-app-v1" \
-d '{"address": "So11111111111111111111111111111111111111112", "chain": "solana"}'
```
---
## 2. Connecting Your Wallet
Connecting a wallet gives you **extended free trials** and enables **x402 micropayments** for paid calls.
### Supported Wallets
| Wallet | Chains | How to Connect |
|--------|--------|---------------|
| **MetaMask** | All EVM chains | Click "Connect Wallet" β Select MetaMask β Approve |
| **Phantom** | Solana + EVM | Click "Connect Wallet" β Select Phantom β Approve |
| **Solflare** | Solana | Click "Connect Wallet" β Select Solflare β Approve |
| **Backpack** | Solana | Click "Connect Wallet" β Select Backpack β Approve |
| **Coinbase Wallet** | Base, Ethereum | Click "Connect Wallet" β Select Coinbase β Approve |
| **Rainbow** | All EVM | Click "Connect Wallet" β Select Rainbow β Approve |
| **TronLink** | TRON | Click "Connect Wallet" β Select TronLink β Approve |
| **WalletConnect** | Any | Click "Connect Wallet" β Scan QR code |
### What happens when I connect?
1. Your wallet address is stored (we never request private keys)
2. You receive **3 free calls per standard tool**, **1 per premium tool**
3. For paid calls, you'll sign an EIP-3009 or EIP-712 authorization (no gas fees!)
4. Payment is settled on-chain by our facilitators
β οΈ **We never have access to your funds.** x402 authorizations are specific to the exact amount for each call.
---
## 3. Running Your First Scan
### Quick Security Check
The fastest way to assess a token is `rugshield`:
```
POST /api/v1/x402-tools/rugshield
{
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1o",
"chain": "solana"
}
```
**Response includes:**
- Overall safety score (0β100)
- Category breakdown (liquidity, ownership, holders, contract)
- Red flags detected
- Risk level: Low / Medium / High / Critical
### Deep Contract Audit
For detailed vulnerability analysis:
```
POST /api/v1/x402-tools/audit
{
"address": "0x...",
"chain": "ethereum"
}
```
**Returns:** Slither analysis, proxy detection, ownership structure, reentrancy risks, access control assessment.
### Whale Tracking
See what smart money is doing:
```
POST /api/v1/x402-tools/whale_scan
{
"chain": "ethereum",
"min_value": 100000
}
```
---
## 4. Understanding Results
### Security Scores
| Score | Risk Level | Action |
|-------|-----------|--------|
| 80β100 | β
Low | Safe to interact with caution |
| 60β79 | β οΈ Medium | Research further before investing |
| 40β59 | π΄ High | Significant risk β proceed with extreme caution |
| 0β39 | π Critical | Likely scam β do not interact |
### Risk Categories
- **Liquidity Risk**: Is liquidity locked? Can it be removed?
- **Ownership Risk**: Is ownership renounced? Can contract be upgraded?
- **Holder Risk**: Is supply concentrated in few wallets?
- **Contract Risk**: Are there hidden mint functions? Transfer restrictions?
- **Social Risk**: Are social signals aligned with on-chain data?
---
## 5. Tool Categories
| Category | Tools | Best For |
|----------|-------|----------|
| π Security | 38 (29 + 9 SENTINEL) | Pre-investment safety checks, deep token scanning |
| π§ Intelligence | 27 | Smart money, whale, insider tracking |
| π Market | 15 | Price, trends, arbitrage, yields, options |
| π¬ Analysis | 14 | Wallet forensics, portfolio, correlation, drawdown |
| π¬ Social | 11 | Sentiment, Twitter, Discord, Telegram, Reddit |
| π Launch | 7 | New token discovery, presale, IDO tracking |
| π Premium | 7 | Institutional-grade forensics, OSINT |
| π DeFi | 4 | Yield scanning, aggregator, impermanent loss |
| πΌ NFT | 2 | Wash trading detection, floor analytics |
Browse all 210 tools at [rugmunch.io/tools](https://rugmunch.io/tools)
---
## 6. Payment Options
### Free Trials (No Wallet Needed)
Every tool offers 1β5 free calls. No sign-up required. Trials reset per device fingerprint.
### x402 Micropayments (Per Call)
| Tier | Cost | Access |
|------|------|--------|
| Free Trial | $0 | 1β5 calls/tool, fingerprint-gated |
| Wallet Connected | $0 | 3 calls/tool (standard), 1/premium |
| Pay Per Call | $0.01β$0.40 | Unlimited, x402 micropayment |
### Accepted Currencies
- **USDC**: Base, Solana, Ethereum, BSC, Arbitrum, Optimism, Polygon, Avalanche, Fantom, Gnosis
- **USDT/USDD**: TRON
- **BTC**: Bitcoin (1-confirmation)
- **EUR**: SEPA transfer via AsterPay
---
## 7. Choosing a Facilitator
| Facilitator | Chains | Asset | Fee | Best For |
|------------|--------|-------|-----|----------|
| Coinbase CDP | Base, Solana | USDC | Free | Everyday use, lowest cost |
| PayAI | Base, Solana | USDC | Variable | Deferred settlement |
| EIP-7702 | All EVM | USDC | Low | Any EVM chain |
| TRON Self-Verify | TRON | USDT/USDC/USDD | Free | TRON users |
| Bitcoin Self-Verify | Bitcoin | BTC | Free | BTC holders |
| AsterPay | SEPA | EUR | Variable | European users |
| x402-rs | Multi-chain | USDC | Low | Self-hosted |
**Recommendation**: Use **Coinbase CDP** for Base/Solana USDC (fee-free). For TRON, use TRON Self-Verify. For BTC, use Bitcoin Self-Verify. For European bank transfers, use AsterPay.
---
## 8. Managing Trials & Credits
### Check Your Trial Balance
```bash
# Via fingerprint
curl https://rugmunch.io/api/v1/x402-tools/trials?fingerprint=<your-id>
# Via wallet address
curl https://rugmunch.io/api/v1/x402-tools/trials?wallet=<your-address>
```
### Understanding Trial Refresh
- **Device fingerprint** trials: 1β5 per tool, refresh monthly
- **Wallet-connected** trials: 3 per standard, 1 per premium, refresh monthly
- **Paid calls**: No limit while funds are available
---
## 9. Advanced Usage
### Bundle Calls
Combine multiple tools for comprehensive analysis:
```
POST /api/v1/x402-tools/unified_scan
{
"address": "0x...",
"chain": "ethereum",
"checks": ["rugshield", "honeypot_check", "audit", "whale_scan"]
}
```
### Custom Watchlists
Use `risk_monitor` to set alerts for specific wallets or tokens:
```
POST /api/v1/x402-tools/risk_monitor
{
"address": "0x...",
"chain": "ethereum",
"alerts": ["liquidity_change", "ownership_change", "whale_movement"]
}
```
### MCP Client Configuration
For production agents, set environment variables:
```json
{
"mcpServers": {
"rug-munch-intelligence": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://rugmunch.io/mcp"],
"env": {
"X402_WALLET": "0x...",
"X402_FACILITATOR": "coinbase_cdp"
}
}
}
}
```
---
## 10. Refunds & Support
### Refund Policy
- **Full refund** if a tool returns no data
- Request within **48 hours** of the call
- Post to `/api/v1/x402/refund` with your transaction hash
- Refunds are processed on-chain within 24 hours
### Getting Help
- **Documentation**: https://rugmunch.io/docs/mcp
- **FAQ**: https://rugmunch.io/docs/mcp#faq
- **Email**: mcp@rugmunch.io
- **GitHub**: https://github.com/Rug-Munch-Media-LLC/rug-munch-intelligence-mcp
---
## Quick Reference Card
```
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β RMI Quick Reference β
βββββββββββββββββββββββββββββββββββββββββββββββββββ€
β MCP Endpoint: https://rugmunch.io/mcp β
β Discovery: https://rugmunch.io/.well-known β
β API Base: https://rugmunch.io/api/v1 β
β Docs: https://rugmunch.io/docs/mcp β
βββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Free Trials: 1-5/tool (no wallet) β
β Paid Calls: $0.01-$0.40 via x402 β
β Chains: 13 (incl. BTC, TRON, SEPA) β
β Tools: 210 across 13 categories β
βββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Refund: Full refund if no data, 48h window β
β Support: mcp@rugmunch.io β
βββββββββββββββββββββββββββββββββββββββββββββββββββ
```
*Β© 2024β2026 Rug Munch Media LLC. All rights reserved.*
|