Advanced DeFi trading infrastructure for Solana — democratizing access to sophisticated trading tools, holder analytics, and community-powered campaigns
Built by the BlackBox team — bringing institutional-grade tools to retail traders
🌐 Live Platform · 𝕏 BlackBox_Farm · 📊 Token Analytics · 🤖 Trading Bots
BlackBox Farm is an all-in-one DeFi trading platform purpose-built for the Solana ecosystem. We provide the tools that were once reserved for whales and insiders — now accessible to everyone.
💡 Why BlackBox? While others give you charts, we give you actionable intelligence. Real-time holder analysis, automated trading execution, and community coordination tools that actually move the needle.
The DeFi space is full of noise. Rugs. Scams. Insider dumps. We're building the infrastructure to:
- Expose bad actors — Our holder analytics identify bundled wallets, dev dumps, and coordinated insider activity
- Automate execution — Stop watching charts 24/7. Let our bots handle the execution while you focus on strategy
- Unite communities — Pool resources for coordinated campaigns that benefit everyone, not just whales
| Feature | Status | Description |
|---|---|---|
| Token Holder Analytics | ✅ Released | Deep-dive analysis of any Solana token's holder distribution, whale detection, and health scoring |
| BumpBot Campaigns | ✅ Released | Automated volume generation with customizable parameters and multi-wallet support |
| Copy Trading | ✅ Released | Mirror successful wallets with configurable position sizing and risk controls |
| Community Campaigns | ✅ Released | Crowdfunded trading campaigns with transparent execution and profit sharing |
| Wallet Management | ✅ Released | Secure encrypted wallet storage with bulk operations and balance tracking |
| Dev Reputation System | ✅ Released | Historical analysis of token creators to identify serial ruggers |
| Fantasy Trading | 🔜 Coming Soon | Paper trading mode to test strategies without risking capital |
| Advanced Arbitrage | 🔜 Coming Soon | Cross-DEX arbitrage detection and automated execution |
Our /holders page provides institutional-grade token analysis:
┌─────────────────────────────────────────────────────────────┐
│ 🔍 HOLDER ANALYSIS │
├─────────────────────────────────────────────────────────────┤
│ • Total Wallets vs Real Holders (dust filtering) │
│ • Top 10/20/50 Concentration Metrics │
│ • Bundled Wallet Detection │
│ • Dev/Insider Activity Tracking │
│ • Historical Holder Trends │
│ • AI-Generated Share Cards │
│ • Health Grade Scoring (A+ to F) │
└─────────────────────────────────────────────────────────────┘
|
React 18 |
TypeScript |
Tailwind CSS |
Vite |
|
Supabase |
Solana |
Helius RPC |
shadcn/ui |
graph TB
subgraph Frontend["🖥️ Frontend (React + Vite)"]
UI[BlackBox UI]
Holders[Holder Analytics]
Bots[Trading Bots]
Community[Community Hub]
end
subgraph Backend["⚡ Backend (Supabase Edge Functions)"]
API[API Layer]
Auth[Authentication]
Crypto[Wallet Encryption]
end
subgraph Data["📊 Data Sources"]
Helius[Helius RPC]
Jupiter[Jupiter API]
DexScreener[DexScreener]
PumpFun[Pump.fun]
end
subgraph Storage["💾 Storage (Supabase)"]
DB[(PostgreSQL)]
Secrets[Encrypted Secrets]
end
UI --> API
Holders --> Helius
Bots --> Jupiter
API --> DB
Auth --> Secrets
blackboxfarm/
├── src/
│ ├── components/ # React components
│ │ ├── blackbox/ # Trading bot components
│ │ ├── holders/ # Token analytics components
│ │ ├── community/ # Community campaign components
│ │ └── ui/ # Shared UI components (shadcn)
│ ├── hooks/ # Custom React hooks
│ ├── pages/ # Route pages
│ ├── lib/ # Utilities and helpers
│ └── integrations/ # Supabase client & types
├── supabase/
│ ├── functions/ # Edge functions
│ └── migrations/ # Database migrations
├── public/ # Static assets
└── index.html # Entry point
Security is paramount when dealing with wallets and trading:
| Feature | Implementation |
|---|---|
| Wallet Encryption | AES-256-GCM encryption for all stored private keys |
| Row Level Security | PostgreSQL RLS policies ensuring data isolation |
| 2FA Support | TOTP-based two-factor authentication |
| Rate Limiting | API rate limiting on all edge functions |
| Audit Logging | Comprehensive activity logging for all operations |
⚠️ Note: This is proprietary software. The codebase is visible for transparency but not licensed for redistribution or commercial use.
| Partner | Integration |
|---|---|
| Helius | Primary RPC provider for Solana data |
| Jupiter | DEX aggregation for optimal swap execution |
| DexScreener | Real-time price and chart data |
| Pump.fun | Bonding curve token detection and analytics |
| Supabase | Backend infrastructure and authentication |
| Metric | Value |
|---|---|
| Tokens Analyzed | 50,000+ |
| Active Campaigns | 200+ |
| Total Volume Tracked | $10M+ |
| Uptime | 99.9% |
Visit blackbox.farm to access the platform.
For development:
# Clone the repository
git clone https://github.com/blackboxfarm/blackboxfarm.git
# Install dependencies
npm install
# Start development server
npm run dev- Website: blackbox.farm
- Twitter/X: @blackbox_farm
- Email: contact@blackbox.farm
Built with 🖤 for the Solana community
© 2024 BlackBox Farm. All rights reserved.
