Skip to content

Commit 6b4cac2

Browse files
committed
2025-03-02
1 parent 38adf52 commit 6b4cac2

File tree

2 files changed

+250
-0
lines changed
  • content
    • en/analytics/ai/2025/03
    • zh/analytics/ai/2025/03

2 files changed

+250
-0
lines changed

content/en/analytics/ai/2025/03/02.md

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
title: Sun 2nd
3+
weight: 2
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 March 2, 2025.
10+
{{% /hint %}}
11+
12+
### Holder Growth & Adoption
13+
- **Mythos (8.78M holders)** leads in total user base, followed by **Moonbeam (2.47M)** and **Polkadot (2.03M)**.
14+
- **Peaq (+2.75% to +4.75%)** showed the highest 3-day holder growth, suggesting rising adoption in IoT-focused applications.
15+
16+
### Active Accounts & Network Engagement
17+
- **Moonbeam (~186.5K active accounts)** is the most engaged network, significantly ahead of Peaq (~115.7K) and Mythos (~20.5K).
18+
- Polkadot itself has **relatively low active users (~8,852)** despite its large holder base, indicating it may be more of a **staking/governance asset** than a frequently transacted token.
19+
20+
### Transaction & Transfer Volume
21+
- **Polkadot dominates in total transfer value ($525M in 7 days)**, signaling institutional or whale activity.
22+
- **Mythos (1.38M transfers)** leads in sheer transaction count, pointing to a high volume of small-value transactions, potentially from gaming or NFTs.
23+
- **Moonbeam (1.47M transactions)** has high interaction levels, reinforcing its role as a leading EVM-compatible chain in the ecosystem.
24+
25+
### Cross-Chain Activity & Adoption Trends
26+
- **XCM (Cross-Consensus Messaging) is driving transactional growth**, particularly across Moonbeam and Astar.
27+
- **Energy Web X and Phala are gaining traction**, likely due to sector-specific use cases (energy tokenization and privacy computing).
28+
29+
### Token Price & Market Sentiment
30+
- Most key ecosystem tokens (Manta, Peaq, Phala, Astar) saw **short-term price declines**, except for a brief uptick in **Manta (+2.16%)**, which may be influenced by privacy-focused developments.
31+
32+
### Key Takeaways
33+
1. **Institutional money flows** heavily into Polkadot, while higher on-chain engagement is seen in Moonbeam and Peaq.
34+
2. **Gaming and NFT activity drive Mythos’ dominance**, explaining its lead in holder and transaction count.
35+
3. **Peaq’s rapid adoption** suggests tangible real-world IoT use cases are materializing.
36+
4. **XCM adoption continues to grow**, reinforcing Polkadot’s role as a **cross-chain hub for decentralized applications.**
37+
38+
### Predictions & Outlook
39+
- **Moonbeam and Astar’s DeFi ecosystems** will likely grow further given their cross-chain capacity.
40+
- **Polkadot’s staking & governance role remains strong**, even with lower transaction counts.
41+
- **Parachains focusing on privacy (Phala), IoT (Peaq), and energy (Energy Web X) are gaining traction** and could become **key investment areas.**
42+
43+
Overall, these data points highlight Polkadot’s growing but evolving ecosystem—balancing institutional adoption and emerging retail use cases. 🚀
44+
45+
---
46+
47+
```
48+
┌──────────┬──────────────────────────────┐
49+
│ network ┆ holder_count_avg_last_7_days │
50+
│ --- ┆ --- │
51+
│ str ┆ f64 │
52+
╞══════════╪══════════════════════════════╡
53+
│ Mythos ┆ 8.780107e6 │
54+
│ Moonbeam ┆ 2.476438e6 │
55+
│ Polkadot ┆ 2.031881e6 │
56+
│ Nodle ┆ 1.818274e6 │
57+
│ Astar ┆ 1.168257e6 │
58+
└──────────┴──────────────────────────────┘
59+
┌──────────┬──────────────────────────────────────┐
60+
│ network ┆ active_account_count_avg_last_7_days │
61+
│ --- ┆ --- │
62+
│ str ┆ f64 │
63+
╞══════════╪══════════════════════════════════════╡
64+
│ Moonbeam ┆ 186520.0 │
65+
│ Peaq ┆ 115767.0 │
66+
│ Mythos ┆ 20594.0 │
67+
│ Polkadot ┆ 8852.0 │
68+
│ Astar ┆ 2833.0 │
69+
└──────────┴──────────────────────────────────────┘
70+
┌───────────┬────────────────────────────┐
71+
│ network ┆ transfer_count_last_7_days │
72+
│ --- ┆ --- │
73+
│ str ┆ f64 │
74+
╞═══════════╪════════════════════════════╡
75+
│ Mythos ┆ 1.375455e6 │
76+
│ Phala ┆ 949227.0 │
77+
│ Peaq ┆ 356807.0 │
78+
│ Moonbeam ┆ 315208.0 │
79+
│ Hydration ┆ 100292.0 │
80+
└───────────┴────────────────────────────┘
81+
┌──────────┬────────────────────────────────────┐
82+
│ network ┆ transfer_amount_in_usd_last_7_days │
83+
│ --- ┆ --- │
84+
│ str ┆ f64 │
85+
╞══════════╪════════════════════════════════════╡
86+
│ Polkadot ┆ 5.2513e8 │
87+
│ Mythos ┆ 3.0224e7 │
88+
│ Astar ┆ 2.7753e7 │
89+
│ Moonbeam ┆ 2.5603e7 │
90+
│ Peaq ┆ 1.8959e7 │
91+
└──────────┴────────────────────────────────────┘
92+
┌──────────────┬───────────────────────────────┐
93+
│ network ┆ transaction_count_last_7_days │
94+
│ --- ┆ --- │
95+
│ str ┆ f64 │
96+
╞══════════════╪═══════════════════════════════╡
97+
│ Moonbeam ┆ 1.46753e6 │
98+
│ Phala ┆ 1.126784e6 │
99+
│ Energy Web X ┆ 1.051805e6 │
100+
│ Mythos ┆ 979090.0 │
101+
│ Peaq ┆ 949735.0 │
102+
└──────────────┴───────────────────────────────┘
103+
┌──────────────┬─────────────────────────────────────┐
104+
│ network ┆ holder_count_pct_change_last_3_days │
105+
│ --- ┆ --- │
106+
│ str ┆ list[f64] │
107+
╞══════════════╪═════════════════════════════════════╡
108+
│ Peaq ┆ [2.754784, 4.75721] │
109+
│ Unique ┆ [0.539862, 0.598102] │
110+
│ Darwinia ┆ [0.241255, 0.0] │
111+
│ Energy Web X ┆ [0.144788, 0.096386] │
112+
│ Pendulum ┆ [0.076075, 0.0] │
113+
└──────────────┴─────────────────────────────────────┘
114+
┌─────────┬────────────────────────────────────┐
115+
│ network ┆ token_price_pct_change_last_3_days │
116+
│ --- ┆ --- │
117+
│ str ┆ list[f64] │
118+
╞═════════╪════════════════════════════════════╡
119+
│ Manta ┆ [2.161247, -1.962685] │
120+
│ Nodle ┆ [0.878573, -0.320563] │
121+
│ Peaq ┆ [0.139406, -2.880859] │
122+
│ Phala ┆ [-0.517223, -3.694646] │
123+
│ Astar ┆ [-1.676196, -1.28079] │
124+
└─────────┴────────────────────────────────────┘
125+
```

content/zh/analytics/ai/2025/03/02.md

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
title: 星期日 2日
3+
weight: 2
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年3月2日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **持有者增长与采用情况**
13+
- **Mythos(878 万持有者)** 在用户基数方面领先,其次是 **Moonbeam(247 万)****Polkadot(203 万)**
14+
- **Peaq(+2.75% 至 +4.75%)** 在 3 天内持有者增长最快,表明 **其在物联网(IoT)应用中的采纳度正在上升**
15+
16+
### **活跃账户与网络参与**
17+
- **Moonbeam(~186.5K 活跃账户)** 是最活跃的网络,远超 **Peaq(~115.7K)和 Mythos(~20.5K)**
18+
- **Polkadot 活跃用户相对较低(~8,852),** 尽管持有者基数庞大,这表明 DOT 可能更倾向于作为 **质押/治理资产,而非频繁交易的代币**
19+
20+
### **交易量与转账数据**
21+
- **Polkadot 在 7 天内的转账总价值达 $5.25 亿**,表明 **机构或鲸鱼交易活跃**
22+
- **Mythos 以 138 万次转账量领先**,反映出 **高频小额交易,可能来自游戏或 NFT 生态**
23+
- **Moonbeam 交易量高达 147 万笔**,巩固了其作为 **EVM 兼容链的核心地位**,推动 DeFi 及智能合约活动。
24+
25+
### **跨链活动与采用趋势**
26+
- **XCM(跨共识消息传递)正在推动交易增长**,尤其是在 **Moonbeam 和 Astar** 之间。
27+
- **Energy Web X 和 Phala 的采用率正在上升**,可能是由于其特定领域的应用(如 **能源通证化和隐私计算**)。
28+
29+
### **代币价格与市场情绪**
30+
- 生态系统中的主要代币(Manta、Peaq、Phala、Astar)**短期内出现价格下跌**,但 **Manta(+2.16%)** 出现小幅回升,可能受 **隐私技术发展** 的推动。
31+
32+
### **关键要点**
33+
1. **机构资金主要流向 Polkadot,而 Moonbeam 和 Peaq 在链上交互方面更活跃**
34+
2. **游戏和 NFT 交易量推动 Mythos 领先**,解释了其持有者数量和交易次数的优势。
35+
3. **Peaq 的快速采用表明物联网(IoT)领域的实际应用正在落地**
36+
4. **XCM 采用率持续上升**,进一步巩固了 **Polkadot 作为去中心化应用的跨链枢纽**
37+
38+
### **预测与展望**
39+
- **Moonbeam 和 Astar 的 DeFi 生态** 预计将进一步增长,因其具备 **强大的跨链能力**
40+
- **Polkadot 的质押与治理角色仍然稳固**,即便交易量相对较低。
41+
- **专注于隐私(Phala)、物联网(Peaq)和能源(Energy Web X)的 parachains 正在崛起**,可能成为 **重要的投资领域**
42+
43+
综合来看,数据表明 **Polkadot 生态系统正在不断发展,平衡机构采用和新兴零售用例**。🚀
44+
45+
---
46+
47+
```
48+
┌──────────┬──────────────────────────────┐
49+
│ network ┆ holder_count_avg_last_7_days │
50+
│ --- ┆ --- │
51+
│ str ┆ f64 │
52+
╞══════════╪══════════════════════════════╡
53+
│ Mythos ┆ 8.780107e6 │
54+
│ Moonbeam ┆ 2.476438e6 │
55+
│ Polkadot ┆ 2.031881e6 │
56+
│ Nodle ┆ 1.818274e6 │
57+
│ Astar ┆ 1.168257e6 │
58+
└──────────┴──────────────────────────────┘
59+
┌──────────┬──────────────────────────────────────┐
60+
│ network ┆ active_account_count_avg_last_7_days │
61+
│ --- ┆ --- │
62+
│ str ┆ f64 │
63+
╞══════════╪══════════════════════════════════════╡
64+
│ Moonbeam ┆ 186520.0 │
65+
│ Peaq ┆ 115767.0 │
66+
│ Mythos ┆ 20594.0 │
67+
│ Polkadot ┆ 8852.0 │
68+
│ Astar ┆ 2833.0 │
69+
└──────────┴──────────────────────────────────────┘
70+
┌───────────┬────────────────────────────┐
71+
│ network ┆ transfer_count_last_7_days │
72+
│ --- ┆ --- │
73+
│ str ┆ f64 │
74+
╞═══════════╪════════════════════════════╡
75+
│ Mythos ┆ 1.375455e6 │
76+
│ Phala ┆ 949227.0 │
77+
│ Peaq ┆ 356807.0 │
78+
│ Moonbeam ┆ 315208.0 │
79+
│ Hydration ┆ 100292.0 │
80+
└───────────┴────────────────────────────┘
81+
┌──────────┬────────────────────────────────────┐
82+
│ network ┆ transfer_amount_in_usd_last_7_days │
83+
│ --- ┆ --- │
84+
│ str ┆ f64 │
85+
╞══════════╪════════════════════════════════════╡
86+
│ Polkadot ┆ 5.2513e8 │
87+
│ Mythos ┆ 3.0224e7 │
88+
│ Astar ┆ 2.7753e7 │
89+
│ Moonbeam ┆ 2.5603e7 │
90+
│ Peaq ┆ 1.8959e7 │
91+
└──────────┴────────────────────────────────────┘
92+
┌──────────────┬───────────────────────────────┐
93+
│ network ┆ transaction_count_last_7_days │
94+
│ --- ┆ --- │
95+
│ str ┆ f64 │
96+
╞══════════════╪═══════════════════════════════╡
97+
│ Moonbeam ┆ 1.46753e6 │
98+
│ Phala ┆ 1.126784e6 │
99+
│ Energy Web X ┆ 1.051805e6 │
100+
│ Mythos ┆ 979090.0 │
101+
│ Peaq ┆ 949735.0 │
102+
└──────────────┴───────────────────────────────┘
103+
┌──────────────┬─────────────────────────────────────┐
104+
│ network ┆ holder_count_pct_change_last_3_days │
105+
│ --- ┆ --- │
106+
│ str ┆ list[f64] │
107+
╞══════════════╪═════════════════════════════════════╡
108+
│ Peaq ┆ [2.754784, 4.75721] │
109+
│ Unique ┆ [0.539862, 0.598102] │
110+
│ Darwinia ┆ [0.241255, 0.0] │
111+
│ Energy Web X ┆ [0.144788, 0.096386] │
112+
│ Pendulum ┆ [0.076075, 0.0] │
113+
└──────────────┴─────────────────────────────────────┘
114+
┌─────────┬────────────────────────────────────┐
115+
│ network ┆ token_price_pct_change_last_3_days │
116+
│ --- ┆ --- │
117+
│ str ┆ list[f64] │
118+
╞═════════╪════════════════════════════════════╡
119+
│ Manta ┆ [2.161247, -1.962685] │
120+
│ Nodle ┆ [0.878573, -0.320563] │
121+
│ Peaq ┆ [0.139406, -2.880859] │
122+
│ Phala ┆ [-0.517223, -3.694646] │
123+
│ Astar ┆ [-1.676196, -1.28079] │
124+
└─────────┴────────────────────────────────────┘
125+
```

0 commit comments

Comments
 (0)