ONCHAIN ANALYSIS

KittyChain

Terminal-native AI agent for onchain investigation. From wallet triage to token due diligence, run blockchain intelligence workflows directly from your terminal.

Onchain Capabilities

🔍

Address Balance Lookup

Query native and token balances for any address across supported chains.

📋

Identity & Label Lookup

Resolve address identities and labels from onchain and offchain data sources.

📈

Transfer Inspection

Analyze transfer histories, trace fund flows, and identify transaction patterns.

⚠️

Malicious Address Screening

Screen addresses against threat intelligence databases for risk signals.

💰

Token Info & Security

Deep token analysis including contract verification, holder distribution, and security checks.

Agent Features

Interactive Terminal UI

Full REPL with slash-command driven workflow for switching models, saving sessions, and browsing skills.

Dual Model Support

Compatible with both OpenAI and Anthropic model interfaces for maximum flexibility.

Session Persistence

Save and resume investigation sessions. Pick up where you left off across terminal restarts.

Context Compression

Intelligent context management keeps long investigation sessions efficient and focused.

Quick Start

# Install KittyChain
$ pip install kittychain
 
# Configure your API keys
$ kittychain --config
 
# Launch the interactive terminal
$ kittychain
 
# Or run a one-shot investigation
$ kittychain -p "Check this wallet and summarize the risk signals"

Tech Stack

Python 3.10+ OpenAI API Anthropic API Terminal UI SQLite Sessions Skill System