Skip to content

Commit 37a4773

Browse files
committed
2025-02-21
1 parent 3f6c582 commit 37a4773

File tree

2 files changed

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

2 files changed

+248
-0
lines changed
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
---
2+
title: Thu 21st
3+
weight: 21
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 21, 2025.
10+
{{% /hint %}}
11+
12+
### Holder Distribution & Adoption
13+
- Mythos leads in token holders (~8.73M), followed by Moonbeam (~2.47M) and Polkadot (~2.02M).
14+
- Moonbeam benefits from its EVM compatibility, driving user adoption.
15+
- Polkadot’s lower holder count suggests staking engagement rather than direct holding.
16+
17+
### Active Accounts & Network Engagement
18+
- Moonbeam (~48.5K) and Peaq (~48K) have the most active users, while Polkadot has only ~7.6K.
19+
- Peaq's high engagement may be driven by its MachineFi use case.
20+
- Polkadot's relay chain activity focuses on governance and cross-chain transactions rather than frequent transactions.
21+
22+
### Transactions, Transfers & Value Flow
23+
- Moonbeam leads in **total transactions (~1.47M)**, signaling strong dApp activity.
24+
- Mythos dominates **transfer count (~1.42M)**, with frequent but lower-value transactions.
25+
- Polkadot has **the highest USD value transferred ($389.74M)**, indicating large-scale movements.
26+
27+
### Network Growth Trends
28+
- Peaq saw the highest **3-day holder growth (+9.2%)**, signaling increasing interest.
29+
- Energy Web X & Unique also showed growth, while Mythos expanded at a steadier rate.
30+
31+
### Market Sentiment & Price Performance
32+
- Peaq recorded the highest **3-day token price growth (+43.16%)**, likely driven by ecosystem developments or speculation.
33+
- Polkadot showed a **moderate 4.09% increase**, maintaining stability.
34+
35+
### Key Takeaways
36+
- **Institutional Appeal:** High-value transfers suggest whales and institutional players trust Polkadot.
37+
- **Parachain Specialization & Adoption:** Moonbeam excels in smart contracts, while Mythos drives frequent transfers.
38+
- **Interoperability as a Growth Catalyst:** XCM allows Polkadot's ecosystem to thrive with cross-chain collaboration.
39+
- **Retail vs. Institutional Dynamics:** Polkadot attracts high-value, lower-frequency transactions, while parachains focus on usability and adoption.
40+
41+
### Future Outlook
42+
- Peaq’s sharp holder and token price growth warrant monitoring for sustainability.
43+
44+
---
45+
46+
```
47+
┌──────────┬──────────────────────────────┐
48+
│ network ┆ holder_count_avg_last_7_days │
49+
│ --- ┆ --- │
50+
│ str ┆ f64 │
51+
╞══════════╪══════════════════════════════╡
52+
│ Mythos ┆ 8.728652e6 │
53+
│ Moonbeam ┆ 2.475372e6 │
54+
│ Polkadot ┆ 2.02348e6 │
55+
│ Nodle ┆ 1.81824e6 │
56+
│ Astar ┆ 1.165894e6 │
57+
└──────────┴──────────────────────────────┘
58+
┌──────────┬──────────────────────────────────────┐
59+
│ network ┆ active_account_count_avg_last_7_days │
60+
│ --- ┆ --- │
61+
│ str ┆ f64 │
62+
╞══════════╪══════════════════════════════════════╡
63+
│ Moonbeam ┆ 48499.0 │
64+
│ Peaq ┆ 48039.0 │
65+
│ Mythos ┆ 21867.0 │
66+
│ Polkadot ┆ 7600.0 │
67+
│ Unique ┆ 3734.0 │
68+
└──────────┴──────────────────────────────────────┘
69+
┌───────────┬────────────────────────────┐
70+
│ network ┆ transfer_count_last_7_days │
71+
│ --- ┆ --- │
72+
│ str ┆ f64 │
73+
╞═══════════╪════════════════════════════╡
74+
│ Mythos ┆ 1.421883e6 │
75+
│ Phala ┆ 939307.0 │
76+
│ Moonbeam ┆ 345001.0 │
77+
│ Peaq ┆ 186922.0 │
78+
│ Hydration ┆ 79049.0 │
79+
└───────────┴────────────────────────────┘
80+
┌──────────┬────────────────────────────────────┐
81+
│ network ┆ transfer_amount_in_usd_last_7_days │
82+
│ --- ┆ --- │
83+
│ str ┆ f64 │
84+
╞══════════╪════════════════════════════════════╡
85+
│ Polkadot ┆ 3.8974e8 │
86+
│ Astar ┆ 3.2291e7 │
87+
│ Mythos ┆ 3.0717e7 │
88+
│ Peaq ┆ 2.9869e7 │
89+
│ Moonbeam ┆ 2.8848e7 │
90+
└──────────┴────────────────────────────────────┘
91+
┌──────────────┬───────────────────────────────┐
92+
│ network ┆ transaction_count_last_7_days │
93+
│ --- ┆ --- │
94+
│ str ┆ f64 │
95+
╞══════════════╪═══════════════════════════════╡
96+
│ Moonbeam ┆ 1.469288e6 │
97+
│ Phala ┆ 1.132069e6 │
98+
│ Mythos ┆ 1.050384e6 │
99+
│ Energy Web X ┆ 712467.0 │
100+
│ Peaq ┆ 611929.0 │
101+
└──────────────┴───────────────────────────────┘
102+
┌──────────────┬─────────────────────────────────────┐
103+
│ network ┆ holder_count_pct_change_last_3_days │
104+
│ --- ┆ --- │
105+
│ str ┆ list[f64] │
106+
╞══════════════╪═════════════════════════════════════╡
107+
│ Peaq ┆ [2.00612, 9.199637] │
108+
│ Unique ┆ [1.611224, 0.672158] │
109+
│ Mythos ┆ [0.066967, 0.06633] │
110+
│ Hydration ┆ [0.061292, 0.020418] │
111+
│ Energy Web X ┆ [0.048685, 0.145985] │
112+
└──────────────┴─────────────────────────────────────┘
113+
┌────────────┬────────────────────────────────────┐
114+
│ network ┆ token_price_pct_change_last_3_days │
115+
│ --- ┆ --- │
116+
│ str ┆ list[f64] │
117+
╞════════════╪════════════════════════════════════╡
118+
│ Peaq ┆ [43.16081, 3.07987] │
119+
│ Astar ┆ [4.89877, 3.919759] │
120+
│ Unique ┆ [4.430597, 2.443636] │
121+
│ Polkadot ┆ [4.093017, 1.869371] │
122+
│ Centrifuge ┆ [3.997287, 1.498292] │
123+
└────────────┴────────────────────────────────────┘
124+
```
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
---
2+
title: 星期五 21日
3+
weight: 21
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月21日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **持有者分布与采纳情况**
13+
- **Mythos****约 873 万** 持有者领先,其次是 **Moonbeam(约 247 万)****Polkadot(约 202 万)**
14+
- **Moonbeam** 受益于其 **EVM 兼容性**,推动了用户采纳。
15+
- **Polkadot** 的较低持有者数量表明 **更多的用户选择质押,而非直接持有代币**
16+
17+
### **活跃账户与网络参与度**
18+
- **Moonbeam(约 4.85 万)和 Peaq(约 4.8 万)** 拥有最多的活跃用户,而 **Polkadot 仅有约 7.6K**
19+
- **Peaq 的高用户参与度** 可能是由 **MachineFi(机器金融)用例** 驱动的。
20+
- **Polkadot** 的中继链活动主要集中在 **治理和跨链交易,而非高频交易**
21+
22+
### **交易、转账与资金流动**
23+
- **Moonbeam 在总交易量上领先(约 147 万笔)**,显示出强劲的 dApp 生态。
24+
- **Mythos 主导转账次数(约 142 万笔)**,但交易金额较小,表明其交易以小额、高频为主。
25+
- **Polkadot 以最高的美元转账总额领先($3.8974 亿)**,表明其主要用于 **大规模资金流动**
26+
27+
### **网络增长趋势**
28+
- **Peaq 在过去 3 天内持有者增长最快(+9.2%)**,显示出市场兴趣上升。
29+
- **Energy Web X 和 Unique** 也显示出增长,而 **Mythos 以更稳定的速度扩展**
30+
31+
### **市场情绪与价格表现**
32+
- **Peaq 录得过去 3 天最高的代币涨幅(+43.16%)**,可能受 **生态发展或市场投机** 推动。
33+
- **Polkadot 价格温和上涨(+4.09%)**,保持稳定。
34+
35+
### **关键要点**
36+
- **机构吸引力:** 高价值转账表明 **鲸鱼和机构投资者对 Polkadot 的信任**
37+
- **Parachain 专业化与采纳:** Moonbeam 在 **智能合约** 方面表现出色,而 **Mythos** 主要推动 **高频交易**
38+
- **互操作性作为增长催化剂:** **XCM 使 Polkadot 生态系统能够通过跨链协作蓬勃发展**
39+
- **零售 vs 机构动态:** **Polkadot 主要吸引大额、低频交易,而 parachains 专注于可用性和用户采纳**
40+
41+
### **未来展望**
42+
- **Peaq 的持有者与代币价格的急速增长值得关注,需评估其可持续性**
43+
44+
---
45+
46+
```
47+
┌──────────┬──────────────────────────────┐
48+
│ network ┆ holder_count_avg_last_7_days │
49+
│ --- ┆ --- │
50+
│ str ┆ f64 │
51+
╞══════════╪══════════════════════════════╡
52+
│ Mythos ┆ 8.728652e6 │
53+
│ Moonbeam ┆ 2.475372e6 │
54+
│ Polkadot ┆ 2.02348e6 │
55+
│ Nodle ┆ 1.81824e6 │
56+
│ Astar ┆ 1.165894e6 │
57+
└──────────┴──────────────────────────────┘
58+
┌──────────┬──────────────────────────────────────┐
59+
│ network ┆ active_account_count_avg_last_7_days │
60+
│ --- ┆ --- │
61+
│ str ┆ f64 │
62+
╞══════════╪══════════════════════════════════════╡
63+
│ Moonbeam ┆ 48499.0 │
64+
│ Peaq ┆ 48039.0 │
65+
│ Mythos ┆ 21867.0 │
66+
│ Polkadot ┆ 7600.0 │
67+
│ Unique ┆ 3734.0 │
68+
└──────────┴──────────────────────────────────────┘
69+
┌───────────┬────────────────────────────┐
70+
│ network ┆ transfer_count_last_7_days │
71+
│ --- ┆ --- │
72+
│ str ┆ f64 │
73+
╞═══════════╪════════════════════════════╡
74+
│ Mythos ┆ 1.421883e6 │
75+
│ Phala ┆ 939307.0 │
76+
│ Moonbeam ┆ 345001.0 │
77+
│ Peaq ┆ 186922.0 │
78+
│ Hydration ┆ 79049.0 │
79+
└───────────┴────────────────────────────┘
80+
┌──────────┬────────────────────────────────────┐
81+
│ network ┆ transfer_amount_in_usd_last_7_days │
82+
│ --- ┆ --- │
83+
│ str ┆ f64 │
84+
╞══════════╪════════════════════════════════════╡
85+
│ Polkadot ┆ 3.8974e8 │
86+
│ Astar ┆ 3.2291e7 │
87+
│ Mythos ┆ 3.0717e7 │
88+
│ Peaq ┆ 2.9869e7 │
89+
│ Moonbeam ┆ 2.8848e7 │
90+
└──────────┴────────────────────────────────────┘
91+
┌──────────────┬───────────────────────────────┐
92+
│ network ┆ transaction_count_last_7_days │
93+
│ --- ┆ --- │
94+
│ str ┆ f64 │
95+
╞══════════════╪═══════════════════════════════╡
96+
│ Moonbeam ┆ 1.469288e6 │
97+
│ Phala ┆ 1.132069e6 │
98+
│ Mythos ┆ 1.050384e6 │
99+
│ Energy Web X ┆ 712467.0 │
100+
│ Peaq ┆ 611929.0 │
101+
└──────────────┴───────────────────────────────┘
102+
┌──────────────┬─────────────────────────────────────┐
103+
│ network ┆ holder_count_pct_change_last_3_days │
104+
│ --- ┆ --- │
105+
│ str ┆ list[f64] │
106+
╞══════════════╪═════════════════════════════════════╡
107+
│ Peaq ┆ [2.00612, 9.199637] │
108+
│ Unique ┆ [1.611224, 0.672158] │
109+
│ Mythos ┆ [0.066967, 0.06633] │
110+
│ Hydration ┆ [0.061292, 0.020418] │
111+
│ Energy Web X ┆ [0.048685, 0.145985] │
112+
└──────────────┴─────────────────────────────────────┘
113+
┌────────────┬────────────────────────────────────┐
114+
│ network ┆ token_price_pct_change_last_3_days │
115+
│ --- ┆ --- │
116+
│ str ┆ list[f64] │
117+
╞════════════╪════════════════════════════════════╡
118+
│ Peaq ┆ [43.16081, 3.07987] │
119+
│ Astar ┆ [4.89877, 3.919759] │
120+
│ Unique ┆ [4.430597, 2.443636] │
121+
│ Polkadot ┆ [4.093017, 1.869371] │
122+
│ Centrifuge ┆ [3.997287, 1.498292] │
123+
└────────────┴────────────────────────────────────┘
124+
```

0 commit comments

Comments
 (0)