This project aims to prove the concept of a arbitrage watcher that migrate to webhook (eg. Discord).
- Docker
- build-essential
Users can configure the watcher through the environment file (.env).
(deprecated; Please useEXPECTED_PROFIT
is the expected profit threshold. Setting this value to 5.00, the watcher will trigger if the arbitrage profit goes up to 5%, 10%, 15%, and so on.expectedProfile
andexpectedProfileStep
in Swap class instead)WATCHING_INTERVAL
is the interval time (in minutes) that the watcher tries to query the price on-chain.DISCORD_WEBHOOK
can be obtained on Discord, by go to Text-Channels > Edit-Channel > Integrations > Webhooks.
make all
This is an example output on Discord.
- Increase pairs, this is the first version that supports only LUNA/bLUNA pair on TerraSwap. In the future, we need to support several DEXes and Token Pairs as much as possible.
- LUNA/bLUNA
- LUNA/UST
- Configuration using yaml file
Copyright © 2021 imalic3. This project is Unlicense licensed.