Skill 详情

crypto-bd-agent

BD-specific but narrowly for crypto exchange token listings.

匹配类型可能匹配已针对 业务拓展 审核
来源sickn33/agentic-awesome-skills外部来源
报告安装量77仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: crypto-bd-agent
description: "Production-tested patterns for building AI agents that autonomously discover, > evaluate, and acquire token listings for cryptocurrency exchanges."
risk: safe
source: community
tags: null
date_added: '2026-02-27'
---

# Crypto BD Agent — Autonomous Business Development for Exchanges

> Production-tested patterns for building AI agents that autonomously discover,
> evaluate, and acquire token listings for cryptocurrency exchanges.

## Overview

This skill teaches AI agents systematic crypto business development: discover
promising tokens across chains, score them with a 100-point weighted system,
verify safety through wallet forensics, and manage outreach pipelines with
human-in-the-loop oversight.

Built from production experience running Buzz BD Agent by SolCex Exchange —
an autonomous agent on decentralized infrastructure with 13 intelligence
sources, x402 micropayments, and dual-chain ERC-8004 registration.

Reference implementation: https://github.com/buzzbysolcex/buzz-bd-agent

## When to Use This Skill

- Building an AI agent for crypto/DeFi business development
- Creating token evaluation and scoring systems
- Implementing multi-chain scanning pipelines
- Setting up autonomous payment workflows (x402)
- Designing wallet forensics for deployer analysis
- Managing BD pipelines with human-in-the-loop
- Registering agents on-chain via ERC-8004
- Implementing cost-efficient LLM cascades

## Do Not Use When

- Building trading bots (this is BD, not trading)
- Creating DeFi protocols or smart contracts
- Non-crypto business development

---

## Architecture
```text
Intelligence Sources (Free + Paid via x402)
        |
        v
  Scoring Engine (100-point weighted)
        |
        v
  Wallet Forensics (deployer verification)
        |
        v
  Pipeline Manager (10-stage tracked)
        |
        v
  Outreach Drafts → Human Approval → Send
```

### LLM Cascade Pattern

Route tasks to the cheapest model that handles them correctly:
```text
Fast/cheap model (routine: tweets, forum posts, pipeline updates)
    ↓ fallback on quality issues
Free API models (scanning, initial scoring, system tasks)
    ↓ fallback
Mid-tier model (outreach drafts, deeper analysis)
    ↓ fallback
Premium model (strategy, wallet forensics, final outreach)
```

Run a quality gate (10+ test cases) before promoting any new model.

---

## 1. Intelligence Gathering

### Free-First Principle
Always exhaust free data before paying. Target: $0/day for 90% of intelligence.

### Recommended Source Categories

| Category | What to Track | Example Sources |
|----------|--------------|-----------------|
| DEX Data | Prices, liquidity, pairs, chain coverage | DexScreener, GeckoTerminal |
| AI Momentum | Trending tokens, catalysts | AIXBT or similar trackers |
| Smart Money | VC follows, KOL accumulation | leak.me, Nansen free, Arkham |
| Contract Safety | Rug scores, LP lock, authorities | RugCheck |
| Wallet Forensics | Deployer analysis, fund flow | Helius (Solana), Allium (multi-chain) |
| Web Scraping | Project verification, team info | Firecrawl or similar |
| On-Chain Identity | Agent registration, trust signals | ATV Web3 Identity, ERC-8004 |
| Community | Forum signals, ecosystem intel | Protocol forums |

### Paid Sources (via x402 micropayments)
- Whale alert services (~$0.10/call, 1-2x daily)
- Breaking news aggregators (~$0.10/call, 2x daily)
- Budget: ~$0.30/day = ~$9/month

### Rules
1. Cross-reference: every prospect needs 2+ independent source confirmations
2. Multi-source cross-match gets +5 score bonus
3. Track ROI per paid source — did this call produce a qualified prospect?
4. Store insights in experience memory for continuous calibration

---

## 2. Token Scoring (100 Points)

### Base Criteria

| Factor | Weight | Scoring |
|--------|--------|---------|
| Liquidity | 25% | >$500K excellent, $200-500K good, $100K minimum |
| Market Cap | 20% | >$10M excellent, $1-10M good, $500K-1M acceptable |
| 24h 
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作