Datasets:
Refresh stablecoin flow timestamps and dataset card
Browse files- README.md +14 -0
- _manifest.json +18 -4
- flows/date=2026-05-09/part-0000.parquet +3 -0
- flows/date=2026-05-10/part-0000.parquet +3 -0
- flows/date=2026-05-11/part-0000.parquet +2 -2
README.md
CHANGED
|
@@ -4,11 +4,14 @@ pretty_name: Chainticks Stablecoin Flows
|
|
| 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 |
USDC/USDT mint, burn, and bridge flow rows derived from public ERC-20 transfer logs.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
```python
|
| 24 |
import pandas as pd
|
| 25 |
|
|
@@ -42,6 +52,10 @@ LATEST_DATE.txt
|
|
| 42 |
|
| 43 |
Rows must have `source_kind` in `['on_chain_event']`. 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 |
USDC/USDT mint, burn, and bridge flow rows derived from public ERC-20 transfer logs.
|
| 25 |
|
| 26 |
+
## Current Scope
|
| 27 |
+
|
| 28 |
+
- **Coverage:** Ethereum stablecoin mint/burn/bridge-style transfer rows from public ERC-20 logs.
|
| 29 |
+
- **Best for:** Stablecoin supply-flow features, liquidity-regime monitoring, and crypto market context for forecasting/research agents.
|
| 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 `['on_chain_event']`. Chainticks does not publish venue REST/API resale data in this dataset.
|
| 54 |
|
| 55 |
+
## Known Limitations
|
| 56 |
+
|
| 57 |
+
Current rows emphasize large, easy-to-classify public transfer patterns. It is not a complete stablecoin supply audit.
|
| 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,34 @@
|
|
| 1 |
{
|
| 2 |
"dataset": "stablecoin-flows",
|
| 3 |
"files": [
|
|
|
|
|
|
|
| 4 |
"flows/date=2026-05-11/part-0000.parquet"
|
| 5 |
],
|
| 6 |
-
"generated_at": "2026-05-
|
| 7 |
"public_source_kinds": [
|
| 8 |
"on_chain_event"
|
| 9 |
],
|
| 10 |
"repo_id": "Chainticks/stablecoin-flows",
|
| 11 |
"row_counts": {
|
| 12 |
-
"flows/2026-05-
|
|
|
|
|
|
|
| 13 |
},
|
| 14 |
"time_ranges": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"flows/2026-05-11": {
|
| 16 |
-
"end":
|
| 17 |
-
"start":
|
| 18 |
"timezone": "UTC"
|
| 19 |
}
|
| 20 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": "stablecoin-flows",
|
| 3 |
"files": [
|
| 4 |
+
"flows/date=2026-05-09/part-0000.parquet",
|
| 5 |
+
"flows/date=2026-05-10/part-0000.parquet",
|
| 6 |
"flows/date=2026-05-11/part-0000.parquet"
|
| 7 |
],
|
| 8 |
+
"generated_at": "2026-05-11T12:08:53.142318+00:00",
|
| 9 |
"public_source_kinds": [
|
| 10 |
"on_chain_event"
|
| 11 |
],
|
| 12 |
"repo_id": "Chainticks/stablecoin-flows",
|
| 13 |
"row_counts": {
|
| 14 |
+
"flows/2026-05-09": 10,
|
| 15 |
+
"flows/2026-05-10": 1657,
|
| 16 |
+
"flows/2026-05-11": 613
|
| 17 |
},
|
| 18 |
"time_ranges": {
|
| 19 |
+
"flows/2026-05-09": {
|
| 20 |
+
"end": "2026-05-09T23:57:47Z",
|
| 21 |
+
"start": "2026-05-09T23:47:59Z",
|
| 22 |
+
"timezone": "UTC"
|
| 23 |
+
},
|
| 24 |
+
"flows/2026-05-10": {
|
| 25 |
+
"end": "2026-05-10T23:57:59Z",
|
| 26 |
+
"start": "2026-05-10T00:02:23Z",
|
| 27 |
+
"timezone": "UTC"
|
| 28 |
+
},
|
| 29 |
"flows/2026-05-11": {
|
| 30 |
+
"end": "2026-05-11T09:12:47Z",
|
| 31 |
+
"start": "2026-05-11T00:01:59Z",
|
| 32 |
"timezone": "UTC"
|
| 33 |
}
|
| 34 |
}
|
flows/date=2026-05-09/part-0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a28808004e5c73ccfbbd1090b155a0ee37c10b5132c3777d11abdd8eb4cb753
|
| 3 |
+
size 8775
|
flows/date=2026-05-10/part-0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e40d8fbee425cffe80c14b2020d832be0c85ba1a431a27a2fad498cd9e6512d9
|
| 3 |
+
size 180485
|
flows/date=2026-05-11/part-0000.parquet
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:b7e2b93afcb1d0dd11869b1dea3ebb980e3e36f79e37391e71d6a31a011a328f
|
| 3 |
+
size 73966
|