File size: 1,215 Bytes
dc79fa7
 
 
 
 
 
 
 
 
 
 
d5e48d6
 
 
 
 
dc79fa7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: cc-by-4.0
pretty_name: Chainticks Stablecoin Flows
tags:
- finance
- crypto
- parquet
- duckdb
- pandas
- polars
- agent-friendly
configs:
- config_name: default
  data_files:
  - split: train
    path: flows/date=*/part-*.parquet
---

# Chainticks Stablecoin Flows

USDC/USDT mint, burn, and bridge flow rows derived from public ERC-20 transfer logs.

```python
import pandas as pd

DATE = "YYYY-MM-DD"
URL = "https://huggingface.co/datasets/Chainticks/stablecoin-flows/resolve/main/flows/date={DATE}/part-0000.parquet"
df = pd.read_parquet(URL)
print(df.head())
```

## Layout

```
flows/date=YYYY-MM-DD/part-0000.parquet
_schema.json
_manifest.json
LATEST_DATE.txt
```

## Provenance

Rows must have `source_kind` in `['on_chain_event']`. Chainticks does not publish venue REST/API resale data in this dataset.

## Agent Prompt Snippet

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.

## Affiliation

Chainticks is independent and is not affiliated with the protocols, relays, venues, or government agencies represented by the data.