Skip to content

Commit a302864

Browse files
committed
2025-02-23
1 parent 408adad commit a302864

File tree

2 files changed

+246
-0
lines changed
  • content
    • en/analytics/ai/2025/02
    • zh/analytics/ai/2025/02

2 files changed

+246
-0
lines changed
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
title: Sun 23nd
3+
weight: 23
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 23, 2025.
10+
{{% /hint %}}
11+
12+
The latest data on the Polkadot ecosystem provides insights into network adoption, transactional activity, and economic trends. Below are the key findings:
13+
14+
### Network Growth & Holder Trends
15+
- **Mythos leads with 8.74M holders**, far exceeding other parachains and even Polkadot (~2.02M holders).
16+
- The **fastest-growing network in terms of holders is Peaq (+9.01% in 3 days)**, suggesting strong incentive mechanisms or an expanding real-world application.
17+
- **Polkadot maintains a stable holder base but sees slow growth (+0.06%)**, indicating strong retention but limited new retail adoption.
18+
19+
### Active Account & Transaction Insights
20+
- **Moonbeam dominates active usage (~80K daily active accounts)**, likely due to its Ethereum compatibility fostering frequent transactions.
21+
- **Polkadot lags in active accounts (~7.7K daily), despite its large holder base.** This suggests a preference for staking or governance rather than frequent usage.
22+
- **Peaq also demonstrates high activity (~63K active accounts), potentially due to its role in IoT-based decentralized infrastructure (DePIN).**
23+
24+
### Transaction & Transfer Analysis
25+
- **Moonbeam processes the highest transaction count (~1.47M transactions in 7 days)**, followed by Phala and Mythos.
26+
- **Polkadot leads in total USD transfer value (~$413M), far surpassing all other parachains.** This indicates that while transaction frequency is low, Polkadot is used for large-value transfers.
27+
- **Mythos has the highest raw transfer count (~1.39M) but lower USD value**, hinting at frequent low-value transactions, possibly linked to gaming or NFT ecosystems.
28+
29+
### Token Price Movement
30+
- **Astar saw the highest price appreciation (+6.45% in 3 days), while Polkadot gained +2.84%, followed by a slight pullback.**
31+
- **Polkadot’s price fluctuations are likely tied to governance changes and macro market conditions**, making it more affected by ecosystem-wide developments than short-term speculation.
32+
33+
### Broader Ecosystem Takeaways
34+
- **Polkadot serves as a financial backbone with high-value transactions** rather than a frequent-use chain like Moonbeam or Mythos.
35+
- **XCM interoperability continues to drive cross-chain interactions, particularly benefiting parachains with high transactional demand like Moonbeam.**
36+
- **Governance and staking remain Polkadot’s primary functions**, influencing holding patterns and price stability.
37+
38+
### Conclusion
39+
Polkadot remains a key player in multi-chain interoperability with strong institutional-level transactional usage. However, lower active participation suggests that most token holders engage in staking or governance rather than daily transactions. With networks like Peaq showing rapid holder growth and Moonbeam attracting developers with EVM compatibility, Polkadot must enhance its retail engagement to sustain long-term adoption.
40+
41+
Would you like insights into future adoption trends or staking patterns? 🚀
42+
43+
---
44+
45+
```
46+
┌──────────┬──────────────────────────────┐
47+
│ network ┆ holder_count_avg_last_7_days │
48+
│ --- ┆ --- │
49+
│ str ┆ f64 │
50+
╞══════════╪══════════════════════════════╡
51+
│ Mythos ┆ 8.740511e6 │
52+
│ Moonbeam ┆ 2.475662e6 │
53+
│ Polkadot ┆ 2.024599e6 │
54+
│ Nodle ┆ 1.818247e6 │
55+
│ Astar ┆ 1.166399e6 │
56+
└──────────┴──────────────────────────────┘
57+
┌──────────┬──────────────────────────────────────┐
58+
│ network ┆ active_account_count_avg_last_7_days │
59+
│ --- ┆ --- │
60+
│ str ┆ f64 │
61+
╞══════════╪══════════════════════════════════════╡
62+
│ Moonbeam ┆ 80225.0 │
63+
│ Peaq ┆ 63206.0 │
64+
│ Mythos ┆ 22134.0 │
65+
│ Polkadot ┆ 7745.0 │
66+
│ Astar ┆ 4196.0 │
67+
└──────────┴──────────────────────────────────────┘
68+
┌───────────┬────────────────────────────┐
69+
│ network ┆ transfer_count_last_7_days │
70+
│ --- ┆ --- │
71+
│ str ┆ f64 │
72+
╞═══════════╪════════════════════════════╡
73+
│ Mythos ┆ 1.396183e6 │
74+
│ Phala ┆ 938246.0 │
75+
│ Moonbeam ┆ 346961.0 │
76+
│ Peaq ┆ 228221.0 │
77+
│ Hydration ┆ 80842.0 │
78+
└───────────┴────────────────────────────┘
79+
┌──────────┬────────────────────────────────────┐
80+
│ network ┆ transfer_amount_in_usd_last_7_days │
81+
│ --- ┆ --- │
82+
│ str ┆ f64 │
83+
╞══════════╪════════════════════════════════════╡
84+
│ Polkadot ┆ 4.1329e8 │
85+
│ Astar ┆ 3.5764e7 │
86+
│ Mythos ┆ 3.0392e7 │
87+
│ Moonbeam ┆ 2.4854e7 │
88+
│ Peaq ┆ 2.4216e7 │
89+
└──────────┴────────────────────────────────────┘
90+
┌──────────────┬───────────────────────────────┐
91+
│ network ┆ transaction_count_last_7_days │
92+
│ --- ┆ --- │
93+
│ str ┆ f64 │
94+
╞══════════════╪═══════════════════════════════╡
95+
│ Moonbeam ┆ 1.472869e6 │
96+
│ Phala ┆ 1.127395e6 │
97+
│ Mythos ┆ 1.066246e6 │
98+
│ Energy Web X ┆ 852025.0 │
99+
│ Peaq ┆ 603261.0 │
100+
└──────────────┴───────────────────────────────┘
101+
┌───────────┬─────────────────────────────────────┐
102+
│ network ┆ holder_count_pct_change_last_3_days │
103+
│ --- ┆ --- │
104+
│ str ┆ list[f64] │
105+
╞═══════════╪═════════════════════════════════════╡
106+
│ Peaq ┆ [9.015216, 6.285447] │
107+
│ Unique ┆ [0.604945, 0.623476] │
108+
│ Hydration ┆ [0.198309, 0.128063] │
109+
│ Mythos ┆ [0.070912, 0.070718] │
110+
│ Polkadot ┆ [0.065541, 0.028258] │
111+
└───────────┴─────────────────────────────────────┘
112+
┌───────────┬────────────────────────────────────┐
113+
│ network ┆ token_price_pct_change_last_3_days │
114+
│ --- ┆ --- │
115+
│ str ┆ list[f64] │
116+
╞═══════════╪════════════════════════════════════╡
117+
│ Astar ┆ [3.13056, 6.457689] │
118+
│ Polkadot ┆ [2.84204, -2.039094] │
119+
│ Zeitgeist ┆ [1.396542, -0.090964] │
120+
│ Unique ┆ [1.171113, 0.010606] │
121+
│ Ajuna ┆ [0.310596, -0.066836] │
122+
└───────────┴────────────────────────────────────┘
123+
```
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
title: 星期日 23日
3+
weight: 23
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月23日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
Polkadot生态系统的最新数据提供了有关网络采用、交易活动和经济趋势的洞察。以下是关键发现:
13+
14+
### **网络增长与持有者趋势**
15+
- **Mythos以874万持有者领先**,远超其他平行链甚至Polkadot(约202万持有者)。
16+
- **Peaq是持有者增长最快的网络(3天增长9.01%)**,这表明其激励机制强大或实际应用扩展。
17+
- **Polkadot保持稳定的持有者基础,但增长缓慢(+0.06%)**,这表明Polkadot在持有者保留方面表现良好,但零售市场的新采纳较为有限。
18+
19+
### **活跃账户与交易洞察**
20+
- **Moonbeam在活跃账户方面占主导地位(约80K日活跃账户)**,这可能是由于其以太坊兼容性促进了频繁的交易。
21+
- **尽管Polkadot拥有大量持有者,但其活跃账户较少(约7.7K日活跃账户)**,这表明Polkadot更倾向于用于质押或治理,而非频繁使用。
22+
- **Peaq也表现出较高的活跃度(约63K活跃账户)**,可能由于其在基于物联网的去中心化基础设施(DePIN)中的角色。
23+
24+
### **交易与转账分析**
25+
- **Moonbeam处理的交易数量最多(约1.47M交易,7天内)**,其次是Phala和Mythos。
26+
- **Polkadot在总美元转账金额上领先(约4.13亿美元),远超所有其他平行链**。这表明尽管交易频率较低,Polkadot主要用于大额转账。
27+
- **Mythos具有最高的原始转账数量(约1.39M),但美元价值较低**,这暗示其频繁进行低价值交易,可能与游戏或NFT生态系统相关。
28+
29+
### **代币价格波动**
30+
- **Astar在3天内的价格增长最高(+6.45%),而Polkadot增长了+2.84%,随后略有回调**
31+
- **Polkadot的价格波动可能与治理变化和宏观市场条件相关**,使其更受生态系统广泛发展影响,而非短期投机。
32+
33+
### **生态系统的广泛启示**
34+
- **Polkadot作为金融支柱,进行高价值交易**,而不是像Moonbeam或Mythos那样频繁使用的链。
35+
- **XCM互操作性继续推动跨链交互,特别是有高交易需求的平行链,如Moonbeam**
36+
- **治理和质押仍然是Polkadot的主要功能**,影响持有模式和价格稳定性。
37+
38+
### **结论**
39+
Polkadot仍然是多链互操作性的重要参与者,具有强大的机构级交易使用。然而,较低的活跃参与度表明大多数代币持有者参与质押或治理,而非日常交易。随着Peaq等网络展示出快速的持有者增长,并且Moonbeam通过EVM兼容性吸引开发者,Polkadot需要增强其零售参与度,以维持长期的采用。
40+
41+
您希望了解未来的采用趋势或质押模式吗?🚀
42+
43+
---
44+
45+
```
46+
┌──────────┬──────────────────────────────┐
47+
│ network ┆ holder_count_avg_last_7_days │
48+
│ --- ┆ --- │
49+
│ str ┆ f64 │
50+
╞══════════╪══════════════════════════════╡
51+
│ Mythos ┆ 8.740511e6 │
52+
│ Moonbeam ┆ 2.475662e6 │
53+
│ Polkadot ┆ 2.024599e6 │
54+
│ Nodle ┆ 1.818247e6 │
55+
│ Astar ┆ 1.166399e6 │
56+
└──────────┴──────────────────────────────┘
57+
┌──────────┬──────────────────────────────────────┐
58+
│ network ┆ active_account_count_avg_last_7_days │
59+
│ --- ┆ --- │
60+
│ str ┆ f64 │
61+
╞══════════╪══════════════════════════════════════╡
62+
│ Moonbeam ┆ 80225.0 │
63+
│ Peaq ┆ 63206.0 │
64+
│ Mythos ┆ 22134.0 │
65+
│ Polkadot ┆ 7745.0 │
66+
│ Astar ┆ 4196.0 │
67+
└──────────┴──────────────────────────────────────┘
68+
┌───────────┬────────────────────────────┐
69+
│ network ┆ transfer_count_last_7_days │
70+
│ --- ┆ --- │
71+
│ str ┆ f64 │
72+
╞═══════════╪════════════════════════════╡
73+
│ Mythos ┆ 1.396183e6 │
74+
│ Phala ┆ 938246.0 │
75+
│ Moonbeam ┆ 346961.0 │
76+
│ Peaq ┆ 228221.0 │
77+
│ Hydration ┆ 80842.0 │
78+
└───────────┴────────────────────────────┘
79+
┌──────────┬────────────────────────────────────┐
80+
│ network ┆ transfer_amount_in_usd_last_7_days │
81+
│ --- ┆ --- │
82+
│ str ┆ f64 │
83+
╞══════════╪════════════════════════════════════╡
84+
│ Polkadot ┆ 4.1329e8 │
85+
│ Astar ┆ 3.5764e7 │
86+
│ Mythos ┆ 3.0392e7 │
87+
│ Moonbeam ┆ 2.4854e7 │
88+
│ Peaq ┆ 2.4216e7 │
89+
└──────────┴────────────────────────────────────┘
90+
┌──────────────┬───────────────────────────────┐
91+
│ network ┆ transaction_count_last_7_days │
92+
│ --- ┆ --- │
93+
│ str ┆ f64 │
94+
╞══════════════╪═══════════════════════════════╡
95+
│ Moonbeam ┆ 1.472869e6 │
96+
│ Phala ┆ 1.127395e6 │
97+
│ Mythos ┆ 1.066246e6 │
98+
│ Energy Web X ┆ 852025.0 │
99+
│ Peaq ┆ 603261.0 │
100+
└──────────────┴───────────────────────────────┘
101+
┌───────────┬─────────────────────────────────────┐
102+
│ network ┆ holder_count_pct_change_last_3_days │
103+
│ --- ┆ --- │
104+
│ str ┆ list[f64] │
105+
╞═══════════╪═════════════════════════════════════╡
106+
│ Peaq ┆ [9.015216, 6.285447] │
107+
│ Unique ┆ [0.604945, 0.623476] │
108+
│ Hydration ┆ [0.198309, 0.128063] │
109+
│ Mythos ┆ [0.070912, 0.070718] │
110+
│ Polkadot ┆ [0.065541, 0.028258] │
111+
└───────────┴─────────────────────────────────────┘
112+
┌───────────┬────────────────────────────────────┐
113+
│ network ┆ token_price_pct_change_last_3_days │
114+
│ --- ┆ --- │
115+
│ str ┆ list[f64] │
116+
╞═══════════╪════════════════════════════════════╡
117+
│ Astar ┆ [3.13056, 6.457689] │
118+
│ Polkadot ┆ [2.84204, -2.039094] │
119+
│ Zeitgeist ┆ [1.396542, -0.090964] │
120+
│ Unique ┆ [1.171113, 0.010606] │
121+
│ Ajuna ┆ [0.310596, -0.066836] │
122+
└───────────┴────────────────────────────────────┘
123+
```

0 commit comments

Comments
 (0)