Date: 2025-10-13
Method: GitHub Actions + Relayer
Network: Solana Mainnet-Beta
Cost: $0.00 (Zero-cost relayer deployment)
- File:
.github/workflows/bot-funding-deployment.yml - Trigger: Manual (workflow_dispatch)
- Mode: Sequential one-by-one
- Options: Individual bot or all bots
- File:
Deployer-Gene/scripts/mint-bot.js - Logic: Relayer-based submission
- Verification: On-chain confirmation
- Dry Run: Supported
| # | Role | Address | Amount | Status |
|---|---|---|---|---|
| 1 | Stake Master | HKBJoeUWH6pUQuLd9CZWrJBzGSE9roEW4bshnxd9AHsR |
1,000 | ⏳ Pending |
| 2 | Mint Operator | NqGHDaaLWmND7uShuaZkVbGNQFy6pS96qHyfR3pGR2d |
1,500 | ⏳ Pending |
| 3 | Contract Deployer | DbhKvqweZECTyYQ7PRJoHmKt8f262fsBCGHxSaD5BPqA |
2,000 | ⏳ Pending |
| 4 | MEV Hunter | 7uSCVM1MJPKctrSRzuFN7qfVoJX78q6V5q5JuzRPaK41 |
2,500 | ⏳ Pending |
| 5 | Loot Extractor | 3oFCkoneQShDsJMZYscXew4jGwgLjpxfykHuGo85QyLw |
3,000 | ⏳ Pending |
| 6 | Advanced | 8duk9DzqBVXmqiyci9PpBsKuRCwg6ytzWywjQztM6VzS |
3,500 | ⏳ Pending |
| 7 | Elite | 96891wG6iLVEDibwjYv8xWFGFiEezFQkvdyTrM69ou24 |
4,000 | ⏳ Pending |
| 8 | Master | 2A8qGB3iZ21NxGjX4EjjWJKc9PFG1r7F4jkcR66dc4mb |
5,000 | ⏳ Pending |
Total Investment: 22,500 tokens
graph LR
A[Trigger Workflow] --> B[Bot 1]
B --> C[Bot 2]
C --> D[Bot 3]
D --> E[Bot 4]
E --> F[Bot 5]
F --> G[Bot 6]
G --> H[Bot 7]
H --> I[Bot 8]
I --> J[Summary Report]
- Navigate to Actions tab
- Select Bot Army Funding Deployment
- Click Run workflow
- Choose:
bot_number: "all" or 1-8dry_run: false
- Click Run workflow
# Deploy all bots
gh workflow run bot-funding-deployment.yml \
-f bot_number=all \
-f dry_run=false
# Deploy single bot
gh workflow run bot-funding-deployment.yml \
-f bot_number=1 \
-f dry_run=false
# Dry run test
gh workflow run bot-funding-deployment.yml \
-f bot_number=all \
-f dry_run=trueRelayer URL: https://api.helius.xyz/v0/transactions/submit
Network: mainnet-beta
Primary Mint: 3i62KXuWERyTZJ5HbE7HNbhvBAhEdMjMjLQk3m39PpN4
Treasury: 4eJZVbbsiLAG6EkWvgEYEWKEpdhJPFBYMeJ6DBX98w6a
Cost: $0.00 (Relayer pays all fees)Total Allowlisted: 43 addresses
- Bot 6:
8duk9DzqBVXmqiyci9PpBsKuRCwg6ytzWywjQztM6VzS - Bot 7:
96891wG6iLVEDibwjYv8xWFGFiEezFQkvdyTrM69ou24 - Bot 8:
2A8qGB3iZ21NxGjX4EjjWJKc9PFG1r7F4jkcR66dc4mb
All bot addresses added to:
VERCEL_DEPLOYMENT_ALLOWLIST.jsonCOMPREHENSIVE_ALLOWLIST_UPDATE.json
- GitHub Actions workflow created
- Minting script implemented
- Relayer configuration set
- Bot addresses allowlisted
- Deployment guide written
- Dry run mode available
- Sequential deployment logic
- Zero-cost verification
BOT_DEPLOYMENT_GUIDE.md- Complete deployment guideBOT-FUNDING-COMPLETE.md- Original funding planDEPLOYMENT_STATUS.md- This file.github/workflows/bot-funding-deployment.yml- Workflow definition
- Test: Run dry-run deployment
- Deploy: Execute full deployment
- Verify: Check on-chain balances
- Activate: Enable bot trading operations
- Monitor: Track treasury accumulation
Status: ✅ READY TO DEPLOY
Deployment Method: GitHub Actions + Relayer
Estimated Time: ~5 minutes (sequential)
Cost: $0.00