Skip to content

Commit f276c29

Browse files
committed
2025-02-28
1 parent 753ff69 commit f276c29

File tree

2 files changed

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

2 files changed

+230
-0
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: Fri 28th
3+
weight: 28
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 28, 2025.
10+
{{% /hint %}}
11+
12+
### **Polkadot Transfers Dominating in Value**
13+
Polkadot recorded a **$521.96M transfer volume** over the last seven days, far surpassing its parachains. This suggests significant institutional or whale activity, reinforcing DOT’s role as a key asset within the ecosystem. Despite lower transaction counts, Polkadot moves large volumes of capital.
14+
15+
### **Moonbeam Leads in Transactions & Active Accounts**
16+
With **1.49M transactions and 132K active accounts**, Moonbeam continues to be the most engaged parachain. Its EVM compatibility makes it a hub for DeFi and smart contracts, sustaining high on-chain activity.
17+
18+
### **Holder and Account Growth Trends**
19+
- **Peaq saw the strongest holder growth (4.89%–8.35%)**, reflecting increasing adoption in MachineFi and decentralized physical infrastructure (DePIN).
20+
- **Polkadot remains stable at 2.03M holders**, though its daily active users (~8.5K) are lower than expected given its large user base.
21+
22+
### **Emerging Token Price Movements**
23+
- **Zeitgeist surged +7.88%** in three days, showing renewed interest in prediction markets.
24+
- **Unique and Pendulum also saw notable price increases**, signaling rising market attention toward NFT and financial innovation projects.
25+
26+
### **Key Takeaways for the Ecosystem’s Future**
27+
1. **Polkadot remains a liquidity powerhouse**, but parachains like Moonbeam and Peaq exhibit the most user engagement.
28+
2. **Interoperability via XCM is critical**, fueling increased cross-chain transactions and governance activity.
29+
3. **Asynchronous Backing & OpenGov upgrades may boost engagement**, addressing Polkadot’s relatively low active account numbers.
30+
4. **MachineFi and energy solutions (Peaq, Energy Web X) are gaining traction**, indicating real-world blockchain adoption beyond DeFi and NFTs.
31+
32+
### **Conclusion**
33+
Polkadot’s financial strength remains visible through large transaction values, while Moonbeam, Peaq, and Phala showcase active engagement. Growth in adoption, interoperability, and network upgrades will determine the next phase of expansion. 🚀
34+
35+
---
36+
37+
```
38+
┌──────────┬──────────────────────────────┐
39+
│ network ┆ holder_count_avg_last_7_days │
40+
│ --- ┆ --- │
41+
│ str ┆ f64 │
42+
╞══════════╪══════════════════════════════╡
43+
│ Mythos ┆ 8.769104e6 │
44+
│ Moonbeam ┆ 2.476585e6 │
45+
│ Polkadot ┆ 2.029674e6 │
46+
│ Nodle ┆ 1.818268e6 │
47+
│ Astar ┆ 1.167864e6 │
48+
└──────────┴──────────────────────────────┘
49+
┌──────────┬──────────────────────────────────────┐
50+
│ network ┆ active_account_count_avg_last_7_days │
51+
│ --- ┆ --- │
52+
│ str ┆ f64 │
53+
╞══════════╪══════════════════════════════════════╡
54+
│ Moonbeam ┆ 132269.0 │
55+
│ Peaq ┆ 118825.0 │
56+
│ Mythos ┆ 21155.0 │
57+
│ Polkadot ┆ 8562.0 │
58+
│ Astar ┆ 3044.0 │
59+
└──────────┴──────────────────────────────────────┘
60+
┌───────────┬────────────────────────────┐
61+
│ network ┆ transfer_count_last_7_days │
62+
│ --- ┆ --- │
63+
│ str ┆ f64 │
64+
╞═══════════╪════════════════════════════╡
65+
│ Mythos ┆ 1.354644e6 │
66+
│ Phala ┆ 948813.0 │
67+
│ Peaq ┆ 365583.0 │
68+
│ Moonbeam ┆ 331656.0 │
69+
│ Hydration ┆ 96928.0 │
70+
└───────────┴────────────────────────────┘
71+
┌──────────┬────────────────────────────────────┐
72+
│ network ┆ transfer_amount_in_usd_last_7_days │
73+
│ --- ┆ --- │
74+
│ str ┆ f64 │
75+
╞══════════╪════════════════════════════════════╡
76+
│ Polkadot ┆ 5.2196e8 │
77+
│ Mythos ┆ 3.0091e7 │
78+
│ Astar ┆ 2.7101e7 │
79+
│ Moonbeam ┆ 2.5435e7 │
80+
│ Peaq ┆ 2.1765e7 │
81+
└──────────┴────────────────────────────────────┘
82+
┌──────────────┬───────────────────────────────┐
83+
│ network ┆ transaction_count_last_7_days │
84+
│ --- ┆ --- │
85+
│ str ┆ f64 │
86+
╞══════════════╪═══════════════════════════════╡
87+
│ Moonbeam ┆ 1.492371e6 │
88+
│ Phala ┆ 1.126929e6 │
89+
│ Energy Web X ┆ 1.043187e6 │
90+
│ Mythos ┆ 1.004079e6 │
91+
│ Peaq ┆ 905994.0 │
92+
└──────────────┴───────────────────────────────┘
93+
┌──────────────┬─────────────────────────────────────┐
94+
│ network ┆ holder_count_pct_change_last_3_days │
95+
│ --- ┆ --- │
96+
│ str ┆ list[f64] │
97+
╞══════════════╪═════════════════════════════════════╡
98+
│ Peaq ┆ [4.893557, 8.359189] │
99+
│ Unique ┆ [0.623664, 0.611732] │
100+
│ Energy Web X ┆ [0.339147, 0.048286] │
101+
│ Pendulum ┆ [0.114242, 0.0] │
102+
│ Hydration ┆ [0.101647, 0.063827] │
103+
└──────────────┴─────────────────────────────────────┘
104+
┌──────────────┬────────────────────────────────────┐
105+
│ network ┆ token_price_pct_change_last_3_days │
106+
│ --- ┆ --- │
107+
│ str ┆ list[f64] │
108+
╞══════════════╪════════════════════════════════════╡
109+
│ Zeitgeist ┆ [7.888115, 6.120466] │
110+
│ Pendulum ┆ [6.408739, -2.255147] │
111+
│ Ajuna ┆ [5.437601, -7.733478] │
112+
│ Unique ┆ [5.053449, 3.998674] │
113+
│ Energy Web X ┆ [4.45355, 6.742984] │
114+
└──────────────┴────────────────────────────────────┘
115+
```
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: 星期五 28日
3+
weight: 28
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月28日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **Polkadot 交易价值占据主导**
13+
Polkadot 在过去七天内录得 **$5.2196 亿** 的转账量,远超其平行链。这表明 **机构级或鲸鱼交易活跃**,进一步巩固了 DOT 在生态系统中的核心资产地位。尽管交易次数较少,但 Polkadot 处理了大量资本流动。
14+
15+
### **Moonbeam 领先于交易和活跃账户**
16+
Moonbeam 以 **149 万笔交易和 13.2 万活跃账户** 继续保持最活跃的平行链地位。其 **EVM 兼容性** 使其成为 **DeFi 和智能合约的枢纽**,维持着高链上活动量。
17+
18+
### **持有者与账户增长趋势**
19+
- **Peaq 持有者增长最强劲(4.89%–8.35%)**,反映出其在 **MachineFi 和去中心化物理基础设施(DePIN)** 领域的快速采纳。
20+
- **Polkadot 持有者稳定在 203 万**,但 **其日活跃用户仅约 8.5K**,与庞大的用户基础相比显得较低。
21+
22+
### **新兴代币价格变动**
23+
- **Zeitgeist 在 3 天内飙升 +7.88%**,显示出对预测市场的兴趣回暖。
24+
- **Unique 和 Pendulum 价格同样显著上涨**,表明市场对 **NFT 及金融创新项目** 的关注度上升。
25+
26+
### **生态系统未来发展的关键要点**
27+
1. **Polkadot 仍然是流动性枢纽**,但 Moonbeam 和 Peaq 展现出更高的用户参与度。
28+
2. **XCM 互操作性至关重要**,推动跨链交易和治理活动的增长。
29+
3. **异步支持(Asynchronous Backing)和 OpenGov 升级可能提升 Polkadot 的活跃度**,解决当前活跃账户数量较低的问题。
30+
4. **MachineFi 和能源解决方案(Peaq、Energy Web X)正在获得市场认可**,表明区块链的应用已超越 DeFi 和 NFT 领域。
31+
32+
### **结论**
33+
Polkadot 在金融层面依然稳固,通过 **大额交易价值** 体现其生态实力,而 Moonbeam、Peaq 和 Phala 等平行链展现出 **更强的用户交互**。未来的扩展将取决于 **生态采纳度、跨链互操作性及网络升级** 的进展。🚀
34+
35+
---
36+
37+
```
38+
┌──────────┬──────────────────────────────┐
39+
│ network ┆ holder_count_avg_last_7_days │
40+
│ --- ┆ --- │
41+
│ str ┆ f64 │
42+
╞══════════╪══════════════════════════════╡
43+
│ Mythos ┆ 8.769104e6 │
44+
│ Moonbeam ┆ 2.476585e6 │
45+
│ Polkadot ┆ 2.029674e6 │
46+
│ Nodle ┆ 1.818268e6 │
47+
│ Astar ┆ 1.167864e6 │
48+
└──────────┴──────────────────────────────┘
49+
┌──────────┬──────────────────────────────────────┐
50+
│ network ┆ active_account_count_avg_last_7_days │
51+
│ --- ┆ --- │
52+
│ str ┆ f64 │
53+
╞══════════╪══════════════════════════════════════╡
54+
│ Moonbeam ┆ 132269.0 │
55+
│ Peaq ┆ 118825.0 │
56+
│ Mythos ┆ 21155.0 │
57+
│ Polkadot ┆ 8562.0 │
58+
│ Astar ┆ 3044.0 │
59+
└──────────┴──────────────────────────────────────┘
60+
┌───────────┬────────────────────────────┐
61+
│ network ┆ transfer_count_last_7_days │
62+
│ --- ┆ --- │
63+
│ str ┆ f64 │
64+
╞═══════════╪════════════════════════════╡
65+
│ Mythos ┆ 1.354644e6 │
66+
│ Phala ┆ 948813.0 │
67+
│ Peaq ┆ 365583.0 │
68+
│ Moonbeam ┆ 331656.0 │
69+
│ Hydration ┆ 96928.0 │
70+
└───────────┴────────────────────────────┘
71+
┌──────────┬────────────────────────────────────┐
72+
│ network ┆ transfer_amount_in_usd_last_7_days │
73+
│ --- ┆ --- │
74+
│ str ┆ f64 │
75+
╞══════════╪════════════════════════════════════╡
76+
│ Polkadot ┆ 5.2196e8 │
77+
│ Mythos ┆ 3.0091e7 │
78+
│ Astar ┆ 2.7101e7 │
79+
│ Moonbeam ┆ 2.5435e7 │
80+
│ Peaq ┆ 2.1765e7 │
81+
└──────────┴────────────────────────────────────┘
82+
┌──────────────┬───────────────────────────────┐
83+
│ network ┆ transaction_count_last_7_days │
84+
│ --- ┆ --- │
85+
│ str ┆ f64 │
86+
╞══════════════╪═══════════════════════════════╡
87+
│ Moonbeam ┆ 1.492371e6 │
88+
│ Phala ┆ 1.126929e6 │
89+
│ Energy Web X ┆ 1.043187e6 │
90+
│ Mythos ┆ 1.004079e6 │
91+
│ Peaq ┆ 905994.0 │
92+
└──────────────┴───────────────────────────────┘
93+
┌──────────────┬─────────────────────────────────────┐
94+
│ network ┆ holder_count_pct_change_last_3_days │
95+
│ --- ┆ --- │
96+
│ str ┆ list[f64] │
97+
╞══════════════╪═════════════════════════════════════╡
98+
│ Peaq ┆ [4.893557, 8.359189] │
99+
│ Unique ┆ [0.623664, 0.611732] │
100+
│ Energy Web X ┆ [0.339147, 0.048286] │
101+
│ Pendulum ┆ [0.114242, 0.0] │
102+
│ Hydration ┆ [0.101647, 0.063827] │
103+
└──────────────┴─────────────────────────────────────┘
104+
┌──────────────┬────────────────────────────────────┐
105+
│ network ┆ token_price_pct_change_last_3_days │
106+
│ --- ┆ --- │
107+
│ str ┆ list[f64] │
108+
╞══════════════╪════════════════════════════════════╡
109+
│ Zeitgeist ┆ [7.888115, 6.120466] │
110+
│ Pendulum ┆ [6.408739, -2.255147] │
111+
│ Ajuna ┆ [5.437601, -7.733478] │
112+
│ Unique ┆ [5.053449, 3.998674] │
113+
│ Energy Web X ┆ [4.45355, 6.742984] │
114+
└──────────────┴────────────────────────────────────┘
115+
```

0 commit comments

Comments
 (0)