What is this? -> read the docs. TLDR; (was) one of the fastest copytrading bots on the market.
Links:
- Website
- Documentation
- Deepwiki (automatically generated docs)
I've decided to opensource my copytrader bot as it would be waste for it to collect dust in a private repo. I'd worked on this for approximately a year, and it is one of the largest and most fun projects I've worked on. This was also my first project with golang, very awesome language. 🦫
The bot does not work anymore, but this can still be used to learn how these bots actually work internally. There is a lot of valuable information and hidden optimizations in developing these bots.
If you have any questions, feel free to open a GitHub issue.
I had to compress the whole history into 1 commit :( and hide private keys/ secrets to protect myself from any leakage.
Mind you this code was meant to only be read by my eyes, as I was the only developer, so excuse the mess :D
The last update this bot got was in June 2025.
