home / skills / openclaw / skills / web3-target-team-research

web3-target-team-research skill

This skill helps you identify well-funded crypto teams with verified Telegram contacts for outreach and lead generation.

npx playbooks add skill openclaw/skills --skill web3-target-team-research

Review the files below or copy the command above to add this skill to your agents.

Files (5)
SKILL.md
2.8 KB
---
name: web3-target-team-research
description: Find crypto/web3 teams with $10M+ funding and verified Telegram contacts. Use when hunting for crypto leads, building contact lists, researching funded startups, or prospecting web3 companies. Spawns parallel subagent hunters to search VC portfolios and verify TG handles.
---

# Web3 Target Team Research

Find well-funded crypto teams ($10M+) with verified Telegram contacts for outreach.

## Quick Start

```
Hunt for crypto teams from [SOURCE]
```

Example sources: Paradigm portfolio, recent funding news, Solana ecosystem, DeFi protocols

## How It Works

1. **Spawn hunters** - Parallel subagents search different VC portfolios/sources
2. **Find teams** - Filter for $10M+ funding, check if already tracked
3. **Verify TG** - Screenshot t.me/{handle}, require pfp OR bio with company affiliation
4. **Add to CSV** - Append verified contacts to master CSV

## Commands

### Start Hunting
```
Start crypto hunters targeting [SOURCES]
```
Spawns 3 hunters with specified focus areas.

### Check Status
```
How many teams do we have?
```
Returns count from crypto-master.csv.

### Stop Hunting
```
Stop the crypto hunters
```
Removes the auto-respawn cron job.

## CSV Format

**Master CSV:** `crypto-master.csv`
```
Name,Chain,Category,Website,X Link,Funding,Contacts
Uniswap,ETH,DEX,https://uniswap.org,https://x.com/Uniswap,$165M,"Hayden Adams (Founder) @haaboris"
```

**No-Contacts CSV:** `crypto-no-contacts.csv` (teams researched but no valid TG found)

**Chain values:** ETH, SOL, BASE, ARB, OP, MATIC, AVAX, BTC, MULTI, N/A

## TG Verification Rules

A TG handle is **valid** if the profile has:
- Profile picture (pfp), OR
- Bio mentioning the company/role

**Invalid:** Empty profiles, wrong person, channels instead of personal accounts

## Hunter Task Template

See [references/hunter-task.md](references/hunter-task.md) for the full subagent task template.

## Auto-Hunting Setup

To run hunters continuously:

1. Create a cron job that checks hunter count every 10 minutes
2. Add to HEARTBEAT.md to auto-respawn if < 3 hunters active

See [references/auto-hunt-setup.md](references/auto-hunt-setup.md) for cron configuration.

## Best Sources (by success rate)

**High yield (~40%+ TG conversion):**
- Consumer/DeFi protocols (Paradigm, Dragonfly, Framework)
- Bridge/interop projects
- Security/auditing firms

**Medium yield (~20-30%):**
- Gaming/NFT (Animoca, Immutable)
- L2s and infrastructure
- Asia-focused VCs (Hashed, OKX Ventures)

**Low yield (<20%):**
- Enterprise/institutional (Point72, Tiger Global)
- Oracles and data providers
- Social/community platforms

## Tips

- Always `grep -i "TeamName"` both CSVs before adding
- Team members often have different X vs TG handles
- Founders have lower TG presence than BD/marketing roles
- Recent funding announcements = fresher, more findable contacts

Overview

This skill finds well-funded crypto/web3 teams (typically $10M+ funding) and verifies Telegram contacts for outreach. It runs parallel hunters to search VC portfolios, funding news, and ecosystem lists, then validates Telegram handles and appends verified entries to a master CSV for prospecting.

How this skill works

The system spawns multiple parallel subagents that each target different sources (VC portfolios, funding announcements, ecosystem rosters). Hunters filter targets by funding threshold, check against existing records, verify Telegram profiles (profile picture or company/role in bio), and then write validated contacts to a centralized CSV while logging teams with no valid contacts separately.

When to use it

  • Building a cold outreach list of well-funded web3 startups
  • Researching funded crypto teams for business development or partnerships
  • Prospecting high-value leads for token integrations, tools, or services
  • Maintaining an updated list of Telegram contacts for investor or media outreach
  • Monitoring VC portfolios and recent funding news for fresh contact opportunities

Best practices

  • Always grep both master and no-contacts CSVs for a team before adding to avoid duplicates
  • Prioritize recent funding announcements — contacts are likelier to be discoverable
  • Verify TG handles by capturing a screenshot of t.me/{handle} showing a profile picture or a bio mentioning company/role
  • Use multiple hunter threads focused on complementary sources (Paradigm, Solana ecosystem, top VCs) to maximize coverage
  • Record chain and category consistently using standardized values (ETH, SOL, BASE, etc.) for easy filtering

Example use cases

  • Spawn hunters to sweep Paradigm and Dragonfly portfolios for consumer DeFi teams with $10M+ funding
  • Create a lead list of L2 and bridge projects with verified Telegram BD contacts for partnership outreach
  • Run daily hunters after funding news to capture fresh contacts and append to crypto-master.csv
  • Audit an existing prospect list to move teams with no valid TG to crypto-no-contacts.csv for alternate outreach

FAQ

What qualifies as a valid Telegram contact?

A valid TG handle shows a profile picture or a bio that mentions the team/company or role. Empty profiles, channels, or unrelated personal accounts are invalid.

How are duplicate teams prevented?

Hunters check both the master CSV and the no-contacts CSV before adding a team; searches should grep for team names and known aliases.

web3-target-team-research skill by openclaw/skills