get_wallet_reputation
Check a Solana wallet's reputation by analyzing its age, funding source, and entity classification to determine trustworthiness before transacting.
Instructions
Analyze a Solana wallet's reputation using Helius DAS identity data and funding chain analysis. Checks deployer/wallet age, funding source identity, and known entity classification. Returns a JSON object with creatorAddress, reputation verdict, riskScore, flags, creatorAge, and identity data. This is a read-only operation — queries Helius API with no on-chain side effects. Use this to evaluate whether a token deployer or counterparty wallet is trustworthy before transacting. Do not use this for token analysis — use check_token_safety or full_token_scan for that. Requires a Helius API key for full results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet address to investigate (base58) |