Why choose Bee bots?
You have to, else I'll send my bee army to sting you. :P
Why is Beebots better than others? 🐝⚡💹💻
We tried and tested the bot on different platforms such as R program, Python, Node JS and lots more. And we went with the fastest version of them all, Node JS.
BeeBot is built using Node JS's ethers.js library which is the fastest and most efficient library for interacting with the Ethereum Blockchain and its ecosystem.
The tradeoff of prioritizing speed over fancy web interfaces is something we stand for. We firmly believe that the speed of the bot is by far its most important feature.
Our Bot aims to replace the slow reactivity of the decentralized exchanges which cause these problems:
Unable to swap because of high traffic during the launch
Unable to exit sometimes because the UI does not allow the swap
Slippage too high because of very high volatility
Technology that we use 👨💻
Our bot is completely built using JavaScript because it has the biggest community in the web3 ecosystem which is the backbone of the Blockchain and moreover all the Crypto projects implement JavaScript in their project including the Defi exchanges which use web3.js or ethers.js to communicate with the Blockchain from their frontend. The benchmark speed tests that we ran showed that for a simple swapping and price streaming application ethers.js in Node performed 5%-18% faster than Python's pyweb3 framework which is the main technology that most of the other bots use.
Custom Web-Socket connection vs Public RPC connection 🔌
In order to communicate with any blockchain, we need to establish a connection with a node that is connected to the blockchain. We use Web-Socket connections rather than JSON RPC connections which roughly improves our bot by 10%-20% and also allows us to perform live streams. On top of that, we use a custom node connected to the Blockchain which improves the performance of our bot.
Bot implementation 🤖
We sacrificed on a UI because when we added a browser-based UI using express.js framework we observed a delay of 800 ms in the transactions in the local and it would have only increased if we choose to server this is a server and provide access to users. So we scraped the web-based UI for faster performance by just having a simple command-line implementation that simply runs on your own computer.
Testnet connection for everyone to test out our bot for free 🧪
We are the only bot in the market that provides a testnet connection for everyone so that people can test out our bot before they want to buy.
We have a holistic approach to trading using intuitive logic🧠
All our inputs are based on BNB so that you need not worry about the current price/Market cap of the token you're going to trade. Our bot always does a price check and provides you with the current BNB value of your tokens so that you can trade without worrying about the price and other irrelevant numbers. While other bots in the space make you input the price to perform a limit buy or sell.
Last updated
Was this helpful?