Skip to content

Commit ca51a25

Browse files
committed
2025-02-14
1 parent cf14e82 commit ca51a25

File tree

2 files changed

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

2 files changed

+232
-0
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
---
2+
title: Fri 14th
3+
weight: 14
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 14, 2025.
10+
{{% /hint %}}
11+
12+
### **Key Insights on Adoption & Activity**
13+
- **Mythos dominates in holder count (43.44M),** far surpassing Moonbeam (12.37M) and Polkadot (10.11M). This suggests significant adoption, possibly due to incentives or integrations.
14+
- **Moonbeam leads in active accounts (474K),** confirming its strong DeFi and smart contract ecosystem. Newer networks like **Peaq (247K) are gaining traction,** likely due to IoT-driven use cases.
15+
- **Polkadot (40.5K active accounts) sees less direct engagement**, aligning with its role as a relay chain focused on XCM message transfers rather than daily transactions.
16+
17+
### **Transactional & Economic Activity Trends**
18+
- **Polkadot leads in transfer volume ($329.56M),** despite lower transaction and transfer counts. This indicates large-value transfers, possibly linked to governance, treasury, or staking payouts.
19+
- **Mythos records the highest transfer count (1.37M), but its transfer volume ($29.57M) is low,** suggesting frequent, small transactions.
20+
- **Moonbeam, Astar, and Peaq** facilitate high-value transactions within the ecosystem, reinforcing their DeFi presence.
21+
22+
### **Smart Contract Execution & Cross-Chain Interactions**
23+
- **Moonbeam leads in transactions (1.3M),** solidifying its role as the primary smart contract execution platform.
24+
- **Phala (1.16M transactions but low USD volume)** likely processes non-monetary transactions related to privacy computation.
25+
- **XCM interactions appear to be increasing,** contributing to Moonbeam’s and Astar’s growth.
26+
27+
### **Holder Growth & Token Price Movements**
28+
- **Peaq saw the highest holder growth (+3.42%), indicating strong new adoption**—likely from IoT integrations.
29+
- **Polkadot saw a +7.97% price gain over 3 days,** suggesting strong mid-term confidence but experiencing slight retracement.
30+
- **Pendulum (+14.83%) and Unique (+13.5%) led in short-term price appreciation,** reflecting possible speculation or new integrations.
31+
32+
### **Investment & Ecosystem Implications**
33+
- **Polkadot maintains institutional confidence** through **higher USD transfer volumes.**
34+
- **Emerging parachains (Moonbeam, Peaq, Mythos) are seeing more daily engagement**, which could challenge Polkadot’s dominance in the long term.
35+
36+
---
37+
38+
```
39+
┌──────────┬──────────────────────────┐
40+
│ network ┆ holder_count_last_7_days │
41+
│ --- ┆ --- │
42+
│ str ┆ f64 │
43+
╞══════════╪══════════════════════════╡
44+
│ Mythos ┆ 4.3439472e7 │
45+
│ Moonbeam ┆ 1.2374629e7 │
46+
│ Polkadot ┆ 1.0109245e7 │
47+
│ Nodle ┆ 9.09113e6 │
48+
│ Astar ┆ 5.825057e6 │
49+
└──────────┴──────────────────────────┘
50+
┌──────────┬──────────────────────────────────┐
51+
│ network ┆ active_account_count_last_7_days │
52+
│ --- ┆ --- │
53+
│ str ┆ f64 │
54+
╞══════════╪══════════════════════════════════╡
55+
│ Moonbeam ┆ 474141.0 │
56+
│ Peaq ┆ 247412.0 │
57+
│ Mythos ┆ 110116.0 │
58+
│ Polkadot ┆ 40534.0 │
59+
│ Unique ┆ 17287.0 │
60+
└──────────┴──────────────────────────────────┘
61+
┌───────────┬────────────────────────────┐
62+
│ network ┆ transfer_count_last_7_days │
63+
│ --- ┆ --- │
64+
│ str ┆ f64 │
65+
╞═══════════╪════════════════════════════╡
66+
│ Mythos ┆ 1.37235e6 │
67+
│ Phala ┆ 953645.0 │
68+
│ Moonbeam ┆ 263111.0 │
69+
│ Peaq ┆ 172999.0 │
70+
│ Hydration ┆ 67965.0 │
71+
└───────────┴────────────────────────────┘
72+
┌──────────┬────────────────────────────────────┐
73+
│ network ┆ transfer_amount_in_usd_last_7_days │
74+
│ --- ┆ --- │
75+
│ str ┆ f64 │
76+
╞══════════╪════════════════════════════════════╡
77+
│ Polkadot ┆ 3.2956e8 │
78+
│ Mythos ┆ 2.9571e7 │
79+
│ Moonbeam ┆ 2.8559e7 │
80+
│ Astar ┆ 1.6409e7 │
81+
│ Peaq ┆ 1.4303e7 │
82+
└──────────┴────────────────────────────────────┘
83+
┌──────────────┬───────────────────────────────┐
84+
│ network ┆ transaction_count_last_7_days │
85+
│ --- ┆ --- │
86+
│ str ┆ f64 │
87+
╞══════════════╪═══════════════════════════════╡
88+
│ Moonbeam ┆ 1.30082e6 │
89+
│ Phala ┆ 1.161507e6 │
90+
│ Mythos ┆ 1.08461e6 │
91+
│ Peaq ┆ 1.082655e6 │
92+
│ Energy Web X ┆ 491137.0 │
93+
└──────────────┴───────────────────────────────┘
94+
┌───────────┬─────────────────────────────────────┐
95+
│ network ┆ holder_count_pct_change_last_3_days │
96+
│ --- ┆ --- │
97+
│ str ┆ list[f64] │
98+
╞═══════════╪═════════════════════════════════════╡
99+
│ Peaq ┆ [2.553215, 3.415826] │
100+
│ Unique ┆ [0.845698, 0.819207] │
101+
│ Darwinia ┆ [0.222717, 0.507937] │
102+
│ Hydration ┆ [0.078957, 0.0] │
103+
│ Mythos ┆ [0.065784, 0.062586] │
104+
└───────────┴─────────────────────────────────────┘
105+
┌──────────────┬────────────────────────────────────┐
106+
│ network ┆ token_price_pct_change_last_3_days │
107+
│ --- ┆ --- │
108+
│ str ┆ list[f64] │
109+
╞══════════════╪════════════════════════════════════╡
110+
│ Pendulum ┆ [14.831952, -0.764205] │
111+
│ Unique ┆ [13.49776, -0.380749] │
112+
│ Polkadot ┆ [7.9756, -1.673643] │
113+
│ Acala ┆ [6.951792, -4.318705] │
114+
│ Energy Web X ┆ [6.160038, -2.058324] │
115+
└──────────────┴────────────────────────────────────┘
116+
```
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
---
2+
title: 星期五 14日
3+
weight: 14
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月14日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **Adoption & Activity Insights**
13+
- **Mythos 以 4344 万持有者领跑**,远超 Moonbeam(1237 万)和 Polkadot(1011 万),表明其有显著的采用率,可能与激励或集成有关。
14+
- **Moonbeam 领先活跃账户数(47.4 万),** 确认其在 DeFi 和智能合约生态中的强大作用。像 **Peaq(24.7 万)** 等新兴网络正在获得关注,**可能与物联网驱动的应用有关**
15+
- **Polkadot(4 万5 百活跃账户)参与度较低,** 符合其作为中继链的角色,专注于 XCM 消息传递而非日常交易。
16+
17+
### **交易与经济活动趋势**
18+
- **Polkadot 在转账量上领先($3.29 亿),** 尽管交易和转账次数较少。这表明其进行的是大额转账,可能与治理、金库或质押支付相关。
19+
- **Mythos 记录了最高的转账数量(137 万),但其转账量较低($2957 万),** 表明其进行的是频繁的小额交易。
20+
- **Moonbeam、Astar 和 Peaq** 促进了生态系统内的大额交易,强化了它们在 DeFi 中的存在。
21+
22+
### **智能合约执行与跨链交互**
23+
- **Moonbeam 领先交易数量(130 万),** 稳固其作为主要智能合约执行平台的地位。
24+
- **Phala(116 万交易但美元交易量较低)** 可能处理与隐私计算相关的非货币交易。
25+
- **XCM 交互似乎正在增加,** 这推动了 Moonbeam 和 Astar 的增长。
26+
27+
### **持有者增长与代币价格走势**
28+
- **Peaq 在 3 天内增长了 +3.42%,** 表明其获得强烈的新增用户,**很可能与物联网集成有关**
29+
- **Polkadot 在 3 天内价格上涨了 +7.97%,** 表示中期内的强劲信心,但也经历了轻微回调。
30+
- **Pendulum(+14.83%)和 Unique(+13.5%)在短期内价格上涨领先,** 可能反映出投机或新集成的影响。
31+
32+
### **投资与生态系统影响**
33+
- **Polkadot 维持机构信心**,通过 **较高的 USD 转账量** 保持稳健的市场地位。
34+
- **新兴平行链(Moonbeam、Peaq、Mythos)正迎来更多日常用户参与,** 这可能在长期内挑战 Polkadot 的主导地位。
35+
36+
---
37+
38+
```
39+
┌──────────┬──────────────────────────┐
40+
│ network ┆ holder_count_last_7_days │
41+
│ --- ┆ --- │
42+
│ str ┆ f64 │
43+
╞══════════╪══════════════════════════╡
44+
│ Mythos ┆ 4.3439472e7 │
45+
│ Moonbeam ┆ 1.2374629e7 │
46+
│ Polkadot ┆ 1.0109245e7 │
47+
│ Nodle ┆ 9.09113e6 │
48+
│ Astar ┆ 5.825057e6 │
49+
└──────────┴──────────────────────────┘
50+
┌──────────┬──────────────────────────────────┐
51+
│ network ┆ active_account_count_last_7_days │
52+
│ --- ┆ --- │
53+
│ str ┆ f64 │
54+
╞══════════╪══════════════════════════════════╡
55+
│ Moonbeam ┆ 474141.0 │
56+
│ Peaq ┆ 247412.0 │
57+
│ Mythos ┆ 110116.0 │
58+
│ Polkadot ┆ 40534.0 │
59+
│ Unique ┆ 17287.0 │
60+
└──────────┴──────────────────────────────────┘
61+
┌───────────┬────────────────────────────┐
62+
│ network ┆ transfer_count_last_7_days │
63+
│ --- ┆ --- │
64+
│ str ┆ f64 │
65+
╞═══════════╪════════════════════════════╡
66+
│ Mythos ┆ 1.37235e6 │
67+
│ Phala ┆ 953645.0 │
68+
│ Moonbeam ┆ 263111.0 │
69+
│ Peaq ┆ 172999.0 │
70+
│ Hydration ┆ 67965.0 │
71+
└───────────┴────────────────────────────┘
72+
┌──────────┬────────────────────────────────────┐
73+
│ network ┆ transfer_amount_in_usd_last_7_days │
74+
│ --- ┆ --- │
75+
│ str ┆ f64 │
76+
╞══════════╪════════════════════════════════════╡
77+
│ Polkadot ┆ 3.2956e8 │
78+
│ Mythos ┆ 2.9571e7 │
79+
│ Moonbeam ┆ 2.8559e7 │
80+
│ Astar ┆ 1.6409e7 │
81+
│ Peaq ┆ 1.4303e7 │
82+
└──────────┴────────────────────────────────────┘
83+
┌──────────────┬───────────────────────────────┐
84+
│ network ┆ transaction_count_last_7_days │
85+
│ --- ┆ --- │
86+
│ str ┆ f64 │
87+
╞══════════════╪═══════════════════════════════╡
88+
│ Moonbeam ┆ 1.30082e6 │
89+
│ Phala ┆ 1.161507e6 │
90+
│ Mythos ┆ 1.08461e6 │
91+
│ Peaq ┆ 1.082655e6 │
92+
│ Energy Web X ┆ 491137.0 │
93+
└──────────────┴───────────────────────────────┘
94+
┌───────────┬─────────────────────────────────────┐
95+
│ network ┆ holder_count_pct_change_last_3_days │
96+
│ --- ┆ --- │
97+
│ str ┆ list[f64] │
98+
╞═══════════╪═════════════════════════════════════╡
99+
│ Peaq ┆ [2.553215, 3.415826] │
100+
│ Unique ┆ [0.845698, 0.819207] │
101+
│ Darwinia ┆ [0.222717, 0.507937] │
102+
│ Hydration ┆ [0.078957, 0.0] │
103+
│ Mythos ┆ [0.065784, 0.062586] │
104+
└───────────┴─────────────────────────────────────┘
105+
┌──────────────┬────────────────────────────────────┐
106+
│ network ┆ token_price_pct_change_last_3_days │
107+
│ --- ┆ --- │
108+
│ str ┆ list[f64] │
109+
╞══════════════╪════════════════════════════════════╡
110+
│ Pendulum ┆ [14.831952, -0.764205] │
111+
│ Unique ┆ [13.49776, -0.380749] │
112+
│ Polkadot ┆ [7.9756, -1.673643] │
113+
│ Acala ┆ [6.951792, -4.318705] │
114+
│ Energy Web X ┆ [6.160038, -2.058324] │
115+
└──────────────┴────────────────────────────────────┘
116+
```

0 commit comments

Comments
 (0)