Solana Memecoin Dataset
收藏资源简介:
一个标注的Solana模因币数据集,包含早期阶段Solana模因币的快照,以及用于构建该数据集的GMGN收集脚本。数据集收集于约20天(2026-06-10至2026-06-30),通过监控新上市的pump.fun代币和GMGN趋势板。每个候选代币在检测时获取特征快照(持有者结构、智能资金活动、合约安全性、交易行为、动量轨迹),并后续添加真实的前向最大回报标签(1小时/6小时/24小时/3天)。数据集最初用于训练早期买入机器学习模型,现已发布供研究使用。数据集包含约44k个早期阶段Solana模因币观察(2026年6月),950万笔钱包级交易、OHLCV蜡烛图和钱包配置文件。每个快照携带约80个特征和前瞻性最大回报标签。
A labeled Solana meme coin dataset containing snapshots of early-stage Solana meme coins and the GMGN scraping script utilized to construct this dataset. The dataset was collected over approximately 20 days (2026-06-10 to 2026-06-30) by monitoring newly listed pump.fun tokens and GMGN trending boards. For each candidate token, feature snapshots (including holder structure, smart money activity, contract security, trading behavior, and momentum trajectory) were captured upon detection, followed by the addition of ground-truth forward-looking maximum return labels (1-hour, 6-hour, 24-hour, and 3-day). Initially developed for training early-entry machine learning models, this dataset has now been released for research use. It contains approximately 44,000 early-stage Solana meme coin observations (June 2026), 9.5 million wallet-level transactions, OHLCV candlestick charts, and wallet profiles. Each snapshot carries approximately 80 features alongside forward-looking maximum return labels.
数据集概述
该数据集是 Solana 模因币早期阶段带标注的快照数据集,包含约 44k 条观测记录(2026 年 6 月收集),旨在支持机器学习模型训练与学术研究。
数据构成
数据集包含以下 6 个文件:
| 文件 | 行数 | 内容 |
|---|---|---|
data/tokens.parquet |
44,460 | 主表:每个代币每次被检测时的快照,包含 80+ 个特征及前向最大收益标签 |
data/trades-000..003.parquet |
9,500,565 | 钱包级交易记录(用于构建图谱) |
data/ohlcv.parquet |
272,426 | 15 分钟 OHLCV 蜡烛图(美元计价,仅覆盖标签窗口) |
data/sequences.parquet |
506,628 | 固定长度时间序列(20 个桶,5 个特征,适用于 LSTM) |
data/wallets.parquet |
11,817 | 钱包画像:GMGN 标签、胜率、盈亏比、PageRank |
data/wallet_funding.parquet |
15,493 | 钱包资金链路(用于聚类检测) |
tokens.parquet 核心字段
- 身份与时间:
sample_id(主键)、token_address、symbol、captured_at、time_since_launch_sec、market_cap_usd、liquidity_usd、volume_h24 - 持仓结构:
holder_count、top10_holder_pct、dev_remaining_pct、smart_money_count、cluster_count、bundler_pct_holders、insider_pct_holders - 合约安全与社交:
mint_disabled、freeze_disabled、lp_burned_pct、rug_probability、has_twitter、has_telegram - 交易行为:
price_change_1h、unique_buyers、net_flow_usd、smart_buy_1h、flipper_ratio、insider_cluster_size、crew_cohesion(高值表示协同洗盘) - 动量轨迹:分早期/中期/晚期的买入卖出统计,包括
smart_entry_rec(该特征增量 AUC +0.0095) - 标签(不可用作特征):
max_return_1h、max_return_6h、max_return_24h、max_return_3d、reaches_2x、runner_peak_x、staged_exit_return
已知偏差与注意事项
- 幸存者偏差:仅检测到存活足够久的代币,实际 2x 概率可能低于样本的 ~11%
- 标签已清理:已去除由异常蜡烛图导致的假阳性并重新标注
- 时间跨度短:仅 2026 年 6 月的 20 天,单一市场状态,外推需谨慎
标注定义
smart_money钱包:历史命中率 >=40%(n>=5)且已实现现金盈亏 >= 1.0 美元reaches_2x:检测后 24 小时内价格翻倍- 标签基于 GMGN 蜡烛图后向回填
收集脚本(scripts/)
collect.py:发现候选代币 → 特征快照 → 交易记录(每 10 分钟循环)label_returns.py:后向回填收益标签(每小时循环)- 默认使用
curl_cffi模拟 Chrome TLS 指纹;数据中心 IP 被 Cloudflare 拦截时可切换至 GMGN 官方 API(需设置GMGN_API_KEY)
许可
数据集及代码采用 MIT License 发布,仅限研究用途,不构成投资建议。





