---
name: intel.solanahub.de
description: intel.solanahub.de provides a single lookup endpoint that checks whether a Solana wallet address appears in the SENTINEL bundler registry, returning risk level, confidence score, and supporting evidence signals. It is a lightweight pre-filter tool, not a full forensic analysis service.
host: intel.solanahub.de
---

# intel.solanahub.de

This host serves agents and developers who need a fast, low-cost first-pass check on Solana wallet addresses to identify known bundlers before investing in deeper analysis. It exposes one skill backed by the SENTINEL dataset, covering risk classification and confidence scoring for wallet addresses. It is narrowly scoped by design and does not provide transaction history, token holdings, or comprehensive wallet dossiers.

## When to use this host

Use intel.solanahub.de when an agent needs a quick, inexpensive check on whether a Solana wallet is a known bundler before committing to heavier analysis. This host is NOT suitable for full forensic wallet analysis, transaction graph tracing, token balance lookups, or any non-Solana chain. For comprehensive wallet forensics on Solana, the host itself points to a /x402/wallet/{address}/forensics endpoint as the appropriate alternative. Do not use this host to make trading or financial decisions; it returns risk signals only, not definitive verdicts.

## Capabilities

### Bundler Risk Screening

Checks a Solana wallet address against the SENTINEL bundler registry and returns a risk rating, confidence level, and explanatory evidence signals to support triage decisions.

- **`check-wallet-bundler-status`** — Checks whether a Solana wallet address is known in the bundler registry and returns risk, confidence, and evidence signals from the SENTINEL dataset.

## Skill reference

### `check-wallet-bundler-status`

**Solana Wallet Bundler Check** — Checks whether a Solana wallet address is known in the bundler registry and returns risk, confidence, and evidence signals from the SENTINEL dataset.

*Use when:* Use when an agent needs a lightweight, low-cost pre-filter to determine if a Solana wallet is a known bundler or has associated risk signals before committing to deeper forensic analysis.

*Not for:* Do not use as a complete wallet dossier or for full forensic analysis; use the /x402/wallet/{address}/forensics endpoint instead. Do not treat results as financial advice or a trading recommendation.

**Inputs:**

- `address` (string, required) — The Solana wallet address to check against the bundler registry.

**Returns:** Returns risk (UNKNOWN/LOW/MID/HIGH), confidence score, in_db flag, explanation, evidence pack with observed facts, agent decision support options, and escalation triggers for the queried wallet address.

**Example:** `GET https://intel.solanahub.de/x402/wallet/X4o2D8op42a2jcNJJVZcDq3eYivh1oR9XiezPWCXosZ/bundler-check`

---
