๐ Trading bot with support for multiple evm compatible blockchains
Last updated Jun 17, 2026
16
Stars
2
Forks
6
Issues
0
Stars/day
Attention Score
6
Language breakdown
No language data available.
โธ Files
click to expand
README
deadshot
| | | || | _ | | /|/|/\// | ' \ / \| | | (| | / (| | (| \ \ | | | () | |_ \,|\|\,|\,|/| ||\/ \__| ( ฯ_<)๏ธปโปโณโโโไธ - - - - - - - - - - - - ๐ฅ</code></pre> A terminal based trading bot.debAbout
deadshot is a terminal based trading bot that allows you to trade tokens on any dex that implements the uniswap v2 interface. You can either swap tokens to the current market price or set limit orders based on price or % targets. All trades will be made on chain.Implemented networks
- Polygon
- Binance Smart Chain
- Fantom
- Cronos
Limitations
There are some nodes preconfigured for each network but I strongly advice to setup your own node.
- Only one buy target is supported
- The bot relies on a good connection with unlimited requests to a blockchain node. There might be bugs and weird behavior if these conditions are not met.
Install
The newest release can always be found [here][release].[release]: https://github.com/jon4hz/deadshot/releases
Linux
aur
<pre><code class="lang-">$ yay -S deadshot-bin</code></pre>apt
Linux distributions like debian or ubuntu can use apt to install the binary <pre><code class="lang-bash">echo 'deb [trusted=yes] https://apt.fury.io/jon4hz/ /' | sudo tee /etc/apt/sources.list.d/jon4hz.list sudo apt update sudo apt install deadshot</code></pre>yum
<pre><code class="lang-bash">echo '[jon4hz] name=jon4hz baseurl=https://yum.fury.io/jon4hz/ enabled=1 gpgcheck=0' | sudo tee /etc/yum.repos.d/jon4hz.repo sudo yum install deadshot</code></pre>deb, rpm and apk packages
Download the
,.rpmor.apkpackage../deadshotdeb <pre><code class="lang-"># dpkg -i <release_name>.deb</code></pre>
rpm <pre><code class="lang-"># rpm -i <release_name>.rpm</code></pre>
apk <pre><code class="lang-"># apk add --allow-untrusted <release_name>.apk</code></pre>
manually
The bot can be started with
- Download the archive and unzip it
- Open a terminal in the folder with right click -> "Open Terminal"
./deadshotMacOS
manually
The bot can be started with
- Download the archive and unzip it
- Open a terminal in the folder with right click -> "Open Terminal"
.\deadshot.exe` starts the bot.Windows
manually
The command
- Download the archive and unzip it
- Go to the folder with the program in it
- Open a terminal in the folder with right click -> "Open in Windows Terminal"
If you are using Windows 10, start the bot in the [Windows Terminal][winterm] and not Powershell.
[winterm]: https://www.microsoft.com/en-US/p/windows-terminal/9n0dx20hk701
Build
Build dependencies
Build
Clone the repository$ git clone https://github.com/jon4hz/deadshot && cd deadshot
Build the software
$ go build -o deadshot cmd/deadshot/main.go
Disclaimer
This bot can be used to trade cryptocurrencies. I hereby disclaim any liability and will not be held responsible for any potential losses. I wrote this bot while I learned go, so there might be bugs and mistakes in the code.Acknowledgements
- ethereum - obviously.
- charmbracelet - for their charming cli tools / libs
- goreleaser - from whom I stole some parts of the pipeline
- many other great developers who made this bot possible
๐ More in this category