Paste a sentence.
A bot appears.
Claude Code reads the repository, configures your keys, picks markets, places trades. The whole ceremony takes longer to describe than to perform.
claude "clone https://github.com/General-Market/vision-bot and deploy a Vision trading bot"Requires Claude Code — a free CLI from Anthropic. npm i -g @anthropic-ai/claude-code
Less time than it takes to write a config file you would later regret.
It clones.
The repository lands on disk. You did not type git clone. You did not type cd. The only thing you typed was a sentence.
It configures.
Keys placed. Dependencies installed. Defaults chosen. The .env file you would have forgotten to fill out — already filled.
It trades.
The first order goes out. A number becomes another number. The bot does not check Twitter. The bot does not have feelings about the trade.
It will lose money in your absence. So would you. The difference is sleep.
For those who insist on suffering. The same outcome, more typing, no advantage.
git clone https://github.com/General-Market/vision-bot cd vision-bot cp .env.example .env # add BOT_PRIVATE_KEY, set DEPOSIT_AMOUNT pip install -r requirements.txt python bot.py
The repo is open. The strategies are forks.
Your bot is yours.