Skip to content

Commit d846f3a

Browse files
committed
2025-02-15
1 parent ca51a25 commit d846f3a

File tree

2 files changed

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

2 files changed

+240
-0
lines changed
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: Sat 15th
3+
weight: 15
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 15, 2025.
10+
{{% /hint %}}
11+
12+
### Holder Growth and Adoption
13+
- **Mythos leads with 43.47M holders**, followed by **Moonbeam (12.37M) and Polkadot (10.11M)**.
14+
- **Peaq is growing the fastest in holders**, with daily increases of **3.42% and 2.65%**, indicating rising adoption.
15+
- **Polkadot’s strong holder count suggests long-term confidence**, though newer chains like Peaq are gaining traction.
16+
17+
### Network Activity and Transactions
18+
- **Moonbeam has the highest active accounts (499K in 7 days)**, far outpacing Polkadot (39.88K).
19+
- **Mythos leads in transfer count (1.37M), while Moonbeam leads in total transactions (1.32M)**, showing strong DeFi and smart contract use.
20+
- **Polkadot ranks #1 in USD transfer volume ($322M)**, indicating **fewer but higher-value transactions**, likely from institutional participants.
21+
22+
### Market Sentiment and Investment Trends
23+
- **DOT adoption remains strong but is not the fastest-growing network**, suggesting **stability over speculation**.
24+
- **Parachains like Moonbeam, Peaq, and Mythos are seeing more user engagement**, making them key areas for potential growth.
25+
- **Hydration and Pendulum saw price swings (+10.53%, -1.51%)**, possibly due to speculation or recent listings.
26+
27+
### Key Takeaways
28+
- **Polkadot remains the economic backbone** of its ecosystem, with **high-value transfers and long-term holders**.
29+
- **Moonbeam and Peaq show increasing user engagement and smart contract activity**, signaling growing adoption.
30+
- **EVM-compatible chains (Moonbeam) drive DeFi transactions, while Substrate-native chains (Peaq, Phala) see rapid adoption.**
31+
- **For short-term speculation, monitoring parachains like Peaq and Mythos may be fruitful**, while **Polkadot remains a solid long-term investment.**
32+
33+
Overall, **Polkadot continues to demonstrate strong ecosystem growth**, with parachains offering diverse use cases and expanding network activity. 🚀
34+
🔥 **Polkadot Ecosystem Update!** 🔥
35+
36+
- **DOT leads with $322M in transfers**, highlighting whale activity.
37+
- **Moonbeam dominates active accounts & transactions**, reinforcing its DeFi & dApp traction.
38+
- **Peaq shows rapid holder growth**, signaling rising adoption.
39+
40+
---
41+
42+
```
43+
┌──────────┬──────────────────────────┐
44+
│ network ┆ holder_count_last_7_days │
45+
│ --- ┆ --- │
46+
│ str ┆ f64 │
47+
╞══════════╪══════════════════════════╡
48+
│ Mythos ┆ 4.3468325e7 │
49+
│ Moonbeam ┆ 1.2374857e7 │
50+
│ Polkadot ┆ 1.0109796e7 │
51+
│ Nodle ┆ 9.091139e6 │
52+
│ Astar ┆ 5.825602e6 │
53+
└──────────┴──────────────────────────┘
54+
┌──────────┬──────────────────────────────────┐
55+
│ network ┆ active_account_count_last_7_days │
56+
│ --- ┆ --- │
57+
│ str ┆ f64 │
58+
╞══════════╪══════════════════════════════════╡
59+
│ Moonbeam ┆ 499023.0 │
60+
│ Peaq ┆ 230231.0 │
61+
│ Mythos ┆ 107876.0 │
62+
│ Polkadot ┆ 39882.0 │
63+
│ Unique ┆ 17219.0 │
64+
└──────────┴──────────────────────────────────┘
65+
┌───────────┬────────────────────────────┐
66+
│ network ┆ transfer_count_last_7_days │
67+
│ --- ┆ --- │
68+
│ str ┆ f64 │
69+
╞═══════════╪════════════════════════════╡
70+
│ Mythos ┆ 1.376179e6 │
71+
│ Phala ┆ 951385.0 │
72+
│ Moonbeam ┆ 268486.0 │
73+
│ Peaq ┆ 168538.0 │
74+
│ Hydration ┆ 70806.0 │
75+
└───────────┴────────────────────────────┘
76+
┌──────────┬────────────────────────────────────┐
77+
│ network ┆ transfer_amount_in_usd_last_7_days │
78+
│ --- ┆ --- │
79+
│ str ┆ f64 │
80+
╞══════════╪════════════════════════════════════╡
81+
│ Polkadot ┆ 3.2287e8 │
82+
│ Moonbeam ┆ 3.0400e7 │
83+
│ Mythos ┆ 2.9438e7 │
84+
│ Astar ┆ 1.5870e7 │
85+
│ Peaq ┆ 1.5612e7 │
86+
└──────────┴────────────────────────────────────┘
87+
┌──────────────┬───────────────────────────────┐
88+
│ network ┆ transaction_count_last_7_days │
89+
│ --- ┆ --- │
90+
│ str ┆ f64 │
91+
╞══════════════╪═══════════════════════════════╡
92+
│ Moonbeam ┆ 1.323118e6 │
93+
│ Phala ┆ 1.16315e6 │
94+
│ Mythos ┆ 1.048187e6 │
95+
│ Peaq ┆ 955901.0 │
96+
│ Energy Web X ┆ 506288.0 │
97+
└──────────────┴───────────────────────────────┘
98+
┌──────────┬─────────────────────────────────────┐
99+
│ network ┆ holder_count_pct_change_last_3_days │
100+
│ --- ┆ --- │
101+
│ str ┆ list[f64] │
102+
╞══════════╪═════════════════════════════════════╡
103+
│ Peaq ┆ [3.415826, 2.647641] │
104+
│ Unique ┆ [0.819207, 0.877673] │
105+
│ Darwinia ┆ [0.507937, 0.0] │
106+
│ Phala ┆ [0.103555, 0.034483] │
107+
│ Mythos ┆ [0.062586, 0.06771] │
108+
└──────────┴─────────────────────────────────────┘
109+
┌───────────┬────────────────────────────────────┐
110+
│ network ┆ token_price_pct_change_last_3_days │
111+
│ --- ┆ --- │
112+
│ str ┆ list[f64] │
113+
╞═══════════╪════════════════════════════════════╡
114+
│ Hydration ┆ [10.538324, -1.509411] │
115+
│ Interlay ┆ [0.878675, -1.582829] │
116+
│ Unique ┆ [-0.380749, 1.959016] │
117+
│ Pendulum ┆ [-0.764205, 7.360156] │
118+
│ Zeitgeist ┆ [-0.77749, 0.011703] │
119+
└───────────┴────────────────────────────────────┘
120+
```
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: 星期六 15日
3+
weight: 15
4+
---
5+
6+
## **Polkadot 生态系统 AI 分析**
7+
{{% hint info %}}
8+
9+
本次分析的数据采集截止时间为 2025年2月15日 23:59:59 UTC。
10+
{{% /hint %}}
11+
12+
### **持有者增长与采纳**
13+
- **Mythos 以 4347 万持有者领跑,** 紧随其后的是 **Moonbeam(1237 万)和 Polkadot(1011 万)**
14+
- **Peaq 在持有者增长方面最为迅速,** 日增幅分别为 **3.42% 和 2.65%**,显示出强劲的采纳势头。
15+
- **Polkadot 的强大持有者数量表明长期信心,** 尽管像 Peaq 这样的新兴链正快速获得关注。
16+
17+
### **网络活动与交易**
18+
- **Moonbeam 拥有最高的活跃账户数(7 天内为 49.9 万),** 远超 Polkadot(3.99 万)。
19+
- **Mythos 在转账数量上领跑(137 万),而 Moonbeam 在总交易数量上领先(132 万),** 这显示出强劲的 DeFi 和智能合约使用。
20+
- **Polkadot 排名第一,USD 转账量为 $3.22 亿,** 表明其 **交易较少,但单笔金额较大,** 很可能来自机构参与者。
21+
22+
### **市场情绪与投资趋势**
23+
- **DOT 的采纳依然强劲,但并非增长最快的网络,** 显示出其 **稳定性超过投机性**
24+
- **Moonbeam、Peaq 和 Mythos 等平行链的用户参与度较高,** 使它们成为潜在增长的关键领域。
25+
- **Hydration 和 Pendulum 出现价格波动(+10.53% 和 -1.51%),** 可能是由于投机或近期上市带来的影响。
26+
27+
### **关键要点**
28+
- **Polkadot 依然是生态系统的经济支柱,** 拥有 **高价值的转账和长期持有者**
29+
- **Moonbeam 和 Peaq 展示了越来越多的用户参与和智能合约活动,** 表明采纳正在增长。
30+
- **EVM 兼容链(如 Moonbeam)推动 DeFi 交易,** 而 Substrate 原生链(如 Peaq 和 Phala)则见证了快速的采纳。
31+
- **对于短期投机,关注 Peaq 和 Mythos 等平行链可能会有成果,****Polkadot 仍然是一个稳健的长期投资选择**
32+
33+
总体而言,**Polkadot 继续展示出强大的生态系统增长,** 而平行链提供了多样化的用例并扩大了网络活动。🚀
34+
🔥 **Polkadot 生态系统更新!** 🔥
35+
36+
- **DOT 以 $3.22 亿的转账量领跑,** 突显了鲸鱼活动。
37+
- **Moonbeam 在活跃账户与交易量上占据主导地位,** 强化了其在 DeFi 和 dApp 方面的吸引力。
38+
- **Peaq 显示出迅速的持有者增长,** 表明采纳正在上升。
39+
40+
---
41+
42+
```
43+
┌──────────┬──────────────────────────┐
44+
│ network ┆ holder_count_last_7_days │
45+
│ --- ┆ --- │
46+
│ str ┆ f64 │
47+
╞══════════╪══════════════════════════╡
48+
│ Mythos ┆ 4.3468325e7 │
49+
│ Moonbeam ┆ 1.2374857e7 │
50+
│ Polkadot ┆ 1.0109796e7 │
51+
│ Nodle ┆ 9.091139e6 │
52+
│ Astar ┆ 5.825602e6 │
53+
└──────────┴──────────────────────────┘
54+
┌──────────┬──────────────────────────────────┐
55+
│ network ┆ active_account_count_last_7_days │
56+
│ --- ┆ --- │
57+
│ str ┆ f64 │
58+
╞══════════╪══════════════════════════════════╡
59+
│ Moonbeam ┆ 499023.0 │
60+
│ Peaq ┆ 230231.0 │
61+
│ Mythos ┆ 107876.0 │
62+
│ Polkadot ┆ 39882.0 │
63+
│ Unique ┆ 17219.0 │
64+
└──────────┴──────────────────────────────────┘
65+
┌───────────┬────────────────────────────┐
66+
│ network ┆ transfer_count_last_7_days │
67+
│ --- ┆ --- │
68+
│ str ┆ f64 │
69+
╞═══════════╪════════════════════════════╡
70+
│ Mythos ┆ 1.376179e6 │
71+
│ Phala ┆ 951385.0 │
72+
│ Moonbeam ┆ 268486.0 │
73+
│ Peaq ┆ 168538.0 │
74+
│ Hydration ┆ 70806.0 │
75+
└───────────┴────────────────────────────┘
76+
┌──────────┬────────────────────────────────────┐
77+
│ network ┆ transfer_amount_in_usd_last_7_days │
78+
│ --- ┆ --- │
79+
│ str ┆ f64 │
80+
╞══════════╪════════════════════════════════════╡
81+
│ Polkadot ┆ 3.2287e8 │
82+
│ Moonbeam ┆ 3.0400e7 │
83+
│ Mythos ┆ 2.9438e7 │
84+
│ Astar ┆ 1.5870e7 │
85+
│ Peaq ┆ 1.5612e7 │
86+
└──────────┴────────────────────────────────────┘
87+
┌──────────────┬───────────────────────────────┐
88+
│ network ┆ transaction_count_last_7_days │
89+
│ --- ┆ --- │
90+
│ str ┆ f64 │
91+
╞══════════════╪═══════════════════════════════╡
92+
│ Moonbeam ┆ 1.323118e6 │
93+
│ Phala ┆ 1.16315e6 │
94+
│ Mythos ┆ 1.048187e6 │
95+
│ Peaq ┆ 955901.0 │
96+
│ Energy Web X ┆ 506288.0 │
97+
└──────────────┴───────────────────────────────┘
98+
┌──────────┬─────────────────────────────────────┐
99+
│ network ┆ holder_count_pct_change_last_3_days │
100+
│ --- ┆ --- │
101+
│ str ┆ list[f64] │
102+
╞══════════╪═════════════════════════════════════╡
103+
│ Peaq ┆ [3.415826, 2.647641] │
104+
│ Unique ┆ [0.819207, 0.877673] │
105+
│ Darwinia ┆ [0.507937, 0.0] │
106+
│ Phala ┆ [0.103555, 0.034483] │
107+
│ Mythos ┆ [0.062586, 0.06771] │
108+
└──────────┴─────────────────────────────────────┘
109+
┌───────────┬────────────────────────────────────┐
110+
│ network ┆ token_price_pct_change_last_3_days │
111+
│ --- ┆ --- │
112+
│ str ┆ list[f64] │
113+
╞═══════════╪════════════════════════════════════╡
114+
│ Hydration ┆ [10.538324, -1.509411] │
115+
│ Interlay ┆ [0.878675, -1.582829] │
116+
│ Unique ┆ [-0.380749, 1.959016] │
117+
│ Pendulum ┆ [-0.764205, 7.360156] │
118+
│ Zeitgeist ┆ [-0.77749, 0.011703] │
119+
└───────────┴────────────────────────────────────┘
120+
```

0 commit comments

Comments
 (0)