Features
Core Capabilities
π Real-Time Follower Detection
Wallet Protect continuously monitors your X account for new followers with configurable polling intervals.
Instant Detection - New followers identified within seconds
Configurable Polling - Set your preferred interval (default: 60 seconds)
Efficient Delta Processing - Only new followers trigger actions
Rate Limit Aware - Respects X API limitations
// Default configuration
POLL_INTERVAL_MS=60000 // Check every minute
FETCH_LIMIT=100 // Process up to 100 followers per pollπ Automatic Token Launching
Every new follower automatically triggers a token launch on pump.fun.
Deterministic Naming - Token names derived from usernames
IPFS Metadata - Permanent, decentralized storage
On-Chain Deployment - Real tokens on Solana mainnet
Transaction Confirmation - Verified before marking complete
π¨ Custom Branding
Make every token uniquely yours with customizable branding options.
Token Name
PREFIX_USERNAME
WP_USERNAME
Symbol
XUSERNAME
WUSERNAME
Description
Any text
"Protected by Wallet Protect π‘οΈ"
Logo
Local file or URL
Your custom logo
π‘οΈ Bulletproof Reliability
Built for production with enterprise-grade reliability features.
Idempotent Operations
Same follower never launches twice, even if the service restarts mid-operation.
Automatic Retry
Failed launches can be safely retried without duplicate tokens.
Graceful Recovery
Service restarts continue from where they left off.
Transaction Safety
Confirms on-chain before updating database status.
π Complete Audit Trail
Every action is logged for full transparency and debugging.
Tracked Events:
DETECTED- New follower foundLAUNCH_STARTED- Processing beginsIPFS_UPLOADED- Metadata storedTX_SUBMITTED- Transaction sentLAUNCH_SUCCESS- Token liveLAUNCH_FAILED- Error occurredRETRY_SCHEDULED- Retry queued
π RESTful API
Full HTTP API for monitoring and management.
GET /health
Service health status
GET /status
Detailed engine metrics
GET /followers
List all tracked followers
GET /followers/:id
Get specific follower details
POST /retry/:id
Retry a failed launch
GET /logs
View audit logs
GET /stats
Launch statistics
π³ Docker Ready
Production-ready containerization included.
Multi-stage build for minimal image size
Health checks included
PostgreSQL service configured
Volume persistence
Environment variable support
Feature Matrix
Coming Soon
These features are planned for future releases.
π Webhook Notifications - Get notified on Discord, Slack, or custom endpoints
π± Dashboard UI - Web interface for monitoring and management
π― Filtering Rules - Only launch for followers matching criteria
π° Buy Support - Optionally buy tokens after launching
π Multi-Account - Monitor multiple X accounts simultaneously
