The following data sources: https://app.starkboard.io/
TVL Data#
Daily Transaction Count#
Daily trading volume calculated TPS: On December 7th, TPS was 0.44, optimistic was 4.04, and arbitum was 4.
Real-time TPS link: https://starkscan.co/stats
Total Number of Wallets#
Daily Active Wallet Count#
Daily Transaction Fees#
Starknet Project Updates#
StarkNet Mainnet Alpha version updated to v0.10.2 (Transaction parallelization of the sorter has been deployed on the mainnet)
Cairo1.0 open source (making it easier for Starknet contract and proof developers)
StarkNet Testnet version updated to v0.10.3 (improved performance and removal of deprecated Deploy transactions)
Optimization Points to Improve TPS Performance in the Future#
- The current Cairo-VM is implemented based on Python. Lambdaclass has rewritten the VM in Rust and has also been open-sourced. (The Lambdaclass team has open-sourced code using the original virtual machine and another using cairo-rs, and will conduct comparative testing in the future)
- Sorter optimization based on Rust
- Optimization of proof generation
Ecological Dynamics of the Week#
- Starknet id (did+domain name service) launched on the mainnet
- Nostra (the first online lending protocol + stablecoin) launched on the mainnet
- Aave cross-chain bridge governance proposal has opened the voting channel
- The second season of the simulation verification game "Move" testnet was released
- briq (a 3D block-building NFT type chain game that allows anyone to build separate virtual world storage on-chain) version 2.0.2 released
- The ecosystem page of Stark has been updated with more detailed classification and filtering functions
https://starknet-zh.notion.site/StarkNet-ca5af6495c3642e6b48424202fbec3d1
Abstract Contract Wallet TPS Cannot be Calculated in a Traditional Way#
In a multicall on the Starknet testnet, 32 txs were processed. It takes about 5 seconds to accept on L2 and about 20 seconds to confirm. If these 32 txs are counted as one transaction based on browser transaction count, the TPS would already reach 6 TPS if counted as 32. Therefore, an abstract contract wallet may need a method to calculate the TPS on-chain with these locally abstracted accounts.