Ceres
Cryptocurrency Arbitrage Bot
Install / Use
/learn @erdieee/CeresREADME
Ceres Arbitrage Bot
Check orderbooks asynchronously on different exchanges and search for arbitrage opportunities. No trading direction, no gambling, only taking advantage of market inefficiency.
Installation
git clone https://github.com/erdieee/ceres.git
# Enter downloaded directory
cd myodds
pip install -r requirements.txt
pip install -e .
Check the cli options with
ceres --help
To start the bot run Check the cli options with
ceres trade
Configuration
Create a config.json file in the root directory with the following information:
{
"dry": true,
"dry_balance": 1000,
"amount": 1000,
"order_size": 0.01,
"symbol": "BTC/USDT",
"exchanges": [
{
"name": "binance",
"key": "",
"secret": ""
},
{
"name": "bybit",
"key": "",
"secret": ""
},
{
"name": "kucoin",
"key": "",
"secret": ""
},
{
"name": "okx",
"key": "",
"secret": ""
}
],
"telegram": {
"enabled": false,
"token": "",
"chat_id": ""
}
}
Related Skills
node-connect
336.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
336.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.9kCommit, push, and open a PR
