Advanced whale influence and market manipulation intelligence platform for Web3 traders
๐ Live Demo โข ๐ Documentation โข ๐ Smart Contract
- ๐ Whale Influence Scoring - Analyze token concentration and whale wallet distribution
- ๐ Manipulation Risk Assessment - AI-powered risk scoring for market manipulation detection
- โก Pump/Dump Forecasting - Short-term probability analysis based on whale activity
- ๐ Real-time Alerts - Whale movement notifications and accumulation signals
- ๐ Professional Dashboard - Trading-grade interface with advanced charts
- ๐ Blockchain Integration - Smart contracts deployed on Monad testnet
- ๐ $ORCA Token Utility - Premium features and governance (coming soon)
git clone https://github.com/yourusername/OrcaSignal.git
cd OrcaSignal
node setup.js
npm run dev- Frontend: http://localhost:5173
- Backend API: http://localhost:3001
- Smart Contract: 0xd29726CC70C53B0Af8c5B2E5A3CF11C2dFe0892B
OrcaSignal/
โโโ frontend/ # React + Vite + TailwindCSS
โโโ backend/ # Node.js + Express API
โโโ contracts/ # Solidity + Foundry
โโโ docs/ # Documentation
- Frontend: React, Vite, TailwindCSS, Recharts, Wagmi
- Backend: Node.js, Express, RESTful API
- Blockchain: Solidity, Foundry, OpenZeppelin
- Network: Monad Testnet (Chain ID: 41454)
- Paste any token address (e.g.,
0xA0b86a33E6441b8435b662303c0f479c7e1d5916) - Get instant analytics - Whale influence, manipulation risk, pump probability
- Connect MetaMask to Monad testnet
- Store results on-chain - Permanent blockchain record
- Explore leaderboards - Most manipulated vs safest tokens
- Monitor alerts - Real-time whale movement notifications
- Node.js 18+
- MetaMask wallet
- Foundry (optional, for contract development)
# Clone repository
git clone https://github.com/yourusername/OrcaSignal.git
cd OrcaSignal
# Quick setup
node setup.js
# Or manual setup
npm run install:all# Start all services
npm run dev
# Individual services
npm run dev:frontend # Frontend only
npm run dev:backend # Backend onlynpm run test # All tests
npm run test:backend # Backend tests
npm run test:contracts # Contract tests- Address:
0xd29726CC70C53B0Af8c5B2E5A3CF11C2dFe0892B - Network: Monad Testnet
- Explorer: View on Explorer
// Store whale analytics on-chain
function submitAnalytics(
address tokenAddress,
uint8 whaleInfluenceScore,
uint8 manipulationRiskScore,
uint8 pumpProbability
) external
// Retrieve stored analytics
function getAnalytics(address tokenAddress)
external view returns (TokenAnalytics memory)
// Get all tracked tokens
function getTrackedTokens()
external view returns (address[] memory)GET /api/scan?address=TOKEN_ADDRESS- Analyze tokenPOST /api/scan/batch- Batch analyze multiple tokensGET /api/analytics/history?address=TOKEN_ADDRESS- Historical data
GET /api/leaderboard?type=all&limit=10- Token rankingsGET /api/leaderboard/trending?limit=5- Trending tokensGET /api/leaderboard/stats- Platform statistics
GET /api/alerts?type=all&limit=20- Whale alertsPOST /api/alerts/subscribe- Subscribe to alerts
cd frontend
npm run build
# Deploy dist/ foldercd backend
npm startcd contracts
npm run deploy:monadSee DEPLOYMENT.md for detailed deployment instructions.
- Core analytics engine
- Professional UI/UX
- Smart contract deployment
- Monad integration
- Live blockchain data integration
- Advanced ML models
- Multi-chain support
- WebSocket real-time updates
- $ORCA token launch
- Premium features
- Governance system
- Revenue sharing
- Institutional API
- Advanced analytics
- Custom alerts
- White-label solutions
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Fork the repository
- Create feature branch:
git checkout -b feature/amazing-feature - Commit changes:
git commit -m 'Add amazing feature' - Push to branch:
git push origin feature/amazing-feature - Open Pull Request
This project is licensed under the MIT License - see LICENSE file for details.
- Monad - For the high-performance blockchain infrastructure
- OpenZeppelin - For secure smart contract libraries
- Recharts - For beautiful data visualization
- TailwindCSS - For the modern UI framework
- Website: https://orcasignal.com
- Twitter: @OrcaSignal
- Discord: Join Community
- Email: team@orcasignal.com
Built with โค๏ธ for the Web3 community
โญ Star this repo โข ๐ Report Bug โข ๐ก Request Feature