get_wallet_profile
Assess a crypto wallet's risk by reviewing its age, balance, transaction history, top counterparties, recent tokens, activity patterns, and known bad-actor labels.
Instructions
Describe a wallet: age, balance, transaction count, top counterparties, tokens it used recently, activity patterns, and any known bad-actor labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain name or ID: ethereum, base, arbitrum, polygon, or bsc. | ethereum |
| address | Yes | An EVM address: 0x followed by 40 hex characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| address | Yes | ||
| sources | No | ||
| activity | No | ||
| findings | No | ||
| data_gaps | No | What we could not check. Missing data is not proof of safety. | |
| is_contract | No | ||
| known_label | No | ||
| native_symbol | Yes | ||
| recent_tokens | No | ||
| native_balance | No | ||
| security_flags | No | Bad-behaviour labels reported by GoPlus. | |
| first_funded_by | No | ||
| transactions_sent | No | Exact number of transactions this address has sent (its nonce). | |
| top_counterparties | No | ||
| first_funded_by_label | No |