Serum Protocol Feature
Analyze metrics of serum project that show health of the protocol
Method
-
For SRM token price, I used ethereum.core.fact_hourly_token_prices table with token contract AS
0x476c5e26a75bd202a9683ffd34359c0cc15be0ff
\
-
for finding Serum active users’ data, I used solana.core.fact_transactions table With contract AS and token contract AS ‘9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin’, each user had contact with this contract I considered it as active user. Also, I Calculated count of transaction, transactions Fee and succeeded/failed transactions from this table and with this contract address.
Serum DEX V3 contract : 9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin
\
-
I did found the pairs contract address with help of solscan then categorized each transaction base on their contact with these pairs addresses then with use of solana.core.fact_transactions table I calculated the count of transactions that belong to each pair
\n
Conclusion
- there was continues decrease in all the metrics, but the numbers were still high
- the failed TX were decreasing in the last days and that show the healthy network that the platform provide
- in the last 35 days, most of the time daily Transaction count was in range between 2.6M and 3.68 TX
- in the last 35 days the ATH of active users was 9121 user on Jun 13, 2022