Skip to content

Commit 408adad

Browse files
committed
2025-02-22
1 parent 37a4773 commit 408adad

File tree

3 files changed

+231
-1
lines changed

3 files changed

+231
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Thu 21st
2+
title: Fri 21st
33
weight: 21
44
---
55

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

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: Sat 22nd
3+
weight: 22
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 22, 2025.
10+
{{% /hint %}}
11+
12+
### **Holder Distribution & Adoption**
13+
- **Polkadot has ~2.02M holders**, ranking third after Mythos (~8.73M) and Moonbeam (~2.47M).
14+
- **Mythos’ high holder count** suggests strong adoption in gaming/NFT applications.
15+
- Polkadot’s lower active account count (~7,866) compared to Moonbeam (~52K) implies DOT is more of an infrastructural/holding asset rather than a frequently used token.
16+
17+
### **Network Activity Trends**
18+
- **Highest active accounts:** Peaq (56K), Moonbeam (52K), and Mythos (22K).
19+
- **Polkadot’s lower activity** aligns with its role as a relay chain, handling security and governance while execution happens at the parachain level.
20+
21+
### **Transaction & Transfer Metrics**
22+
- **Highest transfers:** Mythos (1.41M), Phala (938K), Moonbeam (348K).
23+
- **Highest transactions:** Moonbeam (1.47M), Phala (1.12M), Mythos (1.07M).
24+
- **Polkadot leads in total transfer value ($413M) but not in raw transfers**, indicating institutional or staking-related usage rather than frequent retail transactions.
25+
26+
### **Ecosystem Growth & Token Movement**
27+
- **Fastest holder growth:** Peaq (+9.2%), Unique (+0.67%), Polkadot (+0.068%).
28+
- **Price movements:** Bifrost (+5.37%), Astar (+3.92%), Peaq (+3.08%, then -13.27%).
29+
- Speculative trading is prominent in **emerging parachains**, whereas **Polkadot remains stable but less volatile**.
30+
31+
### **Strategic Implications**
32+
- **DOT’s high-value movement suggests staking, governance, or institutional activity**, rather than frequent microtransactions.
33+
- **Investment outlook:** While Polkadot is stable, emerging parachains like Peaq and Astar are experiencing stronger short-term growth, making DOT more of a long-term hold.
34+
35+
---
36+
37+
```
38+
┌──────────┬──────────────────────────────┐
39+
│ network ┆ holder_count_avg_last_7_days │
40+
│ --- ┆ --- │
41+
│ str ┆ f64 │
42+
╞══════════╪══════════════════════════════╡
43+
│ Mythos ┆ 8.734588e6 │
44+
│ Moonbeam ┆ 2.475513e6 │
45+
│ Polkadot ┆ 2.024041e6 │
46+
│ Nodle ┆ 1.818243e6 │
47+
│ Astar ┆ 1.166132e6 │
48+
└──────────┴──────────────────────────────┘
49+
┌──────────┬──────────────────────────────────────┐
50+
│ network ┆ active_account_count_avg_last_7_days │
51+
│ --- ┆ --- │
52+
│ str ┆ f64 │
53+
╞══════════╪══════════════════════════════════════╡
54+
│ Peaq ┆ 56215.0 │
55+
│ Moonbeam ┆ 52063.0 │
56+
│ Mythos ┆ 22127.0 │
57+
│ Polkadot ┆ 7866.0 │
58+
│ Astar ┆ 3961.0 │
59+
└──────────┴──────────────────────────────────────┘
60+
┌───────────┬────────────────────────────┐
61+
│ network ┆ transfer_count_last_7_days │
62+
│ --- ┆ --- │
63+
│ str ┆ f64 │
64+
╞═══════════╪════════════════════════════╡
65+
│ Mythos ┆ 1.416565e6 │
66+
│ Phala ┆ 938987.0 │
67+
│ Moonbeam ┆ 348530.0 │
68+
│ Peaq ┆ 210405.0 │
69+
│ Hydration ┆ 80923.0 │
70+
└───────────┴────────────────────────────┘
71+
┌──────────┬────────────────────────────────────┐
72+
│ network ┆ transfer_amount_in_usd_last_7_days │
73+
│ --- ┆ --- │
74+
│ str ┆ f64 │
75+
╞══════════╪════════════════════════════════════╡
76+
│ Polkadot ┆ 4.1321e8 │
77+
│ Astar ┆ 3.5400e7 │
78+
│ Mythos ┆ 3.0765e7 │
79+
│ Peaq ┆ 2.9552e7 │
80+
│ Moonbeam ┆ 2.6162e7 │
81+
└──────────┴────────────────────────────────────┘
82+
┌──────────────┬───────────────────────────────┐
83+
│ network ┆ transaction_count_last_7_days │
84+
│ --- ┆ --- │
85+
│ str ┆ f64 │
86+
╞══════════════╪═══════════════════════════════╡
87+
│ Moonbeam ┆ 1.476804e6 │
88+
│ Phala ┆ 1.128653e6 │
89+
│ Mythos ┆ 1.072043e6 │
90+
│ Energy Web X ┆ 780403.0 │
91+
│ Peaq ┆ 603609.0 │
92+
└──────────────┴───────────────────────────────┘
93+
┌──────────────┬─────────────────────────────────────┐
94+
│ network ┆ holder_count_pct_change_last_3_days │
95+
│ --- ┆ --- │
96+
│ str ┆ list[f64] │
97+
╞══════════════╪═════════════════════════════════════╡
98+
│ Peaq ┆ [9.199637, 9.015216] │
99+
│ Unique ┆ [0.672158, 0.604945] │
100+
│ Darwinia ┆ [0.215716, 0.0] │
101+
│ Energy Web X ┆ [0.145985, 0.048591] │
102+
│ Polkadot ┆ [0.068907, 0.065541] │
103+
└──────────────┴─────────────────────────────────────┘
104+
┌─────────┬────────────────────────────────────┐
105+
│ network ┆ token_price_pct_change_last_3_days │
106+
│ --- ┆ --- │
107+
│ str ┆ list[f64] │
108+
╞═════════╪════════════════════════════════════╡
109+
│ Bifrost ┆ [5.366253, 0.267176] │
110+
│ Manta ┆ [4.285827, -3.463319] │
111+
│ Astar ┆ [3.919759, 3.13056] │
112+
│ Peaq ┆ [3.07987, -13.275234] │
113+
│ Unique ┆ [2.443636, 1.171113] │
114+
└─────────┴────────────────────────────────────┘
115+
```

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

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: 星期六 22日
3+
weight: 22
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月22日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **持有者分布与采纳情况**
13+
- **Polkadot 拥有约 202 万持有者**,排名第三,仅次于 **Mythos(约 873 万)****Moonbeam(约 247 万)**
14+
- **Mythos 的高持有者数量** 表明其在 **游戏/NFT 应用** 中的强大采纳度。
15+
- 相较于 **Moonbeam(约 5.2 万活跃账户)**,Polkadot 的较低活跃账户数量(约 7,866)表明 **DOT 更多是基础设施类资产/长期持有资产**,而非频繁使用的代币。
16+
17+
### **网络活动趋势**
18+
- **最高活跃账户:** Peaq(56K)、Moonbeam(52K)和 Mythos(22K)。
19+
- **Polkadot 活跃度较低**,符合其作为中继链的角色,主要负责 **安全性和治理**,而执行任务发生在 **parachain** 层面。
20+
21+
### **交易与转账指标**
22+
- **最高转账量:** Mythos(141 万)、Phala(93.8 万)、Moonbeam(34.8 万)。
23+
- **最高交易量:** Moonbeam(147 万)、Phala(112 万)、Mythos(107 万)。
24+
- **Polkadot 在总转账金额上领先($4.13 亿)**,但在 **转账次数上不占优势**,表明其更多用于 **机构级别或质押相关的资金流动**,而非频繁的零售交易。
25+
26+
### **生态系统增长与代币流动**
27+
- **持有者增长最快:** Peaq(+9.2%)、Unique(+0.67%)、Polkadot(+0.068%)。
28+
- **价格变动:** Bifrost(+5.37%)、Astar(+3.92%)、Peaq(+3.08%,然后 -13.27%)。
29+
- **投机性交易****新兴 parachains** 中尤为显著,而 **Polkadot 保持稳定,波动较小**
30+
31+
### **战略意义**
32+
- **DOT 的高价值流动表明更多是质押、治理或机构活动**,而非频繁的小额交易。
33+
- **投资展望:** 虽然 Polkadot 保持稳定,但像 **Peaq****Astar** 这样的新兴 parachains 正在经历 **短期更强劲的增长**,使 DOT 更适合 **长期持有**
34+
35+
---
36+
37+
```
38+
┌──────────┬──────────────────────────────┐
39+
│ network ┆ holder_count_avg_last_7_days │
40+
│ --- ┆ --- │
41+
│ str ┆ f64 │
42+
╞══════════╪══════════════════════════════╡
43+
│ Mythos ┆ 8.734588e6 │
44+
│ Moonbeam ┆ 2.475513e6 │
45+
│ Polkadot ┆ 2.024041e6 │
46+
│ Nodle ┆ 1.818243e6 │
47+
│ Astar ┆ 1.166132e6 │
48+
└──────────┴──────────────────────────────┘
49+
┌──────────┬──────────────────────────────────────┐
50+
│ network ┆ active_account_count_avg_last_7_days │
51+
│ --- ┆ --- │
52+
│ str ┆ f64 │
53+
╞══════════╪══════════════════════════════════════╡
54+
│ Peaq ┆ 56215.0 │
55+
│ Moonbeam ┆ 52063.0 │
56+
│ Mythos ┆ 22127.0 │
57+
│ Polkadot ┆ 7866.0 │
58+
│ Astar ┆ 3961.0 │
59+
└──────────┴──────────────────────────────────────┘
60+
┌───────────┬────────────────────────────┐
61+
│ network ┆ transfer_count_last_7_days │
62+
│ --- ┆ --- │
63+
│ str ┆ f64 │
64+
╞═══════════╪════════════════════════════╡
65+
│ Mythos ┆ 1.416565e6 │
66+
│ Phala ┆ 938987.0 │
67+
│ Moonbeam ┆ 348530.0 │
68+
│ Peaq ┆ 210405.0 │
69+
│ Hydration ┆ 80923.0 │
70+
└───────────┴────────────────────────────┘
71+
┌──────────┬────────────────────────────────────┐
72+
│ network ┆ transfer_amount_in_usd_last_7_days │
73+
│ --- ┆ --- │
74+
│ str ┆ f64 │
75+
╞══════════╪════════════════════════════════════╡
76+
│ Polkadot ┆ 4.1321e8 │
77+
│ Astar ┆ 3.5400e7 │
78+
│ Mythos ┆ 3.0765e7 │
79+
│ Peaq ┆ 2.9552e7 │
80+
│ Moonbeam ┆ 2.6162e7 │
81+
└──────────┴────────────────────────────────────┘
82+
┌──────────────┬───────────────────────────────┐
83+
│ network ┆ transaction_count_last_7_days │
84+
│ --- ┆ --- │
85+
│ str ┆ f64 │
86+
╞══════════════╪═══════════════════════════════╡
87+
│ Moonbeam ┆ 1.476804e6 │
88+
│ Phala ┆ 1.128653e6 │
89+
│ Mythos ┆ 1.072043e6 │
90+
│ Energy Web X ┆ 780403.0 │
91+
│ Peaq ┆ 603609.0 │
92+
└──────────────┴───────────────────────────────┘
93+
┌──────────────┬─────────────────────────────────────┐
94+
│ network ┆ holder_count_pct_change_last_3_days │
95+
│ --- ┆ --- │
96+
│ str ┆ list[f64] │
97+
╞══════════════╪═════════════════════════════════════╡
98+
│ Peaq ┆ [9.199637, 9.015216] │
99+
│ Unique ┆ [0.672158, 0.604945] │
100+
│ Darwinia ┆ [0.215716, 0.0] │
101+
│ Energy Web X ┆ [0.145985, 0.048591] │
102+
│ Polkadot ┆ [0.068907, 0.065541] │
103+
└──────────────┴─────────────────────────────────────┘
104+
┌─────────┬────────────────────────────────────┐
105+
│ network ┆ token_price_pct_change_last_3_days │
106+
│ --- ┆ --- │
107+
│ str ┆ list[f64] │
108+
╞═════════╪════════════════════════════════════╡
109+
│ Bifrost ┆ [5.366253, 0.267176] │
110+
│ Manta ┆ [4.285827, -3.463319] │
111+
│ Astar ┆ [3.919759, 3.13056] │
112+
│ Peaq ┆ [3.07987, -13.275234] │
113+
│ Unique ┆ [2.443636, 1.171113] │
114+
└─────────┴────────────────────────────────────┘
115+
```

0 commit comments

Comments
 (0)