Skip to content

Commit e56edb3

Browse files
committed
2025-02-19
1 parent 6324d56 commit e56edb3

File tree

3 files changed

+249
-2
lines changed

3 files changed

+249
-2
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: Wed 19th
3+
weight: 19
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 19, 2025.
10+
{{% /hint %}}
11+
12+
### **Network Adoption & Holder Distribution**
13+
- **Mythos leads with 43.58M holders**, far ahead of **Moonbeam (12.38M)** and **Polkadot (10.11M)**.
14+
- **Polkadot remains a major liquidity hub**, though its holder growth has been slower than emerging parachains like **Peaq (+2.42%)**.
15+
16+
### **Network Engagement & Transactions**
17+
- **Moonbeam leads in active users (315K) and transactions (1.43M)**, fueled by **EVM-compatible dApps and DeFi activity**.
18+
- **Peaq (200K active users, 650K transactions) shows high engagement**, likely driven by its **machine-to-machine economy**.
19+
- **Polkadot has lower active accounts (37K), but facilitates the highest total transfer value ($364.57M), indicating institutional-sized transactions.**
20+
21+
### **Liquidity & Value Flow Trends**
22+
- **Mythos (1.42M transfers) sees the most transfer activity**, but **Polkadot leads in value transferred ($364.57M)**, suggesting **high-value asset movements** vs. frequent transactions.
23+
- **Moonbeam and Peaq’s activity levels indicate strong cross-chain integration**, leveraging **Polkadot’s XCM interoperability features**.
24+
25+
### **Market & Investment Outlook**
26+
- **DOT remains a long-term institutional asset, prioritizing liquidity and interoperability over retail adoption.**
27+
- **Moonbeam, Peaq, and Mythos show higher user engagement and network growth**, making them strong speculative plays within the ecosystem.
28+
- **Parachains like Phala and Energy Web X are gaining traction in niche applications (confidential computing, carbon credits).**
29+
30+
### **Key Takeaways & Future Considerations**
31+
- **Polkadot’s role as a high-value transfer hub remains strong**—but **lower activity metrics signal a potential adoption gap.**
32+
- **Moonbeam, Peaq, and Mythos are driving user engagement, making them high-growth investment areas.**
33+
- **Adoption trends in staking and governance upgrades might shift DOT’s activity levels in the long run.**
34+
35+
Polkadot’s ecosystem remains **interconnected, with specific parachains excelling in different use cases**, reinforcing **the network’s multi-chain vision.** 🚀
36+
🚀 **Polkadot’s Ecosystem: High-Value Moves, But Is Activity Slowing?** 🚀
37+
38+
- **$364M in Transfers!** Polkadot leads in total transfer value, but with **lower transaction counts**, signaling **institutional adoption over retail activity**.
39+
- **Parachains Shine!** Moonbeam dominates transactions (**1.43M**), while Peaq shows **rapid holder growth (↑2.6%)**.
40+
- **XCM in Action?** Cross-chain movements likely power liquidity flows.
41+
42+
---
43+
44+
```
45+
┌──────────┬──────────────────────────┐
46+
│ network ┆ holder_count_last_7_days │
47+
│ --- ┆ --- │
48+
│ str ┆ f64 │
49+
╞══════════╪══════════════════════════╡
50+
│ Mythos ┆ 4.358459e7 │
51+
│ Moonbeam ┆ 1.2375876e7 │
52+
│ Polkadot ┆ 1.0113444e7 │
53+
│ Nodle ┆ 9.091179e6 │
54+
│ Astar ┆ 5.827781e6 │
55+
└──────────┴──────────────────────────┘
56+
┌──────────┬──────────────────────────────────┐
57+
│ network ┆ active_account_count_last_7_days │
58+
│ --- ┆ --- │
59+
│ str ┆ f64 │
60+
╞══════════╪══════════════════════════════════╡
61+
│ Moonbeam ┆ 315191.0 │
62+
│ Peaq ┆ 200228.0 │
63+
│ Mythos ┆ 107331.0 │
64+
│ Polkadot ┆ 37024.0 │
65+
│ Unique ┆ 18254.0 │
66+
└──────────┴──────────────────────────────────┘
67+
┌───────────┬────────────────────────────┐
68+
│ network ┆ transfer_count_last_7_days │
69+
│ --- ┆ --- │
70+
│ str ┆ f64 │
71+
╞═══════════╪════════════════════════════╡
72+
│ Mythos ┆ 1.419335e6 │
73+
│ Phala ┆ 944664.0 │
74+
│ Moonbeam ┆ 324044.0 │
75+
│ Peaq ┆ 162620.0 │
76+
│ Hydration ┆ 74688.0 │
77+
└───────────┴────────────────────────────┘
78+
┌──────────┬────────────────────────────────────┐
79+
│ network ┆ transfer_amount_in_usd_last_7_days │
80+
│ --- ┆ --- │
81+
│ str ┆ f64 │
82+
╞══════════╪════════════════════════════════════╡
83+
│ Polkadot ┆ 3.6457e8 │
84+
│ Mythos ┆ 3.0770e7 │
85+
│ Moonbeam ┆ 2.4735e7 │
86+
│ Astar ┆ 2.2828e7 │
87+
│ Peaq ┆ 2.2753e7 │
88+
└──────────┴────────────────────────────────────┘
89+
┌──────────────┬───────────────────────────────┐
90+
│ network ┆ transaction_count_last_7_days │
91+
│ --- ┆ --- │
92+
│ str ┆ f64 │
93+
╞══════════════╪═══════════════════════════════╡
94+
│ Moonbeam ┆ 1.431472e6 │
95+
│ Phala ┆ 1.135156e6 │
96+
│ Mythos ┆ 1.027997e6 │
97+
│ Peaq ┆ 650006.0 │
98+
│ Energy Web X ┆ 579420.0 │
99+
└──────────────┴───────────────────────────────┘
100+
┌──────────────┬─────────────────────────────────────┐
101+
│ network ┆ holder_count_pct_change_last_3_days │
102+
│ --- ┆ --- │
103+
│ str ┆ list[f64] │
104+
╞══════════════╪═════════════════════════════════════╡
105+
│ Peaq ┆ [2.421128, 2.603818] │
106+
│ Unique ┆ [0.59504, 0.692022] │
107+
│ Darwinia ┆ [0.280461, 0.83903] │
108+
│ Energy Web X ┆ [0.097466, 0.0] │
109+
│ Mythos ┆ [0.066925, 0.062053] │
110+
└──────────────┴─────────────────────────────────────┘
111+
┌────────────────┬────────────────────────────────────┐
112+
│ network ┆ token_price_pct_change_last_3_days │
113+
│ --- ┆ --- │
114+
│ str ┆ list[f64] │
115+
╞════════════════╪════════════════════════════════════╡
116+
│ Mythos ┆ [16.338272, -4.736541] │
117+
│ Darwinia ┆ [7.83008, -2.972312] │
118+
│ KILT Spiritnet ┆ [6.375525, -8.084696] │
119+
│ Centrifuge ┆ [1.744282, -9.193173] │
120+
│ Moonbeam ┆ [1.671134, -4.881354] │
121+
└────────────────┴────────────────────────────────────┘
122+
```

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ weight: 18
4848

4949
---
5050

51-
```┌──────────┬──────────────────────────┐
51+
```
52+
┌──────────┬──────────────────────────┐
5253
│ network ┆ holder_count_last_7_days │
5354
│ --- ┆ --- │
5455
│ str ┆ f64 │
@@ -124,4 +125,5 @@ weight: 18
124125
│ Nodle ┆ [2.973082, -1.33138] │
125126
│ Astar ┆ [1.215952, -2.421378] │
126127
│ Hydration ┆ [1.215096, -0.13677] │
127-
└───────────┴────────────────────────────────────┘```
128+
└───────────┴────────────────────────────────────┘
129+
```
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
title: 星期三 19日
3+
weight: 19
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月19日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **网络采用与持有者分布**
13+
- **Mythos** 领先,拥有 **4358万** 持有者,远超 **Moonbeam**(1238万)和 **Polkadot**(1011万)。
14+
- **Polkadot** 依然是主要的流动性中心,尽管其持有者增长速度较 **Peaq (+2.42%)** 等新兴 parachain 更慢。
15+
16+
### **网络参与与交易活动**
17+
- **Moonbeam** 领先,拥有 **315K** 活跃用户和 **143万** 交易量,得益于 **EVM 兼容的 dApp 和 DeFi 活动**
18+
- **Peaq**(活跃用户 **200K**,交易量 **65万**)表现出较高的参与度,可能与其 **机器对机器经济** 驱动相关。
19+
- **Polkadot** 活跃账户较少(**37K**),但其转账总额最高(**3.6457 亿美元**),表明其更多处理 **机构级别的大额交易**
20+
21+
### **流动性与价值流动趋势**
22+
- **Mythos****142万** 次转账)交易活动最多,但 **Polkadot** 在转账总值方面领先(**3.6457 亿美元**),这意味着 **高价值资产流动** 与频繁交易的区别。
23+
- **Moonbeam 和 Peaq** 的活动水平表明其在 **Polkadot 的 XCM 跨链互操作功能** 上实现了强大的集成。
24+
25+
### **市场与投资展望**
26+
- **DOT** 依然是长期的机构资产,优先考虑流动性和跨链互操作性,而非零售采纳。
27+
- **Moonbeam、Peaq 和 Mythos** 显示出更高的用户参与度和网络增长,使它们成为生态系统中强有力的投机性投资。
28+
- **Phala****Energy Web X** 等 parachains 在细分应用(如保密计算和碳信用)中逐渐获得牵引力。
29+
30+
### **关键要点与未来考虑**
31+
- **Polkadot** 作为高价值转账枢纽的角色依然强劲——但较低的活动指标可能表明存在采纳差距。
32+
- **Moonbeam、Peaq 和 Mythos** 正在推动用户参与,使它们成为高增长的投资领域。
33+
- **质押和治理升级中的采用趋势** 可能会在长期内改变 DOT 的活动水平。
34+
35+
Polkadot 的生态系统依然 **高度互联,各 parachain 在不同的用例中表现突出,** 强化了 **网络的多链愿景**。 🚀
36+
37+
🚀 **Polkadot 生态系统:高价值交易,但活动是否放缓?** 🚀
38+
39+
- **3.6457 亿美元转账!** Polkadot 领先于总转账金额,但 **较低的交易次数** 表明 **机构采纳多于零售活动**
40+
- **Parachains 崭露头角!** Moonbeam 主导交易(**143万**),而 Peaq 显示出 **快速的持有者增长(↑2.6%)**
41+
- **XCM 在行动?** 跨链流动可能推动流动性流动。
42+
43+
---
44+
45+
```
46+
┌──────────┬──────────────────────────┐
47+
│ network ┆ holder_count_last_7_days │
48+
│ --- ┆ --- │
49+
│ str ┆ f64 │
50+
╞══════════╪══════════════════════════╡
51+
│ Mythos ┆ 4.358459e7 │
52+
│ Moonbeam ┆ 1.2375876e7 │
53+
│ Polkadot ┆ 1.0113444e7 │
54+
│ Nodle ┆ 9.091179e6 │
55+
│ Astar ┆ 5.827781e6 │
56+
└──────────┴──────────────────────────┘
57+
┌──────────┬──────────────────────────────────┐
58+
│ network ┆ active_account_count_last_7_days │
59+
│ --- ┆ --- │
60+
│ str ┆ f64 │
61+
╞══════════╪══════════════════════════════════╡
62+
│ Moonbeam ┆ 315191.0 │
63+
│ Peaq ┆ 200228.0 │
64+
│ Mythos ┆ 107331.0 │
65+
│ Polkadot ┆ 37024.0 │
66+
│ Unique ┆ 18254.0 │
67+
└──────────┴──────────────────────────────────┘
68+
┌───────────┬────────────────────────────┐
69+
│ network ┆ transfer_count_last_7_days │
70+
│ --- ┆ --- │
71+
│ str ┆ f64 │
72+
╞═══════════╪════════════════════════════╡
73+
│ Mythos ┆ 1.419335e6 │
74+
│ Phala ┆ 944664.0 │
75+
│ Moonbeam ┆ 324044.0 │
76+
│ Peaq ┆ 162620.0 │
77+
│ Hydration ┆ 74688.0 │
78+
└───────────┴────────────────────────────┘
79+
┌──────────┬────────────────────────────────────┐
80+
│ network ┆ transfer_amount_in_usd_last_7_days │
81+
│ --- ┆ --- │
82+
│ str ┆ f64 │
83+
╞══════════╪════════════════════════════════════╡
84+
│ Polkadot ┆ 3.6457e8 │
85+
│ Mythos ┆ 3.0770e7 │
86+
│ Moonbeam ┆ 2.4735e7 │
87+
│ Astar ┆ 2.2828e7 │
88+
│ Peaq ┆ 2.2753e7 │
89+
└──────────┴────────────────────────────────────┘
90+
┌──────────────┬───────────────────────────────┐
91+
│ network ┆ transaction_count_last_7_days │
92+
│ --- ┆ --- │
93+
│ str ┆ f64 │
94+
╞══════════════╪═══════════════════════════════╡
95+
│ Moonbeam ┆ 1.431472e6 │
96+
│ Phala ┆ 1.135156e6 │
97+
│ Mythos ┆ 1.027997e6 │
98+
│ Peaq ┆ 650006.0 │
99+
│ Energy Web X ┆ 579420.0 │
100+
└──────────────┴───────────────────────────────┘
101+
┌──────────────┬─────────────────────────────────────┐
102+
│ network ┆ holder_count_pct_change_last_3_days │
103+
│ --- ┆ --- │
104+
│ str ┆ list[f64] │
105+
╞══════════════╪═════════════════════════════════════╡
106+
│ Peaq ┆ [2.421128, 2.603818] │
107+
│ Unique ┆ [0.59504, 0.692022] │
108+
│ Darwinia ┆ [0.280461, 0.83903] │
109+
│ Energy Web X ┆ [0.097466, 0.0] │
110+
│ Mythos ┆ [0.066925, 0.062053] │
111+
└──────────────┴─────────────────────────────────────┘
112+
┌────────────────┬────────────────────────────────────┐
113+
│ network ┆ token_price_pct_change_last_3_days │
114+
│ --- ┆ --- │
115+
│ str ┆ list[f64] │
116+
╞════════════════╪════════════════════════════════════╡
117+
│ Mythos ┆ [16.338272, -4.736541] │
118+
│ Darwinia ┆ [7.83008, -2.972312] │
119+
│ KILT Spiritnet ┆ [6.375525, -8.084696] │
120+
│ Centrifuge ┆ [1.744282, -9.193173] │
121+
│ Moonbeam ┆ [1.671134, -4.881354] │
122+
└────────────────┴────────────────────────────────────┘
123+
```

0 commit comments

Comments
 (0)