EigenLayer Restaking Tracker — TVL Operators 30d Growth
Pricing
Pay per usage
EigenLayer Restaking Tracker — TVL Operators 30d Growth
EigenLayer + Symbiotic + Karak + Babylon restaking protocol TVL, operators, 24h/7d/30d growth, AVS distribution. Track the restaking gold rush. DefiLlama data. PPE $0.001/protocol.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
EigenLayer + Restaking TVL Tracker
Track TVL, 7d/30d growth, and chain distribution across 45+ restaking protocols — EigenLayer, Babylon, ether.fi, Kelp, Renzo, Symbiotic, Puffer, Swell, Mantle, and more. Both Restaking and Liquid Restaking categories. No API key required.
What It Does
Restaking is the dominant DeFi narrative of 2025-26 — billions of dollars are locked across LRT issuers and core restaking protocols, with rapid TVL rotation. This Actor:
- Pulls every protocol in DefiLlama's
RestakingandLiquid Restakingcategories - Returns TVL, 1h/1d/7d/30d % changes, market cap, chain split, project URL/Twitter
- Sortable by TVL or growth (catch flows into/out of specific LRTs)
- Telegram alerts when any protocol moves more than X% in 7 days
Why This Matters
- LRT rotation = alpha. When Renzo loses 20% of TVL in a week and Puffer gains 30%, that flow precedes price action on $ezETH / $pufETH / $ETHFI.
- Macro narrative tracker. EigenLayer slashing live, Babylon Bitcoin restaking launch, Symbiotic / Karak competition — all surface here as TVL deltas.
- Yield optimization input. Pair TVL growth with on-chain LRT yield (via DeFi Yield Scanner) to pick the right LRT for new deposits.
Input
| Field | Type | Default | Description |
|---|---|---|---|
includeRestaking | boolean | true | Core restaking (EigenLayer, Babylon, Symbiotic, …) |
includeLiquidRestaking | boolean | true | LRTs (ether.fi, Kelp, Renzo, Puffer, Swell, Mantle, …) |
minTvlUsd | integer | 1000000 | Filter out micro-cap experiments |
sortBy | string | tvl_desc | tvl_desc, growth_7d_desc, growth_30d_desc, growth_7d_asc, name_asc |
limit | integer | 50 | Max protocols |
alertGrowth7dPct | number | 0 | Telegram alert threshold ( |
telegramBotToken | string (secret) | — | Bot token |
telegramChatId | string | — | Chat ID |
Example: Top 20 by TVL
{"sortBy": "tvl_desc", "limit": 20}
Example: LRT growth scanner
{"includeRestaking": false, "sortBy": "growth_7d_desc", "minTvlUsd": 10000000}
Example: Outflow alarm
{"sortBy": "growth_7d_asc", "alertGrowth7dPct": 15, "telegramBotToken": "...", "telegramChatId": "..."}
Output
{"name": "ether.fi Stake","slug": "etherfi-stake","symbol": "ETHFI","category": "Liquid Restaking","tvl_usd": 3183657843,"tvl_change_1h_pct": 0.05,"tvl_change_1d_pct": -0.42,"tvl_change_7d_pct": 2.81,"tvl_change_30d_pct": 14.6,"mcap_usd": 451000000,"chains": ["Ethereum", "Arbitrum"],"chain_tvls": {"Ethereum": 2989450000, "Arbitrum": 194207843},"url": "https://www.ether.fi","twitter": "ether_fi"}
Pricing
- $0.001 per protocol returned
Examples:
- Top 50 by TVL: $0.05
- Full universe (~45 protocols): $0.045
Use Cases
Daily LRT flow report — Schedule daily at midnight UTC, sort by growth_7d_desc, deliver to your Telegram:
{"sortBy": "growth_7d_desc", "limit": 15, "alertGrowth7dPct": 0}
Restaking narrative dashboard — Pull all protocols, group by category, chart aggregated TVL.
Outflow alarm — Inflows tell you which LRT is winning. Outflows tell you when something's wrong (depeg fear, exploit, governance drama).
Data Sources
- DefiLlama
/protocols(full list) +/protocol/{slug}(TVL series for 30d delta) - No API key required — free public API
Related Actors
- DeFi Yield Scanner — Cross-reference LRT TVL with current yield to find best entry.
- DeFi Liquidation Tracker — LRT depegs trigger liquidation cascades.
- Smart Money Wallet Tracker — See which whale wallets are moving in/out of restaking.
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 15 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/F5yHb0TIp5HrEtOtM/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/F5yHb0TIp5HrEtOtM/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/70B4ayAk1erAWytke/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/Ltag84sjfuHq7opnT |
Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.
Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.