pentagonal_lookup
Analyze token or smart contract addresses to retrieve comprehensive intelligence reports including price, market data, security flags, liquidity, and source code for EVM and Solana chains.
Instructions
Look up any token or smart contract by address. Returns the full intelligence report: price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock status, pool count, security flags (honeypot, mintable, pausable, hidden owner, taxes), social links, and source code if verified. Use this before auditing to understand the full token landscape. Supports EVM and Solana tokens. Chain is auto-detected if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Contract address. EVM: 0x... checksum or lowercase. Solana: base58 program address. | |
| chain | No | Target blockchain. If omitted, auto-detects the chain from the contract address. | |
| fields | No | Which data sections to return. "all" returns everything. Use specific fields for faster, focused queries — e.g. ["security"] for just flags, ["price", "market"] for market data, ["code"] for source only. |