Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- defi
|
| 7 |
+
- ethereum
|
| 8 |
+
- lending
|
| 9 |
+
- microstructure
|
| 10 |
+
- mcdm
|
| 11 |
+
- event-time
|
| 12 |
+
pretty_name: ICICPE 2026 — Event-Time 6-Way DeFi Lending Panel
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1M<n<10M
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# ICICPE 2026 — Event-Time 6-Way DeFi Lending Panel
|
| 18 |
+
|
| 19 |
+
Per-block (≈12 s grid) panel of USDC supply markets across the six largest
|
| 20 |
+
Ethereum-L1 lending protocols (Aave V3, Compound V3, Spark, Morpho Blue,
|
| 21 |
+
Euler V2, Fluid; ~67 % of ~$54 B TVL), Nov 2024 → Apr 2026.
|
| 22 |
+
|
| 23 |
+
This dataset is the headline input table for:
|
| 24 |
+
|
| 25 |
+
> **"Event-Time MCDM Allocation across DeFi Lending Protocols:
|
| 26 |
+
> An HFT-Inspired Methodology with Walk-Forward Validation."**
|
| 27 |
+
> Sergei Solovev, WorldQuant University, 2026 (ICICPE SCOPUS Vol-2).
|
| 28 |
+
|
| 29 |
+
Paper repository (reproducible end-to-end pipeline, T1/T2/T3 training
|
| 30 |
+
artefacts, walk-forward equity parquets, Institutional Dossier):
|
| 31 |
+
<https://github.com/SergeySolovyev/icicpe-2026-event-time-mcdm-defi>
|
| 32 |
+
|
| 33 |
+
Production live agent (per-block loop, Flashbots private mempool,
|
| 34 |
+
Tier 5 observability):
|
| 35 |
+
<https://github.com/SergeySolovyev/event-time-mcdm-agent>
|
| 36 |
+
|
| 37 |
+
## File
|
| 38 |
+
|
| 39 |
+
`per_block_panel.parquet` (≈72 MB) — one row per Ethereum block, columns:
|
| 40 |
+
|
| 41 |
+
| Family | Columns | Notes |
|
| 42 |
+
|---|---|---|
|
| 43 |
+
| Index | `block_number`, `timestamp` | Ethereum L1 mainnet |
|
| 44 |
+
| Per-protocol supply APR | `aave_apy`, `compound_apy`, `spark_apy`, `morpho_apy`, `euler_apy`, `fluid_apy` | annualized, decimal |
|
| 45 |
+
| Per-protocol utilization | `aave_util`, `compound_util`, … | 0–1 |
|
| 46 |
+
| Per-protocol TVL | `aave_tvl`, `compound_tvl`, … | USDC, no decimals |
|
| 47 |
+
| F1 lead-rate | `dsr_rate`, `dsr_rate_lag_300`, `dsr_rate_lag_1800` | Maker DSR + lagged |
|
| 48 |
+
| F3 fragmentation | `top_apy`, `top_protocol`, `spread_top_runner_up`, pairwise `spread_{i}_{j}` | computed columns |
|
| 49 |
+
| F4 related | `eth_usd`, `gas_log10`, `usdc_peg_dev` | gas placeholder `25 gwei` const (see Limitations §VII (ii) in paper) |
|
| 50 |
+
|
| 51 |
+
## Build
|
| 52 |
+
|
| 53 |
+
The panel is produced by stitching per-event subgraph/RPC fetches onto a
|
| 54 |
+
uniform per-block grid. Source code lives in the paper repo under
|
| 55 |
+
`data/build_per_block_panel.py`. Reproduce with:
|
| 56 |
+
|
| 57 |
+
```bash
|
| 58 |
+
git clone https://github.com/SergeySolovyev/icicpe-2026-event-time-mcdm-defi
|
| 59 |
+
cd icicpe-2026-event-time-mcdm-defi
|
| 60 |
+
python -m scripts.finalize_6way_pipeline
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
## Citation
|
| 64 |
+
|
| 65 |
+
```bibtex
|
| 66 |
+
@misc{solovev2026eventtime,
|
| 67 |
+
author = {Sergei Solovev},
|
| 68 |
+
title = {Event-Time MCDM Allocation across DeFi Lending Protocols},
|
| 69 |
+
year = {2026},
|
| 70 |
+
note = {ICICPE 2026 SCOPUS Vol-2 submission; per-block panel and
|
| 71 |
+
walk-forward equity parquets at HuggingFace Datasets
|
| 72 |
+
\texttt{sssolovjov/icicpe-2026-defi-panel}},
|
| 73 |
+
}
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
## License
|
| 77 |
+
|
| 78 |
+
Released under CC-BY-4.0 — free use with attribution.
|