Ceres
Cryptocurrency Arbitrage Bot
Install / Use
npx skills add erdieee/ceresInstalls into whichever agent you are using.
README
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
385.6kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
