WhaleAccumulationExchangePressure

On-chain whale accumulation and exchange-pressure intelligence for BTC and ETH.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Get Accumulation Signal: Return the composite on-chain accumulation signal for an asset. Combines whale net balance flow and exchange net outflow into a single score: +100 = Strong Accumulation: whale
  • Get Whale Accumulation: Return per-wallet balance changes for tracked whale addresses. Shows which labeled entities are accumulating or distributing. Each address is labeled with its entity name (e.g.
  • Get Exchange Pressure: Return net exchange inflow/outflow metrics for a given asset. Aggregates balance changes across all known exchange hot and cold wallets to determine whether coins are flowing IN

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

On-chain whale accumulation and exchange-pressure intelligence for BTC and ETH. Tracks large wallet balance changes, exchange inflow/outflow dynamics, and computes a composite accumulation signal (-100 to +100). All address labels carry transparent provenance citing exact sources.

Список инструментов сервера (6)

Технические названия из tools/list. Нужны только разработчикам.

get_accumulation_signal Return the composite on-chain accumulation signal for an asset. Combines whale net balance flow and exchange net outflow into a single score: +100 = Strong Accumulation: whales buying heavily, coins leaving exchanges 0 = Neutral: balanced behaviour -100 = Strong Distribution: whales selling, coins piling into exchanges Score components (4 factors, weights shown): - whale_net_flow (40 pts) : net USD balance change across tracked whales - exchange_net_outflow (35 pts) : negative = bullish (coins leaving exchanges) - new_accumulation_rate (15 pts) : fraction of tracked wallets accumulating - whale_exchange_ratio (10 pts) : whale buys vs exchange inflows All input data comes from our labeled corpus. Every address label includes a full provenance chain citing its source. Parameters ---------- asset : str "ETH" or "BTC" chain : str "ethereum" or "bitcoin" lookback_hours : int Look-back window for flow computation (default 24h). Max 168h (7 days). use_cache : bool If True, return cached result if available (< 5 min old). Default True.
get_whale_accumulation Return per-wallet balance changes for tracked whale addresses. Shows which labeled entities are accumulating or distributing. Each address is labeled with its entity name (e.g., "Coinbase", "Unknown Whale"), entity type (exchange, whale, institution), and full provenance chain showing exactly which source provided the label and the methodology used. Parameters ---------- asset : str "ETH" or "BTC" chain : str "ethereum" or "bitcoin" lookback_hours : int Balance change window. Default 24h, max 168h. min_delta_usd : float Minimum absolute USD change to include in results. Filters dust. Default $100,000.
get_exchange_pressure Return net exchange inflow/outflow metrics for a given asset. Aggregates balance changes across all known exchange hot and cold wallets to determine whether coins are flowing INTO exchanges (sell pressure) or OUT OF exchanges (accumulation / self-custody signal). Exchange wallets are sourced from our corpus: - Exchange seed list (Etherscan labels, PoR disclosures) - Dune Spellbook cex.addresses (community-verified) - Community-curated labels (brianleect/etherscan-labels, ~30k addresses) - Heuristic deposit clustering Parameters ---------- asset : str "ETH" or "BTC" chain : str "ethereum" or "bitcoin" lookback_hours : int Flow aggregation window. Default 24h.
get_entity_label Look up a specific address in the labeled corpus. Returns all known entity labels for the address, with full provenance for each label: which source produced it, the exact URL for verification, the methodology used, confidence score, and when it was fetched. This is the core transparency tool. For any labeled address in our corpus you can see exactly why we classified it as an exchange, whale, etc. Parameters ---------- address : str Ethereum address (0x...) or Bitcoin address chain : str "ethereum" or "bitcoin" (default: ethereum)
scan_top_holders Scan and label the top N holders of an asset. For each holder, returns: - Current USD balance - Entity label (if in corpus): name, type, wallet role - Provenance summary: which sources identified this entity - Whether the entity is an exchange (holdings don't represent actual holders) Useful for understanding the holder composition of an asset: how much is held by exchanges vs actual whales vs unknown addresses. Parameters ---------- asset : str "ETH" or "BTC" chain : str "ethereum" or "bitcoin" top_n : int Number of top holders to return (max 200). Default 50.
refresh_corpus Trigger a labeled corpus refresh from external sources. Pulls fresh labels from all configured sources (or a specific subset): - exchange_wallet_seed : reload static seed list (always available) - community_labels : fetch ~30k labels from brianleect/etherscan-labels (no API key) - dune_spellbook : pull from Dune Spellbook labels.addresses (needs DUNE_API_KEY) - etherscan_labels : fetch Etherscan name tags (free tier available) - heuristics : re-run on-chain clustering on recently discovered addresses After refreshing, the corpus will have more labeled addresses, increasing the confidence and coverage of accumulation signals. Parameters ---------- sources : list[str], optional Which sources to refresh. Defaults to all available. chain : str Chain to refresh labels for. Default "ethereum".
WhaleAccumulationExchangePressure: подключить к Claude, ChatGPT, Cursor · Connectors.fun