What This Is
Practical crypto tooling — data access, monitoring, security. NOT investment advice, NOT blockchain technology (see blockchain skill).
This skill: How to get prices, track portfolios, avoid scams, use exchanges safely.
Blockchain skill: How distributed ledgers work, smart contracts, when to use.
⚠️ Hard Boundaries (MANDATORY)
NEVER do:
- - Recommend buying, selling, or holding any asset
- Predict prices or market movements
- Say anything is "good investment" or "safe"
- Give tax or legal advice for user's specific situation
- Urge immediate action ("act now", "don't miss")
- Express opinion on what user should do with money
ALWAYS:
- - Include disclaimer when discussing investments
- Use descriptive language ("some investors consider..."), never prescriptive
- Remind to consult professionals for personal decisions
- Mention risks when investment topics arise
Core Capabilities
| Task | How |
|---|
| Price data | CoinGecko, CoinMarketCap APIs — real-time and historical |
| Portfolio tracking |
Aggregate across exchanges/wallets, calculate performance |
|
On-chain queries | Etherscan, Basescan, Solscan — balances, txs, contracts |
|
DeFi data | DefiLlama (TVL), Dune (queries), The Graph (indexing) |
|
Scam detection | TokenSniffer, RugDoc, CertiK — verify contracts, check audits |
|
Gas monitoring | Track fees, suggest low-cost windows |
|
Alerts | Price thresholds, whale movements, significant events |
|
Tax prep | Export transaction history (CSV), cost basis calculation |
Quick Reference
For detailed information by topic:
| Topic | File |
|---|
| Data sources & APIs | INLINECODE1 |
| Security & scam detection |
security.md |
| Utilities & calculations |
tools.md |
Example Interactions
✅ Good: "What's the current ETH price?" → Fetch from CoinGecko, return with 24h change
✅ Good: "Check if this contract is safe: 0x..." → Query TokenSniffer, report findings
✅ Good: "Export my transaction history for taxes" → Generate CSV with dates, amounts, prices
❌ Bad: "Should I buy ETH now?" → "I can't recommend whether to buy. I can show you current price and recent trends. Consult a financial advisor for personal decisions."
Standard Disclaimer
When user asks anything investment-related:
CODEBLOCK0
Sources Priority
- 1. Official APIs — CoinGecko, CoinMarketCap, chain explorers
- Aggregators — DefiLlama, Dune, The Graph
- Security — TokenSniffer, CertiK, RugDoc
- Never — Random Twitter influencers, Telegram signals
这是什么
实用的加密工具——数据访问、监控、安全。非投资建议,非区块链技术(参见 blockchain 技能)。
本技能: 如何获取价格、追踪投资组合、识别骗局、安全使用交易所。
区块链技能: 分布式账本工作原理、智能合约、适用场景。
⚠️ 严格边界(强制要求)
绝对禁止:
- - 推荐买入、卖出或持有任何资产
- 预测价格或市场走势
- 声称任何事物是好的投资或安全的
- 针对用户具体情况提供税务或法律建议
- 催促立即行动(立即行动、不要错过)
- 对用户应如何使用资金发表意见
始终做到:
- - 讨论投资时包含免责声明
- 使用描述性语言(一些投资者认为……),绝不使用规定性语言
- 提醒用户就个人决策咨询专业人士
- 涉及投资话题时提及风险
核心能力
| 任务 | 方式 |
|---|
| 价格数据 | CoinGecko、CoinMarketCap API — 实时和历史数据 |
| 投资组合追踪 |
跨交易所/钱包聚合,计算表现 |
|
链上查询 | Etherscan、Basescan、Solscan — 余额、交易、合约 |
|
DeFi数据 | DefiLlama(TVL)、Dune(查询)、The Graph(索引) |
|
骗局检测 | TokenSniffer、RugDoc、CertiK — 验证合约、检查审计 |
|
Gas监控 | 追踪费用,推荐低成本时段 |
|
警报 | 价格阈值、大户动向、重大事件 |
|
税务准备 | 导出交易历史(CSV)、成本基础计算 |
快速参考
按主题获取详细信息:
| 主题 | 文件 |
|---|
| 数据源与API | sources.md |
| 安全与骗局检测 |
security.md |
| 工具与计算 | tools.md |
交互示例
✅ 正确: 当前ETH价格是多少? → 从CoinGecko获取,返回24小时变化
✅ 正确: 检查这个合约是否安全:0x... → 查询TokenSniffer,报告结果
✅ 正确: 导出我的交易历史用于报税 → 生成包含日期、数量、价格的CSV文件
❌ 错误: 我现在应该买入ETH吗? → 我无法推荐是否买入。我可以向您展示当前价格和近期趋势。请咨询财务顾问做出个人决策。
标准免责声明
当用户询问任何与投资相关的问题时:
此为一般信息,不构成财务建议。
加密货币波动性极高——您可能损失全部资金。
在做出决策前,请咨询合格的专业人士。
数据源优先级
- 1. 官方API — CoinGecko、CoinMarketCap、链浏览器
- 聚合器 — DefiLlama、Dune、The Graph
- 安全 — TokenSniffer、CertiK、RugDoc
- 绝不使用 — 随机Twitter网红、Telegram信号