GregM commited on
Commit
d87014e
·
verified ·
1 Parent(s): 572959f

Refresh MEV tape timestamps and dataset card

Browse files
README.md CHANGED
@@ -4,11 +4,14 @@ pretty_name: Chainticks MEV Tape
4
  tags:
5
  - finance
6
  - crypto
 
7
  - parquet
8
  - duckdb
9
  - pandas
10
  - polars
11
  - agent-friendly
 
 
12
  configs:
13
  - config_name: default
14
  data_files:
@@ -20,6 +23,13 @@ configs:
20
 
21
  Public relay MEV rows, starting with Flashbots delivered payload bid traces.
22
 
 
 
 
 
 
 
 
23
  ```python
24
  import pandas as pd
25
 
@@ -42,6 +52,10 @@ LATEST_DATE.txt
42
 
43
  Rows must have `source_kind` in `['public_relay']`. Chainticks does not publish venue REST/API resale data in this dataset.
44
 
 
 
 
 
45
  ## Agent Prompt Snippet
46
 
47
  Use this dataset as append-only market context. Read `LATEST_DATE.txt`, inspect `_schema.json`, then load the relevant Parquet partition. Treat timestamps as UTC and preserve `source_kind` in downstream analysis.
 
4
  tags:
5
  - finance
6
  - crypto
7
+ - data-analysis
8
  - parquet
9
  - duckdb
10
  - pandas
11
  - polars
12
  - agent-friendly
13
+ task_categories:
14
+ - tabular-regression
15
  configs:
16
  - config_name: default
17
  data_files:
 
23
 
24
  Public relay MEV rows, starting with Flashbots delivered payload bid traces.
25
 
26
+ ## Current Scope
27
+
28
+ - **Coverage:** Public relay delivered-payload rows, starting with Flashbots-style MEV payload metadata.
29
+ - **Best for:** MEV regime context, builder/relay concentration checks, and joining public relay activity to market microstructure features.
30
+ - **Cadence:** append-only partitions, normally refreshed by the Chainticks nightly publisher.
31
+ - **Timestamps:** UTC ISO-8601 strings when available. Null timestamp fields mean the source event did not include a timestamp at collection time.
32
+
33
  ```python
34
  import pandas as pd
35
 
 
52
 
53
  Rows must have `source_kind` in `['public_relay']`. Chainticks does not publish venue REST/API resale data in this dataset.
54
 
55
+ ## Known Limitations
56
+
57
+ Relay coverage is provider-dependent and does not represent all private order flow or all block-building activity.
58
+
59
  ## Agent Prompt Snippet
60
 
61
  Use this dataset as append-only market context. Read `LATEST_DATE.txt`, inspect `_schema.json`, then load the relevant Parquet partition. Treat timestamps as UTC and preserve `source_kind` in downstream analysis.
_manifest.json CHANGED
@@ -1,20 +1,27 @@
1
  {
2
  "dataset": "mev-tape",
3
  "files": [
 
4
  "payloads/date=2026-05-11/part-0000.parquet"
5
  ],
6
- "generated_at": "2026-05-11T09:41:10.872253+00:00",
7
  "public_source_kinds": [
8
  "public_relay"
9
  ],
10
  "repo_id": "Chainticks/mev-tape",
11
  "row_counts": {
12
- "payloads/2026-05-11": 100
 
13
  },
14
  "time_ranges": {
 
 
 
 
 
15
  "payloads/2026-05-11": {
16
- "end": null,
17
- "start": null,
18
  "timezone": "UTC"
19
  }
20
  }
 
1
  {
2
  "dataset": "mev-tape",
3
  "files": [
4
+ "payloads/date=2026-05-10/part-0000.parquet",
5
  "payloads/date=2026-05-11/part-0000.parquet"
6
  ],
7
+ "generated_at": "2026-05-11T12:08:57.880882+00:00",
8
  "public_source_kinds": [
9
  "public_relay"
10
  ],
11
  "repo_id": "Chainticks/mev-tape",
12
  "row_counts": {
13
+ "payloads/2026-05-10": 12,
14
+ "payloads/2026-05-11": 88
15
  },
16
  "time_ranges": {
17
+ "payloads/2026-05-10": {
18
+ "end": "2026-05-10T23:47:11Z",
19
+ "start": "2026-05-10T22:43:11Z",
20
+ "timezone": "UTC"
21
+ },
22
  "payloads/2026-05-11": {
23
+ "end": "2026-05-11T08:46:23Z",
24
+ "start": "2026-05-11T00:17:47Z",
25
  "timezone": "UTC"
26
  }
27
  }
payloads/date=2026-05-10/part-0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598a50ccaa4b4a38d28a778220609cd68a6ddb554a4f30116860e66debd070a2
3
+ size 12407
payloads/date=2026-05-11/part-0000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f27a40b37a7d9544dede6e221052d454d44e98c96f810b2dca56cca6e77786c
3
- size 36917
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2623fdec4c4eb5617e0d6d698fd542f7a511f79a1e84e3089ab59f931507d29c
3
+ size 34770