Tutorial

FundTracer Hackathon Starter Kit

Everything you need to build a winning hackathon project with FundTracer.

## Build Fast, Win Big

Hackathon season is here. FundTracer gives you everything you need to build a compelling blockchain forensics project — and earn equity through Torque.

What You Get

| Feature | Use Case | |---------|----------| | Multi-chain wallet analysis | Trace fund flows | | Risk scores | Detect scam/honeypot wallets | | Funding trees | Visualize asset origins | | Dune SIM integration | Solana on-chain data | | CLI tool | Terminal workflows | | Torque rewards | Earn equity while building |

Quick Setup

```bash # Install CLI npm install -g fundtracer-cli

# Link to Torque (earn equity) fundtracer link

# Analyze your first wallet fundtracer analyze 0x... --chain ethereum ```

Project Ideas

1. Anti-Scam Telegram Bot - Use FundTracer API to check wallet risk before transactions - Alert users of honeypot tokens - Auto-scan forrug pull patterns

2. Portfolio Tracker - Multi-chain dashboard - Track DeFi positions across chains - Alert on large transfers

3. Airdrop Hunter Tools - Detect sybil activity - Score wallet eligibility - Track claim histories

4. Due Diligence Dashboard - Risk scores for KYC - Funding source analysis - Reputation tracking

API Integration

```javascript const response = await fetch('https://fundtracer.xyz/api/analyze', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ address: '0x...', chain: 'ethereum', depth: 2 }) }); const data = await response.json(); ```

Win With FundTracer

  1. **Start fast**: CLI ready in minutes
  2. **Stay fast**: Auto-track every analysis
  3. **Win big**: Torque equity rewards

Happy hacking! 🏆