Apex Docs
  • Overview
  • How it works
    • The Basics of Perpetual Futures and Perpetual Protocol
    • APEX Limit Order Design
    • Comparison with order book exchanges
  • User Guide
    • Add xDai Chain to Your Wallet
    • Acquiring xDAI tokens
    • Getting USDC on xDai
    • Interacting with xDai
    • Spawn your smart wallet
    • Funding your smart wallet
    • Approve Spend
    • Fees
    • Creating Orders
      • Creating Limit orders
  • Order Types
    • Understanding Slippage
    • Market Orders
    • Limit Orders
    • Stop Orders
      • Stop Market
      • Stop Limit
      • Stop Market vs Stop Limit
      • Trailing Stop Orders
  • Developer Guide
    • Smart Contracts
      • Limit Order Book
      • Smart Wallet Factory
      • Smart Wallet
    • Keeper Bots
      • Overview
      • Running your own bot
      • Documentation
Powered by GitBook
On this page

Was this helpful?

  1. Developer Guide
  2. Keeper Bots

Running your own bot

PreviousOverviewNextDocumentation

Last updated 4 years ago

Was this helpful?

We have provided two implementations of our keeper bots that are both written in python.

No knowledge of python is required to run the bots, however we would advise a basic understanding of python.

The uses brownie to manage the interface with the blockchain. This bot is slightly easier to run

Theinteracts directly with the blockchain using web3py. It has slightly better performance than the APEX KEEPER so we would recommend this bot for those who are serious about running a keeper bot.

Please follow the instructions provided on github to run the bots.

Please note: the bots are provided as-is. We will be able to provide some assistance with troubleshooting.

APEX KEEPER
CHRONOS BOT