Pairing CryptonoutController (EVM/SKALE) with Solana Token Program for unified bot army operations.
┌─────────────────────────────────────────────────────────┐
│ Bot Army Controller │
├─────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────────┐ ┌──────────────────┐ │
│ │ Solana Side │ │ EVM Side │ │
│ │ │ │ │ │
│ │ Gene Mint │◄───────►│ DMT Token │ │
│ │ DAO Controller │ │ IEM Matrix │ │
│ │ 8 Bot Wallets │ │ 3 TraderGenes │ │
│ │ Relayer (Helius)│ │ Relayer (SKALE) │ │
│ └──────────────────┘ └──────────────────┘ │
│ │ │ │
│ └────────────┬───────────────┘ │
│ │ │
│ ┌─────▼─────┐ │
│ │ Treasury │ │
│ │ Unified │ │
│ └────────────┘ │
└─────────────────────────────────────────────────────────┘
| Solana | EVM (SKALE) | Purpose |
|---|---|---|
| Gene Mint | DMT Token | Token minting & distribution |
| DAO Controller | IEM Matrix | Earnings distribution |
| 8 Bot Wallets | 3 TraderGenes | Automated trading |
| Helius Relayer | SKALE Relayer | Zero-cost transactions |
| Treasury | Vault | Unified earnings pool |
- Address:
4eJZVbbsiLAG6EkWvgEYEWKEpdhJPFBYMeJ6DBX98w6a - Operational:
EdFC98d1BBhJkeh7KDq26TwEGLeznhoyYsY6Y8LFY4y6
- Deployer:
0xE38FB59ba3AEAbE2AD0f6FB7Fb84453F6d145D23 - Vault: Controlled by AI Orchestrator
- 60% → Reinvest Pool
- 30% → Upgrade Fund
- 10% → BountyNova Redistribution
- Stake Master - 1,000 tokens
- Mint Operator - 1,500 tokens
- Contract Deployer - 2,000 tokens
- MEV Hunter - 2,500 tokens
- Loot Extractor - 3,000 tokens
- Advanced - 3,500 tokens
- Elite - 4,000 tokens
- Master - 5,000 tokens
- Trader 0: Looter
- Trader 1: MEV Master
- Trader 2: Arbitrader
Total: 11 automated agents across 2 chains
# Deploy via GitHub Actions
gh workflow run bot-funding-deployment.yml \
-f bot_number=all \
-f dry_run=false# Deploy DMT Token + IEM Matrix
cd CryptonoutController
npx hardhat run scripts/deploy.js --network skale# Initialize bridge connection
node scripts/bridge-init.js{
"url": "https://api.helius.xyz/v0/transactions/submit",
"network": "mainnet-beta",
"cost": "$0.00"
}{
"network": "honorable-steel-rasalhague",
"rpc": "https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague",
"cost": "$0.00"
}scripts/cross-chain-bridge.js- Bridge logicscripts/unified-treasury.js- Treasury management.github/workflows/cross-chain-deploy.yml- Unified deployment
VERCEL_DEPLOYMENT_ALLOWLIST.json- Added EVM addressesBOT_DEPLOYMENT_GUIDE.md- Cross-chain instructions
- Dual-Chain Operations: Maximize opportunities across Solana & EVM
- Zero-Cost Deployment: Both chains use relayers
- Unified Treasury: Single earnings pool
- 11 Automated Agents: 8 Solana + 3 EVM
- Redundancy: If one chain fails, other continues
- Scalability: Easy to add more chains
- Deploy Solana bots (GitHub Actions)
- Deploy EVM contracts (Hardhat)
- Initialize cross-chain bridge
- Activate unified treasury
- Monitor earnings across both chains
Status: ✅ INTEGRATION READY
Chains: Solana + SKALE
Total Bots: 11
Cost: $0.00 (Both chains)