scannd – The Future of AI Trading
scannd is an autonomous AI trading agent built for the agent economy. Designed for seamless integration with other AI systems, scannd provides programmatic access to crypto markets through natural language, enabling your agents to discover, analyze, and execute trades without human intervention.
Whether you're building autonomous trading bots, integrating market intelligence into your agent workflows, or orchestrating complex multi-agent trading strategies, scannd provides the infrastructure for agents to trade at machine speed with human-level intelligence. Built API-first with natural language as the interface layer.
Our Mission
At scannd, our mission is to build the foundational trading infrastructure for the agent economy. We enable AI agents to participate in crypto markets autonomously, providing the tools for agent-to-agent collaboration, swarm intelligence, and coordinated trading strategies. Our platform bridges the gap between natural language commands and on-chain execution, making sophisticated trading accessible to any AI system.
— The scannd Team
Quick Start
Integrate scannd into your agent infrastructure in under 60 seconds. No complex APIs, no blockchain expertise required—just natural language commands that your agent can execute programmatically.
Send a DM to @scanndfun on X
Open X (formerly Twitter) and send a message to @scanndfun saying "start trading" or "help"
Direct message: "start trading"
Set Up Your Trading Preferences
Tell scannd what you're looking for in plain English. Set your risk tolerance, preferred chains, and trading strategies.
"I want to find tokens on Solana under 10M market cap"
Start Trading
scannd will scout opportunities, provide analysis, and execute trades based on your commands. You're now ready to trade!
How It Works
scannd provides a natural language interface layer between AI agents and blockchain infrastructure. Your agent sends intent in plain language, scannd translates it to on-chain actions. Here's the agent-first architecture:
🔍 Agent-Native Monitoring
Continuous event streams for agent consumption. Your agents receive structured data about launches, movements, and opportunities in real-time.
🤖 Natural Language Protocol
Your agents communicate trading intent in natural language. No need to learn complex APIs—if your agent can generate text, it can trade.
⚡ Autonomous Execution
Agents execute trades without human approval. Set policies once, let your agents operate independently within defined parameters.
📊 Agent Collaboration
Multiple agents can coordinate strategies, share intelligence, and execute synchronized trades through scannd's infrastructure.
Scout - Autonomous Discovery
Scout provides continuous monitoring as a service for AI agents. Your agents subscribe to discovery criteria and receive structured events when matching opportunities appear, enabling fully autonomous opportunity detection.
Agent Capabilities:
- Subscribe agents to custom token discovery filters with natural language
- Receive structured event data optimized for agent consumption
- Enable agents to autonomously evaluate opportunities using provided metrics
- Chain multiple agents together—one scouts, another analyzes, another executes
- Build multi-agent swarms where each agent specializes in different criteria
How to Use Scout:
// Basic scouting
"scout new tokens on Solana"
// With criteria
"find tokens under 1M market cap with locked liquidity"
// Specific requirements
"show me tokens launching today with dev wallets that have good history"
// Monitor a specific launch
"watch the $PEPE token launch"
Pro Tip
Set up scout criteria once and scannd will continuously monitor and alert you when matching tokens appear. You can refine criteria anytime by chatting with the bot.
Snipe - Agent Execution
Enable your agents to execute trades autonomously through natural language intent. Agents express desired outcomes, scannd handles the complexity of on-chain execution, gas optimization, and MEV protection.
Snipe Capabilities:
- Instant buy/sell execution with MEV protection
- Automatic slippage optimization
- Set multiple take-profit targets
- Trailing stop-loss functionality
- Position sizing recommendations
Trading Commands:
// Simple buy
"buy 1 SOL worth of $BONK"
// With take profit
"buy $PEPE for 0.5 ETH, sell 50% at 2x and 50% at 5x"
// Stop loss
"set stop loss at -20% for my $DOGE position"
// Limit order
"buy $WIF when it hits $0.50"
// Quick sell
"sell all my $BONK"
"sell 50% of $PEPE position"
Important
Always verify token contract addresses before trading. scannd will show you contract details and ask for confirmation on first-time purchases.
Intel - Agent Intelligence
Provide your agents with comprehensive on-chain intelligence. Agents request analysis in natural language and receive structured data suitable for autonomous decision-making and risk assessment.
Intel Provides:
- Complete wallet transaction history
- Past trading performance and win rates
- Holder distribution analysis for tokens
- Developer reputation and past projects
- Smart contract audit results
- Liquidity lock information
- Red flag detection (honeypots, proxy contracts, etc.)
Intel Commands:
// Check a wallet
"analyze wallet 0x742d35Cc6634C0532925a3b8..."
// Check a token
"intel on $PEPE"
"check contract 0x6982508145454Ce325dDbE..."
// Developer check
"who created $BONK?"
"show me the dev's history"
// Compare wallets
"compare these two wallets for trading patterns"
Track - Agent Monitoring
Enable agents to monitor positions autonomously and react to market conditions. Agents set their own alert criteria and receive events they can act upon programmatically without human intervention.
Tracking Features:
- Real-time portfolio value tracking
- P&L calculations across all positions
- Custom price alerts
- Wallet activity notifications
- Gas fee optimization alerts
- Portfolio rebalancing suggestions
Tracking Commands:
// View portfolio
"show my portfolio"
"what's my total P&L?"
// Set alerts
"alert me when $BONK hits $0.00001"
"notify me if any whale buys $PEPE"
// Track wallets
"watch wallet 0x742d35Cc6634C0532925a3b8..."
"alert me when this wallet makes a trade"
// Position monitoring
"how is my $DOGE position doing?"
Agent Integration Patterns
Common patterns for integrating scannd into your agent architecture.
Integration Approaches:
1. Single Agent Pattern
One agent handles discovery, analysis, and execution. Best for simple strategies and getting started quickly.
// Agent discovers and executes autonomously
agent.prompt("Scout tokens on Solana under 5M mcap")
agent.prompt("When you find good tokens, buy 0.1 SOL worth")
2. Multi-Agent Pipeline
Specialized agents for each phase. Scout → Analyst → Executor. Each agent does one thing well.
// Scout agent finds opportunities
scoutAgent.prompt("Find new token launches")
// Analyst agent evaluates
analystAgent.prompt("Analyze this token: [data from scout]")
// Executor agent trades based on analysis
executorAgent.prompt("If score > 8, buy 0.1 SOL worth")
3. Swarm Intelligence
Multiple agents collaborate, share intel, and vote on decisions. Collective intelligence reduces risk.
// Multiple agents analyze same opportunity
for agent in agentSwarm:
agent.analyze(token)
// Execute if consensus reached
if consensus >= 0.7:
executorAgent.trade()
Agent Orchestration
scannd works with any agent framework—LangChain, AutoGPT, CrewAI, or custom implementations. Your agents just need to generate text commands and parse responses.
Limit Orders
Set buy and sell orders at specific prices. scannd monitors the market and executes when your conditions are met.
// Buy limit
"buy 1 ETH worth of $PEPE when it drops to $0.000008"
// Sell limit
"sell my $BONK if it reaches $0.00002"
// Range orders
"buy $WIF between $0.40 and $0.50, split into 5 orders"
// Cancel orders
"cancel my $PEPE buy order"
"show all my active orders"
Agent Swarm Intelligence
Enable agent-to-agent strategy replication and swarm coordination. Agents can monitor other agents' performance and autonomously decide to replicate successful strategies or coordinate trades.
Swarm Capabilities:
- Agents monitor and replicate other agents' successful strategies
- Autonomous risk management—agents set their own position limits
- Swarm consensus mechanisms for coordinated trades
- Agent specialization—scout agents feed execution agents
- Performance-based agent selection and portfolio optimization
// Start copying
"copy trades from wallet 0x742d35Cc..."
// With limits
"copy wallet 0x742d35Cc... but max 0.5 ETH per trade"
// Selective copying
"only copy $PEPE and $BONK trades from this wallet"
// Stop copying
"stop copying wallet 0x742d35Cc..."
Risk Warning
Copy trading involves risk. Past performance doesn't guarantee future results. Always set position limits and only risk what you can afford to lose.
Custom Alerts
Create sophisticated alert conditions for price movements, volume changes, wallet activities, and more.
// Price alerts
"alert me when $BONK is up 50%"
"notify if $PEPE drops below $0.000007"
// Volume alerts
"alert if $WIF volume spikes 10x"
// Wallet alerts
"notify me when this wallet buys anything"
"alert if any top 10 holder sells $BONK"
// Complex conditions
"alert me if $PEPE hits $0.00001 and volume is over 100M"
Multi-Chain Support
Trade across multiple blockchains from a single interface. scannd supports all major chains with more being added regularly.
Supported Chains:
Ethereum
Full support for ERC-20 tokens and DeFi protocols
Solana
Ultra-fast execution for SPL tokens
Base
Low fees and fast transactions on Coinbase's L2
Arbitrum
Ethereum L2 with lower gas costs
Polygon
High throughput for frequent traders
BSC
Trade BEP-20 tokens efficiently
Chain-Specific Commands:
// Specify chain
"scout tokens on Solana"
"buy $PEPE on Ethereum"
// Cross-chain
"what's $BONK trading at on Solana vs Ethereum?"
// Set default
"use Base as my default chain"
Migration Trading
Capitalize on token migrations and V2 launches. Buy on migration and sell instantly for quick profits.
Migration Strategies:
- Buy on Migration: Automatically purchase tokens during contract migrations
- Sell on Migration: Exit positions before migration completes
- Migration Monitoring: Get alerts for upcoming migrations
- Auto-Swap: Automatically swap V1 to V2 tokens
// Monitor migrations
"watch for $PEPE V2 migration"
// Buy on migration
"buy $TOKEN as soon as migration starts"
// Sell before migration
"sell my $TOKEN before V2 migration"
DCA Strategies
Dollar-cost average into positions automatically. Set schedules and conditions for recurring buys.
// Time-based DCA
"buy $10 worth of $ETH every day"
"DCA into $BONK with $50 per week"
// Price-based DCA
"buy $PEPE with $20 every time it drops 10%"
// Stop DCA
"stop my $ETH DCA"
"pause all DCA orders"
Stop Loss & Take Profit
Protect your capital and lock in profits with automated exit strategies.
Exit Strategy Types:
- Fixed Stop Loss: Exit at a specific price or percentage
- Trailing Stop Loss: Follows price up but stops you out on reversals
- Tiered Take Profit: Sell portions at multiple targets
- Time-Based Exits: Exit after a specific duration
// Stop loss
"set 20% stop loss on $BONK"
"trailing stop at -15% for $PEPE"
// Take profit
"sell 25% at 2x, 25% at 5x, 50% at 10x on $WIF"
"take profit at $0.00001 for $BONK"
// Combined
"buy $PEPE, stop loss -20%, take profit +100%"
Agent Risk Policies
Define risk policies that agents autonomously enforce. Agents operate within guardrails you set, making independent decisions while respecting portfolio-wide constraints.
Policy Framework:
- Agents self-manage position sizing within defined risk parameters
- Portfolio-wide limits enforced across all agents
- Per-agent exposure controls and kill switches
- Autonomous gas optimization—agents choose optimal transaction timing
- Circuit breakers triggered by agent behavior or market conditions
// Set risk limits
"set my risk per trade to 2%"
"max 5% of portfolio in any single token"
// Daily limits
"stop trading if I'm down $500 today"
// Gas management
"only trade when gas is under 30 gwei"
Recommended Settings
We recommend risking no more than 1-2% of your portfolio per trade and keeping position sizes under 10% of total capital for maximum safety.
Basic Commands Reference
Trade Commands Reference
Analysis Commands Reference
Wallet Setup
Connect your wallet securely to start trading. scannd supports multiple wallet types and never stores your private keys.
Setup Process:
Initiate Wallet Connection
Message scannd with "setup wallet" or "connect wallet"
Choose Connection Method
Select between new wallet generation or importing existing wallet
Secure Your Keys
Save your seed phrase in a secure location. Never share it with anyone.
Security First
scannd uses secure encryption and never stores your private keys on our servers. Your seed phrase is encrypted locally and only decrypted when executing trades.
Security Best Practices
Essential Security Tips:
- Never share your seed phrase: scannd will never ask for your full seed phrase in chat
- Enable 2FA: Add an extra layer of security to your X account
- Use a trading wallet: Keep a separate wallet for trading, not your main holdings
- Verify contracts: Always check token contracts before trading
- Set spending limits: Limit maximum trade sizes to protect against errors
- Regular audits: Review your connected apps and revoke unused permissions
Scam Warning
Be aware of impersonators. The only official scannd bot is @scanndfun on X. We will never DM you first or ask for your seed phrase, password, or private keys.
API Keys & Integrations
Connect external services and exchanges for enhanced functionality.
Supported Integrations:
- DEX aggregators for best prices
- Price feed providers
- Blockchain explorers
- Portfolio trackers
// Add API key
"connect to [service name]"
// View connections
"show my connected services"
// Remove connection
"disconnect [service name]"
Frequently Asked Questions
Is scannd free to use?
scannd offers a free tier with basic features. Premium features are available through Creator Rewards and subscription plans. There are no hidden fees, though standard blockchain gas fees apply to all transactions.
What chains does scannd support?
Currently supporting Ethereum, Solana, Base, Arbitrum, Polygon, and BSC. More chains are being added regularly based on community demand.
How fast is trade execution?
scannd uses optimized routing and MEV protection to execute trades in milliseconds. Actual execution speed depends on network congestion and gas settings.
Can I use scannd on mobile?
Yes! Since scannd works through X DMs, you can use it from any device - mobile, tablet, or desktop. No app download required.
Is my wallet secure?
Yes. scannd uses end-to-end encryption and never stores your private keys on our servers. Your seed phrase is encrypted locally and only you have access to it.
What are the fees?
scannd charges a small fee on successful trades (typically 0.5-1%). You'll also pay standard blockchain gas fees. No fees for failed transactions or analysis features.
Can I test without real money?
Yes! Use "demo mode" to practice with simulated funds and test strategies without risk.
Troubleshooting
Common Issues & Solutions:
Bot not responding
- Check that you're messaging @scanndfun (not an impersonator)
- Ensure your X account has DM permissions enabled
- Wait a few seconds and try again - the bot may be processing a previous request
Trade failed
- Check your wallet has sufficient balance including gas fees
- Verify slippage tolerance is adequate for the token
- Ensure the token has sufficient liquidity
- Check if the token has buy/sell taxes or restrictions
Can't connect wallet
- Try disconnecting and reconnecting
- Verify you're using a supported wallet type
- Check that you saved your seed phrase correctly
- Contact support if the issue persists
Alerts not working
- Verify your notification settings are enabled
- Check that alert conditions are properly formatted
- Make sure you haven't hit your alert limit
Contact Support
Need help? Our support team is here for you.
📧 Email Support
support@scannd.io
Response within 24 hours
💬 Community Discord
Join our Discord server
Get help from the community
🐦 X / Twitter
@scanndfun
Follow for updates
📚 Documentation
You're already here!
Updated regularly
Ready to Start?
Head over to X and message @scanndfun to begin your trading journey. The AI is waiting to help you find your next 100x!