datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
stablecoin-flows
Chainticks Stablecoin Flows
USDC/USDT mint, burn, and bridge flow rows derived from public ERC-20 transfer logs.
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… See the full description on the dataset page: https://huggingface.co/datasets/Chainticks/stablecoin-flows.Stablecoin-Transfers-Ethereum-Cryptocurrency-Data
Stablecoin Transfers — Ethereum Cryptocurrency Data
ERC-20 transfer events for USDC, USDT, and DAI on Ethereum mainnet.
Chain
Ethereum mainnet (chain_id 1)
Coverage
2017-11 → 2025-10 (UTC, by block_timestamp)
Tokens
USDC, USDT, DAI
Format
Parquet, Hive partitions data/year=YYYY/month=MM/
Source
BlockDB blockdb0304_token_transfers_v1
Schema
Token Transfers — data catalog
Files
data/
year=YYYY/month=MM/part-NNNN.parquet… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/Stablecoin-Transfers-Ethereum-Cryptocurrency-Data.svb-stablecoins-hourly-tick-liquidity
Hourly Tick-Level Liquidity Distributions on Uniswap V3 (Feb-Apr 2023)
Replication dataset for:
Hernandez Cruz, W., Xu, J., Tasca, P., and Campajola, C. (2024).
No Questions Asked: Effects of Transparency on Stablecoin Liquidity
During the Collapse of Silicon Valley Bank.
arXiv:2407.11716 [q-fin.TR].
Hourly tick-level liquidity distributions for the Uniswap V3 pools used
in the paper, covering the SVB
crisis window. One row per (pool, tick, hour). See the
paper for the… See the full description on the dataset page: https://huggingface.co/datasets/ExponentialScience/svb-stablecoins-hourly-tick-liquidity.svb-stablecoins-hourly-lp-positions
Hourly Raw Liquidity-Provider Positions on Uniswap V3 (Feb-Apr 2023)
Replication dataset for:
Hernandez Cruz, W., Xu, J., Tasca, P., and Campajola, C. (2024).
No Questions Asked: Effects of Transparency on Stablecoin Liquidity
During the Collapse of Silicon Valley Bank.
arXiv:2407.11716 [q-fin.TR].
Hourly unaggregated NFT liquidity-provider positions for the
Uniswap V3 pools used in the
paper, covering the SVB crisis
window. One row per active NFT position per hourly snapshot.… See the full description on the dataset page: https://huggingface.co/datasets/ExponentialScience/svb-stablecoins-hourly-lp-positions.
