Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Info on how to run the bots
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 17, 2018
1 parent 7c9e272 commit 6156d6b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion source/run-your-own-bots.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# Run your own bots for DutchX
TODO
The bots a series of small applications that run in the background and have a
scoped task to fulfill.

They interact with the DutchX performing someo perations.

For example the liquidity bots watch some markets and provide liquidity ensuring
the auctions run continuosly and the prices don't drop below market price.

Running the bots is important for markets were there's insufficient volume or a
market maker in place.

The bots are implemented in
[DutchX Services](https://github.com/gnosis/dx-services) project and are Open
Source for anyone to use, modify or improve.

For more information, and details on a easy way on how to run them visit:
* [https://github.com/gnosis/dx-examples-liquidity-bots](https://github.com/gnosis/dx-examples-liquidity-bots)

You may be also interested in:
* [DutchX as an open platform](./dutchx-as-an-open-platform.html)
* [Add a trading token pair to DutchX](./add-token-pair.html)

0 comments on commit 6156d6b

Please sign in to comment.