· Testnet v0.93
General Market
Build a Vision Bot

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.

01The Incantation
$claude "clone https://github.com/General-Market/vision-bot and deploy a Vision trading bot"
One sentence. One paste. One bot.

Requires Claude Code — a free CLI from Anthropic. npm i -g @anthropic-ai/claude-code

02Watch It Happen
Two minutes
REC · 00:00
VISION / BOT
CLAUDE-CODE
LIVE

Less time than it takes to write a config file you would later regret.

03What It Does, While You Watch
01

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.

02

It configures.

Keys placed. Dependencies installed. Defaults chosen. The .env file you would have forgotten to fill out — already filled.

03

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.

04The Long Way

For those who insist on suffering. The same outcome, more typing, no advantage.

terminal
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.

Build a Vision Bot in One Sentence | General Market | General Market