|
| 1 | +--- |
| 2 | +title: Fri 14th |
| 3 | +weight: 14 |
| 4 | +--- |
| 5 | + |
| 6 | +## **Polkadot Ecosystem AI Analytics** |
| 7 | +{{% hint info %}} |
| 8 | + |
| 9 | +The data acquisition cutoff time for analysis is 23:59:59 UTC on February 14, 2025. |
| 10 | +{{% /hint %}} |
| 11 | + |
| 12 | +### **Key Insights on Adoption & Activity** |
| 13 | +- **Mythos dominates in holder count (43.44M),** far surpassing Moonbeam (12.37M) and Polkadot (10.11M). This suggests significant adoption, possibly due to incentives or integrations. |
| 14 | +- **Moonbeam leads in active accounts (474K),** confirming its strong DeFi and smart contract ecosystem. Newer networks like **Peaq (247K) are gaining traction,** likely due to IoT-driven use cases. |
| 15 | +- **Polkadot (40.5K active accounts) sees less direct engagement**, aligning with its role as a relay chain focused on XCM message transfers rather than daily transactions. |
| 16 | + |
| 17 | +### **Transactional & Economic Activity Trends** |
| 18 | +- **Polkadot leads in transfer volume ($329.56M),** despite lower transaction and transfer counts. This indicates large-value transfers, possibly linked to governance, treasury, or staking payouts. |
| 19 | +- **Mythos records the highest transfer count (1.37M), but its transfer volume ($29.57M) is low,** suggesting frequent, small transactions. |
| 20 | +- **Moonbeam, Astar, and Peaq** facilitate high-value transactions within the ecosystem, reinforcing their DeFi presence. |
| 21 | + |
| 22 | +### **Smart Contract Execution & Cross-Chain Interactions** |
| 23 | +- **Moonbeam leads in transactions (1.3M),** solidifying its role as the primary smart contract execution platform. |
| 24 | +- **Phala (1.16M transactions but low USD volume)** likely processes non-monetary transactions related to privacy computation. |
| 25 | +- **XCM interactions appear to be increasing,** contributing to Moonbeam’s and Astar’s growth. |
| 26 | + |
| 27 | +### **Holder Growth & Token Price Movements** |
| 28 | +- **Peaq saw the highest holder growth (+3.42%), indicating strong new adoption**—likely from IoT integrations. |
| 29 | +- **Polkadot saw a +7.97% price gain over 3 days,** suggesting strong mid-term confidence but experiencing slight retracement. |
| 30 | +- **Pendulum (+14.83%) and Unique (+13.5%) led in short-term price appreciation,** reflecting possible speculation or new integrations. |
| 31 | + |
| 32 | +### **Investment & Ecosystem Implications** |
| 33 | +- **Polkadot maintains institutional confidence** through **higher USD transfer volumes.** |
| 34 | +- **Emerging parachains (Moonbeam, Peaq, Mythos) are seeing more daily engagement**, which could challenge Polkadot’s dominance in the long term. |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +``` |
| 39 | +┌──────────┬──────────────────────────┐ |
| 40 | +│ network ┆ holder_count_last_7_days │ |
| 41 | +│ --- ┆ --- │ |
| 42 | +│ str ┆ f64 │ |
| 43 | +╞══════════╪══════════════════════════╡ |
| 44 | +│ Mythos ┆ 4.3439472e7 │ |
| 45 | +│ Moonbeam ┆ 1.2374629e7 │ |
| 46 | +│ Polkadot ┆ 1.0109245e7 │ |
| 47 | +│ Nodle ┆ 9.09113e6 │ |
| 48 | +│ Astar ┆ 5.825057e6 │ |
| 49 | +└──────────┴──────────────────────────┘ |
| 50 | +┌──────────┬──────────────────────────────────┐ |
| 51 | +│ network ┆ active_account_count_last_7_days │ |
| 52 | +│ --- ┆ --- │ |
| 53 | +│ str ┆ f64 │ |
| 54 | +╞══════════╪══════════════════════════════════╡ |
| 55 | +│ Moonbeam ┆ 474141.0 │ |
| 56 | +│ Peaq ┆ 247412.0 │ |
| 57 | +│ Mythos ┆ 110116.0 │ |
| 58 | +│ Polkadot ┆ 40534.0 │ |
| 59 | +│ Unique ┆ 17287.0 │ |
| 60 | +└──────────┴──────────────────────────────────┘ |
| 61 | +┌───────────┬────────────────────────────┐ |
| 62 | +│ network ┆ transfer_count_last_7_days │ |
| 63 | +│ --- ┆ --- │ |
| 64 | +│ str ┆ f64 │ |
| 65 | +╞═══════════╪════════════════════════════╡ |
| 66 | +│ Mythos ┆ 1.37235e6 │ |
| 67 | +│ Phala ┆ 953645.0 │ |
| 68 | +│ Moonbeam ┆ 263111.0 │ |
| 69 | +│ Peaq ┆ 172999.0 │ |
| 70 | +│ Hydration ┆ 67965.0 │ |
| 71 | +└───────────┴────────────────────────────┘ |
| 72 | +┌──────────┬────────────────────────────────────┐ |
| 73 | +│ network ┆ transfer_amount_in_usd_last_7_days │ |
| 74 | +│ --- ┆ --- │ |
| 75 | +│ str ┆ f64 │ |
| 76 | +╞══════════╪════════════════════════════════════╡ |
| 77 | +│ Polkadot ┆ 3.2956e8 │ |
| 78 | +│ Mythos ┆ 2.9571e7 │ |
| 79 | +│ Moonbeam ┆ 2.8559e7 │ |
| 80 | +│ Astar ┆ 1.6409e7 │ |
| 81 | +│ Peaq ┆ 1.4303e7 │ |
| 82 | +└──────────┴────────────────────────────────────┘ |
| 83 | +┌──────────────┬───────────────────────────────┐ |
| 84 | +│ network ┆ transaction_count_last_7_days │ |
| 85 | +│ --- ┆ --- │ |
| 86 | +│ str ┆ f64 │ |
| 87 | +╞══════════════╪═══════════════════════════════╡ |
| 88 | +│ Moonbeam ┆ 1.30082e6 │ |
| 89 | +│ Phala ┆ 1.161507e6 │ |
| 90 | +│ Mythos ┆ 1.08461e6 │ |
| 91 | +│ Peaq ┆ 1.082655e6 │ |
| 92 | +│ Energy Web X ┆ 491137.0 │ |
| 93 | +└──────────────┴───────────────────────────────┘ |
| 94 | +┌───────────┬─────────────────────────────────────┐ |
| 95 | +│ network ┆ holder_count_pct_change_last_3_days │ |
| 96 | +│ --- ┆ --- │ |
| 97 | +│ str ┆ list[f64] │ |
| 98 | +╞═══════════╪═════════════════════════════════════╡ |
| 99 | +│ Peaq ┆ [2.553215, 3.415826] │ |
| 100 | +│ Unique ┆ [0.845698, 0.819207] │ |
| 101 | +│ Darwinia ┆ [0.222717, 0.507937] │ |
| 102 | +│ Hydration ┆ [0.078957, 0.0] │ |
| 103 | +│ Mythos ┆ [0.065784, 0.062586] │ |
| 104 | +└───────────┴─────────────────────────────────────┘ |
| 105 | +┌──────────────┬────────────────────────────────────┐ |
| 106 | +│ network ┆ token_price_pct_change_last_3_days │ |
| 107 | +│ --- ┆ --- │ |
| 108 | +│ str ┆ list[f64] │ |
| 109 | +╞══════════════╪════════════════════════════════════╡ |
| 110 | +│ Pendulum ┆ [14.831952, -0.764205] │ |
| 111 | +│ Unique ┆ [13.49776, -0.380749] │ |
| 112 | +│ Polkadot ┆ [7.9756, -1.673643] │ |
| 113 | +│ Acala ┆ [6.951792, -4.318705] │ |
| 114 | +│ Energy Web X ┆ [6.160038, -2.058324] │ |
| 115 | +└──────────────┴────────────────────────────────────┘ |
| 116 | +``` |
0 commit comments