v2.0.0 - 1,746,551 rows (25x v1)
Browse filesNew: grad-entry-shape (1.6M price trajectories), grad-early-shadow (exit-policy grid), survivor-shadow (cross-strategy joins).
Updated: the four v1 files, all grown 31-61%.
New results: exhaustive condition sweep returns 0 of 114 positives; horizon-truncation bias bounded at -31.7 pp paired within-token (n=1,728).
Zenodo v2: https://doi.org/10.5281/zenodo.22051123
- .gitattributes +1 -0
- MANIFEST.json +62 -0
- README.md +249 -169
- entry-exec.jsonl +0 -0
- exit-slippage.jsonl +0 -0
- grad-early-shadow.jsonl +3 -0
- grad-entry-shape.jsonl.gz +3 -0
- grad-social-shadow.jsonl +2 -2
- liquidity-track.jsonl +2 -2
- survivor-shadow.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -60,3 +60,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
grad-social-shadow.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
liquidity-track.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
grad-social-shadow.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
liquidity-track.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
grad-early-shadow.jsonl filter=lfs diff=lfs merge=lfs -text
|
MANIFEST.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "fill-real",
|
| 3 |
+
"version": "2.0.0",
|
| 4 |
+
"built_at": "2026-08-21T21:56:42.237286+00:00",
|
| 5 |
+
"files": [
|
| 6 |
+
{
|
| 7 |
+
"file": "grad-social-shadow.jsonl",
|
| 8 |
+
"rows": 37401,
|
| 9 |
+
"bytes": 21988365,
|
| 10 |
+
"sha256": "8593667a4667be02c6f2225ecc1f2adf9bbee112807b837f2d0ca27c2cccc6d2",
|
| 11 |
+
"description": "Post-migration positions with real Jupiter fills, plus ex-ante features (liquidity, buyers, creator history, dev buy, social presence)."
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"file": "grad-early-shadow.jsonl",
|
| 15 |
+
"rows": 38503,
|
| 16 |
+
"bytes": 17493740,
|
| 17 |
+
"sha256": "a9ff8eda69261ac622753d2c908631f78ffeb5cfabc3a5269920f56652f34c24",
|
| 18 |
+
"description": "Exit-policy grid evaluated on the same positions: each row is one (position, exit configuration) pair with its realised return."
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"file": "liquidity-track.jsonl",
|
| 22 |
+
"rows": 65861,
|
| 23 |
+
"bytes": 15139695,
|
| 24 |
+
"sha256": "dec311664eba48ca4858de55a87ddf1b140257c08af7cb7b75deb1a45e3d0301",
|
| 25 |
+
"description": "Liquidity, price, FDV and 24h flow series per tracked position."
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"file": "exit-slippage.jsonl",
|
| 29 |
+
"rows": 922,
|
| 30 |
+
"bytes": 322185,
|
| 31 |
+
"sha256": "0a8e72cbb5516da7a189a9667671e12c43182c9191f1edf275af910ccfee6b25",
|
| 32 |
+
"description": "Real exit slippage, order by order: quoted output vs mark-to-market."
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"file": "entry-exec.jsonl",
|
| 36 |
+
"rows": 759,
|
| 37 |
+
"bytes": 287608,
|
| 38 |
+
"sha256": "c4af05684742c5c933a56916684cfc2f043cdc985afef832eea20b42c7cf3724",
|
| 39 |
+
"description": "Entry overhead, order by order: fill price vs decision price. Sanitized -- wallet and signature removed.",
|
| 40 |
+
"sanitized_rows": 759,
|
| 41 |
+
"fields_removed": [
|
| 42 |
+
"signature",
|
| 43 |
+
"wallet"
|
| 44 |
+
]
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"file": "survivor-shadow.jsonl",
|
| 48 |
+
"rows": 597,
|
| 49 |
+
"bytes": 211847,
|
| 50 |
+
"sha256": "e7562b418edd0e1dcc0b246493d50ab6820c13e5c363549e02c878019e428ee9",
|
| 51 |
+
"description": "Independent survivor-strategy evaluations. Joins to the graduation population by mint, enabling the cross-strategy condition."
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"file": "grad-entry-shape.jsonl.gz",
|
| 55 |
+
"rows": 1602508,
|
| 56 |
+
"bytes": 21942661,
|
| 57 |
+
"sha256": "42bf866e99edacc949472f04a135929c56f0a3fa2cf3fce826585357c0e274a7",
|
| 58 |
+
"description": "Post-migration price trajectories: one row per (mint, seconds since migration, price). The raw shape behind every outcome above."
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"total_rows": 1746551
|
| 62 |
+
}
|
README.md
CHANGED
|
@@ -1,169 +1,249 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- solana
|
| 7 |
-
- finance
|
| 8 |
-
- market-microstructure
|
| 9 |
-
- open-data
|
| 10 |
-
- blockchain
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
|
| 14 |
-
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
The
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
|
| 78 |
-
|
|
| 79 |
-
|
|
| 80 |
-
| `
|
| 81 |
-
| `
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
- **
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
-
|
| 141 |
-
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- solana
|
| 7 |
+
- finance
|
| 8 |
+
- market-microstructure
|
| 9 |
+
- open-data
|
| 10 |
+
- blockchain
|
| 11 |
+
- negative-results
|
| 12 |
+
- reproducibility
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1M<n<10M
|
| 15 |
+
pretty_name: "fill-real: execution-grounded Solana trading dataset"
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# fill-real
|
| 19 |
+
|
| 20 |
+
**An execution-grounded dataset for evaluating Solana trading strategies — and
|
| 21 |
+
evidence that screen-price backtests are systematically biased.**
|
| 22 |
+
|
| 23 |
+
[](https://doi.org/10.5281/zenodo.21830479)
|
| 24 |
+
|
| 25 |
+
> **v2.0 — August 2026.** 1,746,551 rows, 25× the v1 release. Two new results: an
|
| 26 |
+
> exhaustive condition sweep that returns **zero** positives, and a **paired bound
|
| 27 |
+
> on the horizon-truncation bias** that v1 could only flag as unbounded.
|
| 28 |
+
|
| 29 |
+
Almost every publicly shared backtest of Solana token strategies is computed on
|
| 30 |
+
*screen price*: the value an aggregator reports on a polling interval. It is what
|
| 31 |
+
is available, and it looks reasonable.
|
| 32 |
+
|
| 33 |
+
The price at which an order **actually executes** is different. The difference is
|
| 34 |
+
not symmetric noise that averages out — it is a directional bias, and it is large
|
| 35 |
+
enough to invert conclusions.
|
| 36 |
+
|
| 37 |
+
## The finding
|
| 38 |
+
|
| 39 |
+
The same population of tokens, measured both ways:
|
| 40 |
+
|
| 41 |
+
| Measurement | Screen price | Real fill |
|
| 42 |
+
|---|---:|---:|
|
| 43 |
+
| Migration-speed "ladder" (n≈24k / 21k) | **+36%** | **−69%** |
|
| 44 |
+
| Live entry gate cross-check | −42.8% | **−1.1%** |
|
| 45 |
+
| Live exit policy calibration | −29.8% | **−10.9%** |
|
| 46 |
+
|
| 47 |
+
**The bias runs in both directions, which is what makes it dangerous.** Screen
|
| 48 |
+
price made a ruinous entry rule look profitable. Separately, it made reactive exit
|
| 49 |
+
policies (stops, trailing stops) look far worse than they are — a snapshot grid
|
| 50 |
+
fires stops on transient dips that a real order would never have paid.
|
| 51 |
+
|
| 52 |
+
> Screen price penalizes reactive policies and rewards illusory ones.
|
| 53 |
+
|
| 54 |
+
**Pool liquidity does not lead price.** Across 150 collapses, the median lead
|
| 55 |
+
between a liquidity-drop threshold and a −25% price drop is **0 seconds**, and at
|
| 56 |
+
thresholds ≥15%, *zero* cases had any warning at all. Price is a function of pool
|
| 57 |
+
reserves — they are the same variable, not two signals. Median single-interval
|
| 58 |
+
gap: **97.2 percentage points**. This closes a whole family of "watch liquidity to
|
| 59 |
+
exit before the rug" designs.
|
| 60 |
+
|
| 61 |
+
**Real round-trip friction is 10.7%** (7.79% entry overhead, n=164; 2.91% exit
|
| 62 |
+
slippage, n=922), while the median token moves only **+8.3%** in the best
|
| 63 |
+
15-minute window. When friction exceeds the asset's median move, no exit-timing
|
| 64 |
+
policy can help.
|
| 65 |
+
|
| 66 |
+
## New in v2
|
| 67 |
+
|
| 68 |
+
### 1. An exhaustive condition sweep: 0 of 114 have a positive mean
|
| 69 |
+
|
| 70 |
+
The obvious response to a negative result is *"you just haven't found the right
|
| 71 |
+
filter yet."* This tests that claim exhaustively rather than anecdotally.
|
| 72 |
+
|
| 73 |
+
Over **36,736 real-fill positions**, every combination of 10 ex-ante features ×
|
| 74 |
+
7 percentile cuts × 2 directions, plus 4 social booleans and one cross-strategy
|
| 75 |
+
condition — **114 distinct conditions** with n ≥ 100 each:
|
| 76 |
+
|
| 77 |
+
| best conditions | n | median | **mean** | win% | ruin% |
|
| 78 |
+
|---|---:|---:|---:|---:|---:|
|
| 79 |
+
| baseline (all real fills) | 36,736 | −51.19% | **−33.59%** | 24.4 | 24.5 |
|
| 80 |
+
| `preBuyers >= 326` | 207 | −19.82% | **−3.25%** | 34.3 | 1.9 |
|
| 81 |
+
| `liqUsd >= 204,183` | 1,833 | +12.53% | **−7.33%** | 67.1 | 28.8 |
|
| 82 |
+
| `devBuySol < 0.0395` | 2,774 | −12.78% | **−8.14%** | 45.2 | 25.7 |
|
| 83 |
+
|
| 84 |
+
```
|
| 85 |
+
>>> CONDITIONS WITH POSITIVE MEAN: 0 of 114
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
+
**A sweep that returns zero positives requires no multiple-comparison correction,
|
| 89 |
+
because there is nothing to discount.** Only ex-ante features are eligible — a
|
| 90 |
+
condition is a trading rule, so realised hold time, peak multiple and exit reason
|
| 91 |
+
are excluded by construction, because conditioning on outcomes manufactures edge
|
| 92 |
+
that cannot be traded.
|
| 93 |
+
|
| 94 |
+
**Two sub-results worth more than the headline:**
|
| 95 |
+
|
| 96 |
+
**Win rate and median are actively misleading here.** Three conditions win *more
|
| 97 |
+
than half* the time and every one of them loses money. `liqUsd >= 204,183` wins
|
| 98 |
+
**67.1%** of the time with a **+12.53% median** — and a **−7.33% mean**. The left
|
| 99 |
+
tail is fat enough that a two-thirds win rate is not enough. Report means.
|
| 100 |
+
|
| 101 |
+
**Ruin is predictable; profit is not.** `preBuyers >= 326` cuts the ruin rate from
|
| 102 |
+
24.5% to **1.9%** — a genuine, large, reproducible effect. Its mean is still
|
| 103 |
+
−3.25%. The predictable set and the profitable set are disjoint.
|
| 104 |
+
|
| 105 |
+
The script that reproduces this ships with the release, inside
|
| 106 |
+
`fill-real-v2.0.0.zip` on Zenodo.
|
| 107 |
+
|
| 108 |
+
### 2. The horizon-truncation bias, now bounded
|
| 109 |
+
|
| 110 |
+
v1 shipped a warning it could not quantify: price series truncate near 36 minutes,
|
| 111 |
+
so *"any gate-level figure computed from this data is biased optimistic by an
|
| 112 |
+
amount that is not yet bounded."*
|
| 113 |
+
|
| 114 |
+
v2 ships **1,728 tokens with a full 190-minute horizon**, which bounds it:
|
| 115 |
+
|
| 116 |
+
| horizon | trimmed mean mult | median | share above 1× |
|
| 117 |
+
|---|---:|---:|---:|
|
| 118 |
+
| 36 min (the v1 cutoff) | 0.9143 | 0.2915 | 34.4% |
|
| 119 |
+
| 190 min | **0.5970** | **0.1017** | 19.3% |
|
| 120 |
+
|
| 121 |
+
**The same tokens lose a further 31.7 percentage points between minute 36 and
|
| 122 |
+
minute 190.** 66.3% keep falling after the cutoff.
|
| 123 |
+
|
| 124 |
+
*Read this as a paired estimate, not a universal constant.* The comparison is
|
| 125 |
+
**within-token** — the same 1,728 mints measured at two horizons — so the drift
|
| 126 |
+
cannot be a composition artifact. But this subsample was collected 16–21 Aug, and
|
| 127 |
+
that window is a **worse regime than the full population: −19.5 pp at the shared
|
| 128 |
+
36-minute mark**. The direction is established on paired data; the magnitude is a
|
| 129 |
+
point estimate from one six-day window. Both figures are published so you can
|
| 130 |
+
judge it yourself.
|
| 131 |
+
|
| 132 |
+
## Dataset structure
|
| 133 |
+
|
| 134 |
+
| File | Rows | Contents |
|
| 135 |
+
|---|---:|---|
|
| 136 |
+
| `grad-entry-shape.jsonl.gz` | 1,602,508 | **New in v2.** Post-migration price trajectories: one row per (mint, seconds since migration, price) across 40,427 mints |
|
| 137 |
+
| `liquidity-track.jsonl` | 65,861 | Liquidity, price, FDV and 24h flow series per position |
|
| 138 |
+
| `grad-early-shadow.jsonl` | 38,503 | **New in v2.** Exit-policy grid: one row per (position, exit configuration) with its realised return |
|
| 139 |
+
| `grad-social-shadow.jsonl` | 37,401 | Post-migration positions with real Jupiter fills and ex-ante features |
|
| 140 |
+
| `exit-slippage.jsonl` | 922 | Real exit slippage, order by order |
|
| 141 |
+
| `entry-exec.jsonl` | 759 | Entry overhead: fill vs. decision price |
|
| 142 |
+
| `survivor-shadow.jsonl` | 597 | **New in v2.** Independent survivor-strategy evaluations; joins by mint |
|
| 143 |
+
|
| 144 |
+
**1,746,551 rows total, ~74 MB.** Collected 13 June – 21 August 2026 from a live
|
| 145 |
+
system on Solana mainnet. All files are newline-delimited JSON. Row counts and
|
| 146 |
+
SHA-256 per file are in `MANIFEST.json`.
|
| 147 |
+
|
| 148 |
+
### Loading
|
| 149 |
+
|
| 150 |
+
```python
|
| 151 |
+
import pandas as pd
|
| 152 |
+
|
| 153 |
+
# the sweep population
|
| 154 |
+
df = pd.read_json(
|
| 155 |
+
"hf://datasets/crdkzk/fill-real/grad-social-shadow.jsonl",
|
| 156 |
+
lines=True,
|
| 157 |
+
)
|
| 158 |
+
|
| 159 |
+
# the price trajectories (gzipped)
|
| 160 |
+
shape = pd.read_json(
|
| 161 |
+
"hf://datasets/crdkzk/fill-real/grad-entry-shape.jsonl.gz",
|
| 162 |
+
lines=True,
|
| 163 |
+
compression="gzip",
|
| 164 |
+
)
|
| 165 |
+
```
|
| 166 |
+
|
| 167 |
+
Because the schema varies across the collection period (see limitations),
|
| 168 |
+
`pandas` will fill absent columns with `NaN`. Check for column presence rather
|
| 169 |
+
than assuming a fixed set.
|
| 170 |
+
|
| 171 |
+
## ⚠️ Limitations — read before using
|
| 172 |
+
|
| 173 |
+
**1. Most price series still truncate at ~36 minutes.** v2 bounds this bias (see
|
| 174 |
+
above) but does not remove it: 83.5% of mints truncate near 36 min, only 4.3%
|
| 175 |
+
reach 190 min. Use the 190-minute subsample to correct, not to replace.
|
| 176 |
+
|
| 177 |
+
**2. The schema changes over time.** Older rows lack `screenMult` and
|
| 178 |
+
`exitImpactPct`; newer rows lack `devBuySol`, `migrateDelayMin` and the
|
| 179 |
+
`adaptive*` fields. Any loader must tolerate missing keys.
|
| 180 |
+
|
| 181 |
+
**3. Single-operator data.** Execution telemetry comes from one wallet's order
|
| 182 |
+
flow. Fill quality may differ at other order sizes. Order sizes and observed price
|
| 183 |
+
impact are published so transferability can be judged.
|
| 184 |
+
|
| 185 |
+
**4. `posSol` in `exit-slippage.jsonl` is mark-to-market value at exit, not entry
|
| 186 |
+
size.** It satisfies `slipPct = jupOutSol / posSol − 1`. Grouping returns by it
|
| 187 |
+
measures causation backwards — a position that fell 99% is small *because* it
|
| 188 |
+
lost. Join to `entry-exec.jsonl` (`requestedSol`, `spentReal`) for entry size.
|
| 189 |
+
|
| 190 |
+
**Privacy:** the dataset contains no wallets, no keys and no transaction
|
| 191 |
+
signatures. The release is produced by a build script that strips those fields,
|
| 192 |
+
re-audits its own output, and fails the build rather than shipping a violation.
|
| 193 |
+
Token mints and creator addresses are public on-chain data.
|
| 194 |
+
|
| 195 |
+
**Not investment advice.** Published for research purposes.
|
| 196 |
+
|
| 197 |
+
## Method
|
| 198 |
+
|
| 199 |
+
The obvious risk in two months of analysis over the same datasets is **data
|
| 200 |
+
fishing**: test sixty ideas, keep the one that looks good, never correct for the
|
| 201 |
+
fifty-nine you discarded. This was treated as a process problem.
|
| 202 |
+
|
| 203 |
+
- **Pre-registration.** Every hypothesis is recorded with its prediction and a
|
| 204 |
+
timestamp *before* the analysis runs. Only data after that mark counts as
|
| 205 |
+
validation.
|
| 206 |
+
- **Negative results are recorded.** ~60 hypotheses closed or refuted, with their
|
| 207 |
+
numbers.
|
| 208 |
+
- **Artifacts are recorded.** One calculation produced means of +19,216% before
|
| 209 |
+
the reference price was found to be misspecified — written down, with cause and
|
| 210 |
+
correction.
|
| 211 |
+
- **Caveats against each verdict are recorded**, not just supporting evidence. The
|
| 212 |
+
regime caveat on the truncation bound above is an example: it weakens the
|
| 213 |
+
headline, and it is in the headline.
|
| 214 |
+
|
| 215 |
+
## Links
|
| 216 |
+
|
| 217 |
+
- **Code and documentation:** https://github.com/cristiandkzk/fill-real
|
| 218 |
+
- **Archived, citable (concept DOI, always newest):** https://doi.org/10.5281/zenodo.21830479
|
| 219 |
+
|
| 220 |
+
## Citation
|
| 221 |
+
|
| 222 |
+
```bibtex
|
| 223 |
+
@dataset{diaz_2026_fillreal,
|
| 224 |
+
author = {Díaz, Cristian Gonzalo},
|
| 225 |
+
title = {fill-real: an execution-grounded dataset for
|
| 226 |
+
evaluating Solana trading strategies},
|
| 227 |
+
year = {2026},
|
| 228 |
+
publisher = {Zenodo},
|
| 229 |
+
version = {2.0.0},
|
| 230 |
+
doi = {10.5281/zenodo.22051123},
|
| 231 |
+
url = {https://doi.org/10.5281/zenodo.22051123}
|
| 232 |
+
}
|
| 233 |
+
```
|
| 234 |
+
|
| 235 |
+
To cite all versions rather than v2 specifically, use the concept DOI
|
| 236 |
+
`10.5281/zenodo.21830479`.
|
| 237 |
+
|
| 238 |
+
## License
|
| 239 |
+
|
| 240 |
+
**CC BY 4.0** — use it freely, credit the source.
|
| 241 |
+
|
| 242 |
+
## Author
|
| 243 |
+
|
| 244 |
+
**Cristian Gonzalo Díaz** — [@cristiandkzk](https://github.com/cristiandkzk)
|
| 245 |
+
|
| 246 |
+
Built and operated the instrumented system this data comes from. The
|
| 247 |
+
methodological discipline is the substance here: this work exists because the
|
| 248 |
+
measurement kept contradicting the analysis, and the contradictions were recorded
|
| 249 |
+
instead of discarded.
|
entry-exec.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
exit-slippage.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
grad-early-shadow.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9ff8eda69261ac622753d2c908631f78ffeb5cfabc3a5269920f56652f34c24
|
| 3 |
+
size 17493740
|
grad-entry-shape.jsonl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42bf866e99edacc949472f04a135929c56f0a3fa2cf3fce826585357c0e274a7
|
| 3 |
+
size 21942661
|
grad-social-shadow.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8593667a4667be02c6f2225ecc1f2adf9bbee112807b837f2d0ca27c2cccc6d2
|
| 3 |
+
size 21988365
|
liquidity-track.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dec311664eba48ca4858de55a87ddf1b140257c08af7cb7b75deb1a45e3d0301
|
| 3 |
+
size 15139695
|
survivor-shadow.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|