Publish DeFi liquidations nightly 2026-05-12
Browse files- LATEST_DATE.txt +1 -1
- README.md +0 -14
- _manifest.json +6 -13
- liquidations/date=2026-05-11/part-0000.parquet +2 -2
- liquidations/date=2026-05-12/part-0000.parquet +3 -0
LATEST_DATE.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
2026-05-
|
|
|
|
| 1 |
+
2026-05-12
|
README.md
CHANGED
|
@@ -4,14 +4,11 @@ pretty_name: Chainticks DeFi Liquidations
|
|
| 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,13 +20,6 @@ configs:
|
|
| 23 |
|
| 24 |
Normalized DeFi liquidation events decoded from public on-chain logs.
|
| 25 |
|
| 26 |
-
## Current Scope
|
| 27 |
-
|
| 28 |
-
- **Coverage:** Ethereum Aave liquidation events captured from public logs.
|
| 29 |
-
- **Best for:** Liquidation-pressure monitoring, stress-event labeling, and cross-checking DeFi liquidation bursts against perp market data.
|
| 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,10 +42,6 @@ LATEST_DATE.txt
|
|
| 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 |
-
This is a sparse bootstrap feed. Absence of rows should not be treated as proof that no DeFi liquidations occurred globally.
|
| 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.
|
|
|
|
| 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 |
|
| 21 |
Normalized DeFi liquidation events decoded from public on-chain logs.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
```python
|
| 24 |
import pandas as pd
|
| 25 |
|
|
|
|
| 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.
|
_manifest.json
CHANGED
|
@@ -1,27 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"dataset": "defi-liquidations",
|
| 3 |
"files": [
|
| 4 |
-
"liquidations/date=2026-05-
|
| 5 |
-
"liquidations/date=2026-05-11/part-0000.parquet"
|
| 6 |
],
|
| 7 |
-
"generated_at": "2026-05-
|
| 8 |
"public_source_kinds": [
|
| 9 |
"on_chain_event"
|
| 10 |
],
|
| 11 |
"repo_id": "Chainticks/defi-liquidations",
|
| 12 |
"row_counts": {
|
| 13 |
-
"liquidations/2026-05-
|
| 14 |
-
"liquidations/2026-05-11": 1
|
| 15 |
},
|
| 16 |
"time_ranges": {
|
| 17 |
-
"liquidations/2026-05-
|
| 18 |
-
"end":
|
| 19 |
-
"start":
|
| 20 |
-
"timezone": "UTC"
|
| 21 |
-
},
|
| 22 |
-
"liquidations/2026-05-11": {
|
| 23 |
-
"end": "2026-05-11T05:55:59Z",
|
| 24 |
-
"start": "2026-05-11T05:55:59Z",
|
| 25 |
"timezone": "UTC"
|
| 26 |
}
|
| 27 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": "defi-liquidations",
|
| 3 |
"files": [
|
| 4 |
+
"liquidations/date=2026-05-12/part-0000.parquet"
|
|
|
|
| 5 |
],
|
| 6 |
+
"generated_at": "2026-05-12T03:56:02.757151+00:00",
|
| 7 |
"public_source_kinds": [
|
| 8 |
"on_chain_event"
|
| 9 |
],
|
| 10 |
"repo_id": "Chainticks/defi-liquidations",
|
| 11 |
"row_counts": {
|
| 12 |
+
"liquidations/2026-05-12": 9
|
|
|
|
| 13 |
},
|
| 14 |
"time_ranges": {
|
| 15 |
+
"liquidations/2026-05-12": {
|
| 16 |
+
"end": null,
|
| 17 |
+
"start": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
"timezone": "UTC"
|
| 19 |
}
|
| 20 |
}
|
liquidations/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:a4bacffa232d096478aa47c92bf1f9fa25ee4cdf9979f974ab41d9caf03a304f
|
| 3 |
+
size 11036
|
liquidations/date=2026-05-12/part-0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73f718cc8bb27a146ea94dfda569b1c9fabca86982dc39fcaeeacd714ef3ac51
|
| 3 |
+
size 13015
|