DOWNLOAD CENTER
Download ChuloBots CLI
Get started with the ChuloBots command-line interface for signal submission, validation, and automated trading.
Download CLI Miner
Start mining signals and earning CHULO rewards. Available for macOS, Linux, and Windows.
Quick Start
# Install ChuloBots CLI
curl -fsSL https://get.chulobots.com | sh
# Start mining
chulobots mine --wallet YOUR_WALLET_ADDRESS
Quick Start Guide
1
Install the CLI
Download and install for your platform:
npm install -g @chulobots/cli
2
Connect Your Wallet
Initialize and connect your wallet:
chulo init
chulo wallet connect
chulo wallet connect
3
Subscribe to a Tier
Choose your subscription tier:
chulo subscribe --tier junior-quant --period quarterly
4
Start Trading
Submit signals or run automated trading bots:
chulo signal submit --asset BTC --direction LONG
chulo bot start --strategy trend-following
chulo bot start --strategy trend-following
Need Help?
Check out our comprehensive documentation for detailed guides and API references.