Skip to content

Commit cf14e82

Browse files
committed
2025-02-13
1 parent 822aac0 commit cf14e82

File tree

2 files changed

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

2 files changed

+265
-0
lines changed
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
---
2+
title: Thu 13th
3+
weight: 13
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 13, 2025.
10+
{{% /hint %}}
11+
12+
### **Network Growth and Holder Distribution**
13+
- **Mythos leads in holder count** with **43.41M holders**, far ahead of Polkadot (**10.1M holders**) and Moonbeam (**12.37M holders**).
14+
- **Polkadot’s role as a relay chain** means most user interactions occur at the parachain level.
15+
- **Moonbeam’s strong holder base** (12.37M) highlights sustained interest in EVM-compatible applications.
16+
17+
### **Active Addresses and User Engagement**
18+
- **Moonbeam (449K) and Peaq (255K) dominate active user count**, with Polkadot trailing at **40K active accounts**.
19+
- This suggests **Polkadot’s role is primarily governance and staking**, whereas parachains handle most of the day-to-day transactions.
20+
21+
### **Transaction Activity and Transfer Volume**
22+
- **Mythos leads in transfer count (1.37M transactions),** while **Polkadot dominates in USD volume ($338M transferred in 7 days)**.
23+
- **Peaq and Moonbeam are performing well in transaction counts (1.31M and 1.30M, respectively).**
24+
- **Polkadot’s fewer but higher-value transactions suggest a focus on staking, governance, and institutional transfers.**
25+
26+
### **Short-Term Price and Holder Trends**
27+
- **Peaq’s holder count increased by 2.82% in three days**, showing strong adoption growth.
28+
- **Mythos’ token saw an 8.74% price jump before a slight correction (-1.39%)**, indicating speculative trading.
29+
- **Polkadot’s absence from high-growth lists suggests a stable but slow retail adoption trend.**
30+
31+
### **Key Technical Takeaways**
32+
1. **Cross-Parachain Transactions Are Increasing**
33+
- **XCM v3 functionalities will further boost interoperability** and increase usage on chains like Moonbeam and Astar.
34+
35+
2. **Polkadot’s Role as a High-Value Settlement Layer**
36+
- **Lower transaction count but high USD volume suggests institutional-level or treasury-focused utility.**
37+
38+
3. **Asynchronous Backing Will Improve Throughput**
39+
- **Upcoming upgrades will reduce transaction finalization time**, benefiting chains like Peaq and Moonbeam with high activity.
40+
41+
4. **Parachain Growth Outpacing Relay Chain Activity**
42+
- **Moonbeam, Peaq, and Phala are seeing the highest engagement**, reinforcing the importance of parachains in Polkadot’s ecosystem.
43+
44+
### **Final Thoughts**
45+
Polkadot’s ecosystem remains robust, **even though most of the interaction occurs at the parachain level rather than directly on the relay chain**. **Growth in XCM usage, staking models, and scalability improvements will drive further evolution.** Tracking parachain activity will be critical for assessing overall network expansion and adoption trends. 🚀
46+
🔥 **Polkadot Ecosystem Weekly Update!** 🔥
47+
48+
🔹 **Big Money Moves!** Polkadot dominated with **$338M in transfers**, proving its role in high-value transactions! 💰
49+
🔹 **Moonbeam & Peaq Lead in Activity!** They top active accounts & transactions, signaling growing adoption! 🚀
50+
🔹 **Holder Growth Watch!** Peaq surges **+2.82%**, while Polkadot remains steady!
51+
52+
---
53+
54+
```
55+
┌──────────┬──────────────────────────┐
56+
│ network ┆ holder_count_last_7_days │
57+
│ --- ┆ --- │
58+
│ str ┆ f64 │
59+
╞══════════╪══════════════════════════╡
60+
│ Mythos ┆ 4.341045e7 │
61+
│ Moonbeam ┆ 1.237438e7 │
62+
│ Polkadot ┆ 1.0108692e7 │
63+
│ Nodle ┆ 9.091126e6 │
64+
│ Astar ┆ 5.824506e6 │
65+
└──────────┴──────────────────────────┘
66+
┌──────────┬──────────────────────────────────┐
67+
│ network ┆ active_account_count_last_7_days │
68+
│ --- ┆ --- │
69+
│ str ┆ f64 │
70+
╞══════════╪══════════════════════════════════╡
71+
│ Moonbeam ┆ 449413.0 │
72+
│ Peaq ┆ 255559.0 │
73+
│ Mythos ┆ 111040.0 │
74+
│ Polkadot ┆ 40386.0 │
75+
│ Astar ┆ 18126.0 │
76+
└──────────┴──────────────────────────────────┘
77+
┌───────────┬────────────────────────────┐
78+
│ network ┆ transfer_count_last_7_days │
79+
│ --- ┆ --- │
80+
│ str ┆ f64 │
81+
╞═══════════╪════════════════════════════╡
82+
│ Mythos ┆ 1.373092e6 │
83+
│ Phala ┆ 955581.0 │
84+
│ Moonbeam ┆ 265852.0 │
85+
│ Peaq ┆ 174730.0 │
86+
│ Hydration ┆ 64864.0 │
87+
└───────────┴────────────────────────────┘
88+
┌──────────┬────────────────────────────────────┐
89+
│ network ┆ transfer_amount_in_usd_last_7_days │
90+
│ --- ┆ --- │
91+
│ str ┆ f64 │
92+
╞══════════╪════════════════════════════════════╡
93+
│ Polkadot ┆ 3.3827e8 │
94+
│ Mythos ┆ 2.9073e7 │
95+
│ Moonbeam ┆ 2.7432e7 │
96+
│ Astar ┆ 1.7010e7 │
97+
│ Peaq ┆ 1.4419e7 │
98+
└──────────┴────────────────────────────────────┘
99+
┌──────────────┬───────────────────────────────┐
100+
│ network ┆ transaction_count_last_7_days │
101+
│ --- ┆ --- │
102+
│ str ┆ f64 │
103+
╞══════════════╪═══════════════════════════════╡
104+
│ Peaq ┆ 1.310005e6 │
105+
│ Moonbeam ┆ 1.303454e6 │
106+
│ Phala ┆ 1.164308e6 │
107+
│ Mythos ┆ 1.094292e6 │
108+
│ Energy Web X ┆ 475881.0 │
109+
└──────────────┴───────────────────────────────┘
110+
┌───────────┬─────────────────────────────────────┐
111+
│ network ┆ holder_count_pct_change_last_3_days │
112+
│ --- ┆ --- │
113+
│ str ┆ list[f64] │
114+
╞═══════════╪═════════════════════════════════════╡
115+
│ Peaq ┆ [2.823697, 2.553215] │
116+
│ Darwinia ┆ [0.608195, 0.222717] │
117+
│ Phala ┆ [0.069049, -0.051751] │
118+
│ Hydration ┆ [0.064376, 0.078957] │
119+
│ Mythos ┆ [0.063795, 0.065784] │
120+
└───────────┴─────────────────────────────────────┘
121+
┌────────────┬────────────────────────────────────┐
122+
│ network ┆ token_price_pct_change_last_3_days │
123+
│ --- ┆ --- │
124+
│ str ┆ list[f64] │
125+
╞════════════╪════════════════════════════════════╡
126+
│ Mythos ┆ [8.743378, -1.39135] │
127+
│ Pendulum ┆ [5.379997, 14.831952] │
128+
│ Ajuna ┆ [3.940764, -10.830133] │
129+
│ Hydration ┆ [2.245811, 6.108704] │
130+
│ Centrifuge ┆ [1.845378, 0.337892] │
131+
└────────────┴────────────────────────────────────┘
132+
```
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
title: 星期四 13日
3+
weight: 13
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月13日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **网络增长与持有者分布**
13+
- **Mythos 以 4341 万持有者领先**,远超 Polkadot(1010 万)和 Moonbeam(1237 万)。
14+
- **Polkadot 作为中继链**,大部分用户交互发生在平行链层。
15+
- **Moonbeam 拥有强大的持有者基础(1237 万)**,显示了其在 **EVM 兼容应用** 领域的长期吸引力。
16+
17+
### **活跃地址与用户参与**
18+
- **Moonbeam(44.9 万)和 Peaq(25.5 万)在活跃用户数量上领先**,而 Polkadot 仅有 **4 万活跃账户**
19+
- 这表明 **Polkadot 主要用于治理和质押,而大部分日常交易发生在平行链**
20+
21+
### **交易活动与转账量**
22+
- **Mythos 以 137 万笔交易领先**,而 **Polkadot 在美元转账量上占主导地位(7 天内 $3.38 亿)**
23+
- **Peaq 和 Moonbeam 交易次数表现出色(分别为 131 万 和 130 万)**
24+
- **Polkadot 交易次数较少但单笔金额较大**,表明其 **主要用于质押、治理和机构级资金转移**
25+
26+
### **短期价格与持有者趋势**
27+
- **Peaq 持有者数量在 3 天内增长 2.82%**,表明其采用率快速上升。
28+
- **Mythos 代币价格上涨 8.74%,随后小幅回调(-1.39%)**,显示出 **投机交易活动**
29+
- **Polkadot 未出现在高增长名单中**,表明其 **零售投资者采用增长稳定但较慢**
30+
31+
### **关键技术要点**
32+
1. **跨平行链交易量正在增加**
33+
- **XCM v3 功能将进一步增强互操作性**,提高 Moonbeam 和 Astar 等链的使用率。
34+
35+
2. **Polkadot 作为高价值结算层**
36+
- **交易次数较少但美元交易量高,表明其主要用于机构级或金库级应用**
37+
38+
3. **异步支持(Asynchronous Backing)将提升吞吐量**
39+
- **即将推出的升级将减少交易最终确认时间**,对 **Peaq 和 Moonbeam 等高活动链** 具有直接优势。
40+
41+
4. **平行链增长超越中继链活动**
42+
- **Moonbeam、Peaq 和 Phala 拥有最高的用户参与度**,凸显 **平行链在 Polkadot 生态中的重要性**
43+
44+
### **最终结论**
45+
Polkadot 生态系统仍然强劲,**尽管大部分交互发生在平行链层,而非中继链本身****XCM 的增长、质押模型的改进和可扩展性的优化将推动生态的进一步发展**。未来 **关注平行链活动** 将是衡量整体网络扩张和采用趋势的关键。🚀
46+
47+
🔥 **Polkadot 生态系统每周更新!** 🔥
48+
49+
🔹 **大额资金流动!** Polkadot 以 **$3.38 亿转账量** 证明了其 **高价值交易网络** 角色!💰
50+
🔹 **Moonbeam & Peaq 领跑用户活动!** 活跃账户 & 交易数均排名前列,采用率持续上升!🚀
51+
🔹 **持有者增长观察!** Peaq 持有者增长 **+2.82%**,而 Polkadot 仍保持稳定!
52+
53+
---
54+
55+
```
56+
┌──────────┬──────────────────────────┐
57+
│ network ┆ holder_count_last_7_days │
58+
│ --- ┆ --- │
59+
│ str ┆ f64 │
60+
╞══════════╪══════════════════════════╡
61+
│ Mythos ┆ 4.341045e7 │
62+
│ Moonbeam ┆ 1.237438e7 │
63+
│ Polkadot ┆ 1.0108692e7 │
64+
│ Nodle ┆ 9.091126e6 │
65+
│ Astar ┆ 5.824506e6 │
66+
└──────────┴──────────────────────────┘
67+
┌──────────┬──────────────────────────────────┐
68+
│ network ┆ active_account_count_last_7_days │
69+
│ --- ┆ --- │
70+
│ str ┆ f64 │
71+
╞══════════╪══════════════════════════════════╡
72+
│ Moonbeam ┆ 449413.0 │
73+
│ Peaq ┆ 255559.0 │
74+
│ Mythos ┆ 111040.0 │
75+
│ Polkadot ┆ 40386.0 │
76+
│ Astar ┆ 18126.0 │
77+
└──────────┴──────────────────────────────────┘
78+
┌───────────┬────────────────────────────┐
79+
│ network ┆ transfer_count_last_7_days │
80+
│ --- ┆ --- │
81+
│ str ┆ f64 │
82+
╞═══════════╪════════════════════════════╡
83+
│ Mythos ┆ 1.373092e6 │
84+
│ Phala ┆ 955581.0 │
85+
│ Moonbeam ┆ 265852.0 │
86+
│ Peaq ┆ 174730.0 │
87+
│ Hydration ┆ 64864.0 │
88+
└───────────┴────────────────────────────┘
89+
┌──────────┬────────────────────────────────────┐
90+
│ network ┆ transfer_amount_in_usd_last_7_days │
91+
│ --- ┆ --- │
92+
│ str ┆ f64 │
93+
╞══════════╪════════════════════════════════════╡
94+
│ Polkadot ┆ 3.3827e8 │
95+
│ Mythos ┆ 2.9073e7 │
96+
│ Moonbeam ┆ 2.7432e7 │
97+
│ Astar ┆ 1.7010e7 │
98+
│ Peaq ┆ 1.4419e7 │
99+
└──────────┴────────────────────────────────────┘
100+
┌──────────────┬───────────────────────────────┐
101+
│ network ┆ transaction_count_last_7_days │
102+
│ --- ┆ --- │
103+
│ str ┆ f64 │
104+
╞══════════════╪═══════════════════════════════╡
105+
│ Peaq ┆ 1.310005e6 │
106+
│ Moonbeam ┆ 1.303454e6 │
107+
│ Phala ┆ 1.164308e6 │
108+
│ Mythos ┆ 1.094292e6 │
109+
│ Energy Web X ┆ 475881.0 │
110+
└──────────────┴───────────────────────────────┘
111+
┌───────────┬─────────────────────────────────────┐
112+
│ network ┆ holder_count_pct_change_last_3_days │
113+
│ --- ┆ --- │
114+
│ str ┆ list[f64] │
115+
╞═══════════╪═════════════════════════════════════╡
116+
│ Peaq ┆ [2.823697, 2.553215] │
117+
│ Darwinia ┆ [0.608195, 0.222717] │
118+
│ Phala ┆ [0.069049, -0.051751] │
119+
│ Hydration ┆ [0.064376, 0.078957] │
120+
│ Mythos ┆ [0.063795, 0.065784] │
121+
└───────────┴─────────────────────────────────────┘
122+
┌────────────┬────────────────────────────────────┐
123+
│ network ┆ token_price_pct_change_last_3_days │
124+
│ --- ┆ --- │
125+
│ str ┆ list[f64] │
126+
╞════════════╪════════════════════════════════════╡
127+
│ Mythos ┆ [8.743378, -1.39135] │
128+
│ Pendulum ┆ [5.379997, 14.831952] │
129+
│ Ajuna ┆ [3.940764, -10.830133] │
130+
│ Hydration ┆ [2.245811, 6.108704] │
131+
│ Centrifuge ┆ [1.845378, 0.337892] │
132+
└────────────┴────────────────────────────────────┘
133+
```

0 commit comments

Comments
 (0)