|
| 1 | +--- |
| 2 | +title: Wed 12th |
| 3 | +weight: 12 |
| 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 12, 2025. |
| 10 | +{{% /hint %}} |
| 11 | + |
| 12 | +### **Adoption & Holder Trends** |
| 13 | +- **Mythos leads with 43.38M holders**, far surpassing other parachains, indicating strong traction, possibly in gaming or NFTs. |
| 14 | +- **Polkadot has 10.1M holders**, ranking third, though many appear to be passive investors rather than frequent users. |
| 15 | +- **Moonbeam and Peaq show high engagement**, suggesting adoption in smart contracts and MachineFi applications. |
| 16 | + |
| 17 | +### **Network Utilization & Transfers** |
| 18 | +- **Moonbeam dominates in active accounts (349K) and transactions (1.29M)**, benefiting from EVM compatibility and dApp deployment. |
| 19 | +- **Polkadot leads in USD transfer volume ($324M), but not transaction count**, indicating usage for high-value transfers rather than frequent transactions. |
| 20 | +- **Peaq’s rapid expansion in transactions (1.26M) signals growing adoption in the decentralized machine economy.** |
| 21 | + |
| 22 | +### **Cross-Chain Activity & Market Liquidity** |
| 23 | +- **XCM adoption is driving liquidity transfers**, with Mythos leading in total transfers (1.36M) and Phala following closely (957K). |
| 24 | +- **Moonbeam is a key bridge for transferring assets between Ethereum and Polkadot**, contributing to its large transfer count (266K). |
| 25 | + |
| 26 | +### **Investment & Market Sentiment** |
| 27 | +- **Peaq saw the highest holder growth in 3 days (+3.19%)**, likely due to DePIN initiatives. |
| 28 | +- **Nodle surged +9.47% in price**, signaling investor interest in decentralized wireless networks. |
| 29 | +- **Moonbeam and Astar show solid momentum in both transactions and price movement**, reinforcing their growing adoption. |
| 30 | + |
| 31 | +### **Key Takeaways** |
| 32 | +✅ **Polkadot remains an institutional settlement layer** but sees retail activity shifting to parachains. |
| 33 | +✅ **XCM is enhancing interoperability**, making cross-chain transfers more seamless. |
| 34 | +✅ **Moonbeam and Peaq are gaining traction**, capturing increasing user engagement. |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +``` |
| 39 | +┌──────────┬──────────────────────────┐ |
| 40 | +│ network ┆ holder_count_last_7_days │ |
| 41 | +│ --- ┆ --- │ |
| 42 | +│ str ┆ f64 │ |
| 43 | +╞══════════╪══════════════════════════╡ |
| 44 | +│ Mythos ┆ 4.3381712e7 │ |
| 45 | +│ Moonbeam ┆ 1.2374153e7 │ |
| 46 | +│ Polkadot ┆ 1.010822e7 │ |
| 47 | +│ Nodle ┆ 9.091131e6 │ |
| 48 | +│ Astar ┆ 5.823922e6 │ |
| 49 | +└──────────┴──────────────────────────┘ |
| 50 | +┌──────────┬──────────────────────────────────┐ |
| 51 | +│ network ┆ active_account_count_last_7_days │ |
| 52 | +│ --- ┆ --- │ |
| 53 | +│ str ┆ f64 │ |
| 54 | +╞══════════╪══════════════════════════════════╡ |
| 55 | +│ Moonbeam ┆ 349052.0 │ |
| 56 | +│ Peaq ┆ 239350.0 │ |
| 57 | +│ Mythos ┆ 110970.0 │ |
| 58 | +│ Polkadot ┆ 40595.0 │ |
| 59 | +│ Astar ┆ 19821.0 │ |
| 60 | +└──────────┴──────────────────────────────────┘ |
| 61 | +┌──────────┬────────────────────────────┐ |
| 62 | +│ network ┆ transfer_count_last_7_days │ |
| 63 | +│ --- ┆ --- │ |
| 64 | +│ str ┆ f64 │ |
| 65 | +╞══════════╪════════════════════════════╡ |
| 66 | +│ Mythos ┆ 1.367991e6 │ |
| 67 | +│ Phala ┆ 957989.0 │ |
| 68 | +│ Moonbeam ┆ 266809.0 │ |
| 69 | +│ Peaq ┆ 164640.0 │ |
| 70 | +│ Astar ┆ 60722.0 │ |
| 71 | +└──────────┴────────────────────────────┘ |
| 72 | +┌──────────┬────────────────────────────────────┐ |
| 73 | +│ network ┆ transfer_amount_in_usd_last_7_days │ |
| 74 | +│ --- ┆ --- │ |
| 75 | +│ str ┆ f64 │ |
| 76 | +╞══════════╪════════════════════════════════════╡ |
| 77 | +│ Polkadot ┆ 3.2446e8 │ |
| 78 | +│ Moonbeam ┆ 3.0429e7 │ |
| 79 | +│ Mythos ┆ 2.8886e7 │ |
| 80 | +│ Astar ┆ 1.6954e7 │ |
| 81 | +│ Peaq ┆ 1.4778e7 │ |
| 82 | +└──────────┴────────────────────────────────────┘ |
| 83 | +┌──────────────┬───────────────────────────────┐ |
| 84 | +│ network ┆ transaction_count_last_7_days │ |
| 85 | +│ --- ┆ --- │ |
| 86 | +│ str ┆ f64 │ |
| 87 | +╞══════════════╪═══════════════════════════════╡ |
| 88 | +│ Moonbeam ┆ 1.298283e6 │ |
| 89 | +│ Peaq ┆ 1.26702e6 │ |
| 90 | +│ Phala ┆ 1.167025e6 │ |
| 91 | +│ Mythos ┆ 1.098716e6 │ |
| 92 | +│ Energy Web X ┆ 462143.0 │ |
| 93 | +└──────────────┴───────────────────────────────┘ |
| 94 | +┌──────────────┬─────────────────────────────────────┐ |
| 95 | +│ network ┆ holder_count_pct_change_last_3_days │ |
| 96 | +│ --- ┆ --- │ |
| 97 | +│ str ┆ list[f64] │ |
| 98 | +╞══════════════╪═════════════════════════════════════╡ |
| 99 | +│ Peaq ┆ [3.190765, 2.823697] │ |
| 100 | +│ Darwinia ┆ [0.514801, 0.608195] │ |
| 101 | +│ Mythos ┆ [0.064449, 0.063795] │ |
| 102 | +│ Energy Web X ┆ [0.0489, 0.048876] │ |
| 103 | +│ Phala ┆ [0.034536, 0.069049] │ |
| 104 | +└──────────────┴─────────────────────────────────────┘ |
| 105 | +┌───────────┬────────────────────────────────────┐ |
| 106 | +│ network ┆ token_price_pct_change_last_3_days │ |
| 107 | +│ --- ┆ --- │ |
| 108 | +│ str ┆ list[f64] │ |
| 109 | +╞═══════════╪════════════════════════════════════╡ |
| 110 | +│ Nodle ┆ [9.479377, 1.068946] │ |
| 111 | +│ Hydration ┆ [6.731566, 2.245811] │ |
| 112 | +│ Phala ┆ [6.532599, -1.443863] │ |
| 113 | +│ Moonbeam ┆ [3.449681, -0.631461] │ |
| 114 | +│ Astar ┆ [3.307941, -3.826792] │ |
| 115 | +└───────────┴────────────────────────────────────┘ |
| 116 | +``` |
0 commit comments