Tool to summarize and report large exchange inflows, exchange outflows, mints, and burns.

What this is

Tool to summarize and report large exchange inflows, exchange outflows, mints, and burns.
Data is sourced from whale-alert and reported via a telegram channel.

Limitations

  1. Only reads transactions reported by whale alert
  • Limited to blockchains and tokens they monitor
  1. Only reads 50 minutes worth of transaction history
  2. Only reads transactions >= $500,000
  3. Only considers transfers to and from exchanges
  • Does not consider transfers from one exchange to another
  1. Only a summary
  • Go to whale-alert or check with the blockchain for more detail
  1. List of stable coins is manual. It may be wrong. It is incomplete.

How bullish or bearish is considered

  1. Minting
  • Minting of new stable coin suggests conversion of fiat. Bullish.
  • Minting of new crypto means an increase in supply and a decrease in price. Bearish.
  1. Burning
  • Burning of stable coin suggests conversion into fiat. Bearish.
  • Burning of crypto means a decrease in supply and an increase in price. Bullish.
  1. Exchange Inflows
  • Transfer of stable coin into exchanges suggests an intent to buy crypto. Bullish.
  • Transfer of crypto into exchanges suggests an intent to sell. Bearish.
  1. Exchange Outflows
  • Transfer of stable coin out of exchanges suggests buying has stopped. Bearish.
  • Transfer of crypto out of exchanges suggests selling has stopped. Bullish.

Note

Be aware that whales are aware that we are aware and so on.
These are not guarantees nor are they financial advice. Just my opinion.

Development

Requirements

  1. go
  2. config.json file. See sample_config.json.

Build and run

go get -d
go build
./whalesummary

Tips are appreciated. 0xBa2306a4e2AadF2C3A6084f88045EBed0E842bF9

Similar Resources

Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.

Apollo-11 🎌 Bahasa Indonesia, Català, Čeština, Deutsch, English, Español, Français, Italiano, Kurdi, Nederlands, Norsk, Polski, Português, Română, Ti

Dec 29, 2022

Feishu/Lark Open API Go Sdk, Support ALL Open API and Event Callback.

lark 中文版 README Feishu/Lark Open API Go Sdk, Support ALL Open API and Event Callback. Created By Code Generation. Install go get github.com/chyroc/lar

Jan 5, 2023

Music recognition bot for Reddit powered by audd.io. Note that the code currently needs some cleaning up and doesn't follow the best practices.

Music recognition bot for Reddit u/auddbot identifies music on Reddit. When someone mentions it or writes a question like "what's the song", it sends

Dec 30, 2022

Bot that polls activity API for Github organisation and pushes updates to Telegram.

git-telegram-bot Telegram bot for notifying org events Requirements (for building) Go version 1.16.x Setup If you don't have a telegram bot token yet,

Apr 8, 2022

lightning - forward messages between a qq group and a telegram group

lightning The purpose of this project is to forward messages between a qq group and a telegram group. Getting Started Clone this project: git clone ht

Nov 9, 2022

its the same idea as bruh-bot, but with golang, and add more bots

its the same idea as bruh-bot, but with golang, and add more bots

bruh-bot but more powerful! requirements python go you can used on mac and linux the idea its really simple, can make a lot of bots with the same task

Jul 7, 2021

CryptoPump is a cryptocurrency trading bot that focuses on high speed and flexibility

CryptoPump is a cryptocurrency trading bot that focuses on high speed and flexibility

CryptoPump is a cryptocurrency trading bot that focuses on high speed and flexibility. The algorithms utilize Go Language and WebSockets to react in real-time to market movements based on Bollinger statistical analysis and pre-defined profit margins.

Nov 24, 2022

Library for working with golang telegram client + bot based on tdlib. This library was taken from the user Arman92 and changed for the current version of tdlib.

go-tdlib Golang Telegram TdLib JSON bindings Install To install, you need to run inside a docker container (it is given below) go get -u github.com/ka

Dec 2, 2022

A tip bot and Lightning wallet on Telegram ⚡️

A tip bot and Lightning wallet on Telegram ⚡️

@LightningTipBot 🏅 A Telegram Lightning ⚡️ Bitcoin wallet and tip bot for group chats. This repository contains everything you need to set up and run

Dec 23, 2022
This is the basis of the bot for viewing information on the crp.is exchange in a telegram.
This is the basis of the bot for viewing information on the crp.is exchange in a telegram.

crye_go_bot An example of a telegram bot for working with the crp.is exchange Usage Create config.json to test bot operation Later Test the bot by cre

Jan 15, 2022
A lightweight, universal OneDrive upload tool for all platforms

简体中文 OneDriveUploader MoeClub wrote a very good version, but unfortunately it's not open source and hasn't been updated in a while. This project is a

Dec 18, 2022
A lightweight, universal cloud drive upload tool for all platforms

简体中文 LightUploader MoeClub wrote a very good version, but unfortunately it's not open source and hasn't been updated in a while. This project is a sim

Jan 3, 2023
Discord-dl: a tool to archive discord channels

discord-dl discord-dl is a tool to archive discord channels. I think it's safe t

May 18, 2022
A Remote Administration Tool made in golang. All controlled with a bot.
A Remote Administration Tool made in golang. All controlled with a bot.

DISGORAT Information DISGORAT is a Remote Administration Tool fully made in golang. Change the Bottoken, webhook, guild id, channelid in main.go and y

Sep 17, 2022
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges

Kelp Kelp is a free and open-source trading bot for the Stellar universal marketplace and for centralized exchanges such as Binance, Kraken, CoinbaseP

Jan 6, 2023
Compares the BTC and ETH buy and sell prices between two exchanges.

CryptoComparer Repo for the crypto comparer, where I compare prices between two exchanges(Blockchain and Binance), and tell you which is the best plac

Oct 28, 2021
A serverless bot which periodically checks configured BigQuery capacity commitments, reservations and assignments against actual slot consumption of running jobs and reports findings to Slack/Google Chat.
A serverless bot which periodically checks configured BigQuery capacity commitments, reservations and assignments against actual slot consumption of running jobs and reports findings to Slack/Google Chat.

Solution Guide This solution implements a ChatOps-like approach to monitoring slot utilization of Google Cloud BigQuery reservations. As an alternativ

Dec 7, 2022
IRC, Slack, Telegram and RocketChat bot written in go
IRC, Slack, Telegram and RocketChat bot written in go

go-bot IRC, Slack & Telegram bot written in Go using go-ircevent for IRC connectivity, nlopes/slack for Slack and Syfaro/telegram-bot-api for Telegram

Dec 20, 2022
Golang telegram bot API wrapper, session-based router and middleware

go-tgbot Pure Golang telegram bot API wrapper generated from swagger definition, session-based routing and middlewares. Usage benefits No need to lear

Nov 16, 2022