Maurits Wurzner commited on
Commit
a4f7902
·
verified ·
1 Parent(s): 4fcd5c2

crypto-execution-costs: 2026-08-26

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ pretty_name: "Crypto execution costs: DEX quotes, fiat on-ramps, L2 confirmation"
4
+ tags:
5
+ - defi
6
+ - dex
7
+ - execution-cost
8
+ - slippage
9
+ - onramp
10
+ - ethereum
11
+ - blockchain
12
+ - cryptocurrency
13
+ - time-series
14
+ task_categories:
15
+ - time-series-forecasting
16
+ size_categories:
17
+ - 10K<n<100K
18
+ ---
19
+
20
+ # Crypto execution costs
21
+
22
+ What it actually costs to move money on-chain, recorded as it was quoted. Three angles: swap
23
+ quotes from competing DEX aggregators, retail fiat on-ramp quotes, and how long an L2 takes to
24
+ turn a sequencer promise into something L1 confirms.
25
+
26
+ Quotes are computed per request against live state and stored by nobody. The live comparison is
27
+ free to anyone at the moment they ask; a record of what was quoted over time is not, as far as we
28
+ could find.
29
+
30
+ ## What is in here
31
+
32
+ | name | one row is |
33
+ |---|---|
34
+ | `e10_quote_benchmark` | one swap quote from LI.FI, KyberSwap or CoW, at a fixed size, fee split out |
35
+ | `e12_onramp_quotes` | one retail fiat on-ramp quote, buy or sell |
36
+ | `e14_l2_preconf` | an L2 heartbeat (unsafe vs safe head) or a sequencer promise the chain replaced |
37
+ | `e0_run_manifest` | one collection window: polls, failures, coverage counters |
38
+
39
+ ## Before you build on this
40
+
41
+ - Quote rows are what each aggregator served, which is not what you could have filled. One round
42
+ has LI.FI 5% above the other two; read outliers as provider behaviour rather than free money.
43
+ - LI.FI applies a fixed fee of about 25 bps at every size. It is split into `fee_usd` precisely
44
+ so its pricing policy is not mistaken for worse routing. Read price and fee together.
45
+ - The on-ramp panel is thin: Mercuryo answers full quotes without a key, Ramp gives a reference
46
+ price and fee bounds, and MoonPay, Transak, Guardarian and Mt Pelerin all require keys. It is
47
+ 1.5 providers, not a market survey.
48
+ - In `e14`, only the `violation` rows are hard to get elsewhere. The heartbeat lag can be rebuilt
49
+ after the fact from L2 block timestamps and L1 batch times, both of which are permanent, so
50
+ treat heartbeats as coverage attestation rather than as a scarce series.
51
+ - Optimism's public endpoint serves a stale `safe` tag (tens of millions of blocks behind, where
52
+ Base is a dozen). Rows carry `safe_tag_plausible` so that shows up instead of being published
53
+ as a property of the rollup.
54
+
55
+ Partitions are parquet, one file per collection window, under `dataset/YYYY/MM/`. This repo carries a rolling 7-day window of the panels above; the accumulated history is held privately.
56
+
57
+ ```python
58
+ from huggingface_hub import snapshot_download
59
+ import pandas as pd, glob
60
+
61
+ path = snapshot_download("SleeveZipper/crypto-execution-costs", repo_type="dataset",
62
+ allow_patterns="e10_quote_benchmark/**")
63
+ df = pd.concat(map(pd.read_parquet,
64
+ glob.glob(f"{path}/e10_quote_benchmark/**/*.parquet", recursive=True)))
65
+ ```
66
+
67
+ ## Coverage
68
+
69
+ `e0_run_manifest` lists every collection window with its poll counts and failure counts, and is
70
+ published in full rather than windowed. Gaps between windows are real, cannot be filled in
71
+ afterwards, and nothing here is interpolated.
72
+
73
+ ## License and contact
74
+
75
+ ODC-BY: use it freely, credit "DataForge (SleeveZipper)". Questions and requests for the full
76
+ history via the discussions tab.
e0_run_manifest/2026/08/2026-08-25T1524Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83558c8c02860bdaae4abd74f7c5e22ef7757839cdfc85f521f5573dc273306
3
+ size 11060
e0_run_manifest/2026/08/2026-08-25T1657Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57732d874910316e51ce3ed33b40e26896766cdb5f2e30dd6bdebd4620792ff5
3
+ size 12030
e0_run_manifest/2026/08/2026-08-25T1851Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65cfd820304043c8205e8421f152626e176ae08059c79e9c94b2bb41f52c545c
3
+ size 12030
e0_run_manifest/2026/08/2026-08-26T0021Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:718f0b08bc2e07cca0dfff97d57a014ed4d71636276e4eb6fc60eba4e6b6c35e
3
+ size 12030
e0_run_manifest/2026/08/2026-08-26T0148Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e426f3f007fb0d07a8d26ee71df7b0edb692f59f7f558f59e295b2de869d8034
3
+ size 12030
e0_run_manifest/2026/08/2026-08-26T1250Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50fab2707a5c567ad323243a1084630813f8329f8c2a7e48844059822057ee0
3
+ size 12030
e10_quote_benchmark/2026/08/2026-08-25T1657Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae3440db5ceff1888ed130cb4e31ae45eb76c6310a15f41f4ed196a9bdd0172
3
+ size 11298
e10_quote_benchmark/2026/08/2026-08-25T1851Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0214eae2b8b020aae195a0a9a1dcd77105b46bdcc73a0ec3795f40df392b86c2
3
+ size 34130
e10_quote_benchmark/2026/08/2026-08-26T0021Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c70ba5a69579f25e4c6dba25f2cb6d715fcd6e93eb35825f772c805ebd2b50
3
+ size 11720
e10_quote_benchmark/2026/08/2026-08-26T0148Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a10a86e6777a622604a452f2e50db61afd8860f707eb8de2bc871a341122aa
3
+ size 33812
e10_quote_benchmark/2026/08/2026-08-26T1250Z.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee8075c0435f3f8a3d19dd387d615037983e0340caee3c984f14ee4d61d373e
3
+ size 11715