Disclaimer: the following views are my own
I have been using these python based bots that pull specific crypto data directly into my Discord server and I figured why not make the bots public - so here we are, the ‘Crypto Gangsta Bots’. I’ll walk through what exactly these bots are below but here’s the Github repo for the actual code.
Market Returns Bot
The market returns bot is a relative simple bot that pulls all token data from Binance’s API and gives us the best and worst performing tokens over the selected timeframe - plus some additional metrics, as shown below:
It makes it easy to spot some quick trends in the market - for example:
a lot of memecoins (and PDA - which i think is a dodgy token) made up most of the bottom performers as of the data above - indicating a slight slowdown in the memecoin mania while BTC/ETH performed well over the same timeframe.
Volatility Bot
Essentially the same as above but gives us volatility data, including upside and downside vol.
Stables Bot
Stablecoin bot (data from Defillama) helps us answer two main questions:
Is there money (stablecoins) flowing in or out of the crypto ecosystem?
Where is the money (stablecoins) flowing to?
We can have a look at either the stable flows ranked by TVL (for chains) or just rank the chains by flows directly.
Derivatives Bot
Is essentially a funding rates bot based off Binance data - which shows us which tokens have very high/low funding.
DeFi Stats Bot
The DeFi stats bot shows us which chains have witnessed a major increase/decrease in TVL and volumes over the selected timeframe.
DeFi Fees Bot
Essentially ranks the categories by fee changes and then protocols that have witnessed the highest change in fees over the selected timeframe
DeFi Fees Category Bot
Break down fees within a certain category
DeFi Fees Protocol Bot
We break down fees trend for a specific protocol
DeFi Revenue Bot
Essentially ranks the categories by revenue changes and then protocols that have witnessed the highest change in fees over the selected timeframe
DeFi Revenue Category Bot
Break down revenues within a certain category
DeFi Revenue Protocol Bot
We break down revenues trend for a specific protocol
Farming Bot
The bot highlights pools with the highest APY - can filter for stable or all pools and sort by TVL or APY
Sector Bot
The crypto sector bot takes sector categories data from Coinmarketcap and sorts by best performing sectors either based on price/volume or market cap change
We also get a breakdown by volume contribution of each sector to the overall crypto volume
Sector Breakdown Bot
We can breakdown a sector and see which tokens are contributing the most to the volumes of the overall sector + track what the whales are doing for these tokens i.e. are they buying or selling (via FlipsideCrypto’s API)
Token Whales Tracker Bot
Using FlipsideCrypto’s API (and my flipside code) - we can track what the whales are doing for a specific token:
Wallet Tracker
In case we are interested in the historical holdings of a particular wallet, we can track that via Arkham’s API
Aggregate Wallet Bot
The aggregate wallet bot collates a bunch of whale/vc/crypto fund wallets (list saved on github) and gives us an aggregate portfolio - helps us to see what these big wallets/players are buying/selling