Hive

The Hive doesn't just collect wallet addresses, it also collects age, eth balance, recent PnL, success rate, what NFTs they hold, and if the wallet has been tagged as an early buyer of any contract addresses before. This information can be used to build a picture of the type of wallets buying any contract address. "/searchhive" (contract address) analyses the token against the database of tracked wallets to show how many wallets in the Hive have bought the contract address. The response is two charts. The scatter plot shows each wallet as a dot with its Eth balance and Age shown on the x and y axis. If there is recent PnL data for that wallet, then the dot will be coloured. The brighter the green, the higher the pnl. If the wallet has been tagged as an early buyer of any contract address, then the dot is shown as a triangle instead of a circle. The bar chart shows the total count (the number of wallets that have bought it), percentage is simply the count/total number of wallets. That data is logged which then allows calculation of an average percentage.

Updates:

  • Commands to see the wallets in the database and what they’ve recently bought, filtered by following categories: pnl, whales, rate, speed, maestrowhale, maesteopnl. (rate is win/loss rate, speed is average time between launch of token and first buy). See commands below.

  • Also query wallets in the hive via the dApp. See image below.

Last updated