The following data sources: https://app.starkboard.io/
TVL Data#
Daily Transaction Volume#
Daily transaction volume calculated in TPS: On December 7th, TPS was 0.44, optimistic was 4.04, and arbitrum was 4.
Real-time TPS link: https://starkscan.co/stats
Total Number of Wallets#
Number of Active Wallets per Day#
Daily Transaction Fees#
Updates from StarkNet Project#
StarkNet Mainnet Alpha version updated to v0.10.2 (Transaction parallelization of the sorter has been deployed on the mainnet)
Cairo1.0 open-sourced (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 for Improving TPS Performance in the Future#
- The current Cairo-VM is implemented in Python. The Lambdaclass team has rewritten the VM in Rust and has also open-sourced it. (The Lambdaclass team has open-sourced code using the original virtual machine and another code using cairo-rs, and further testing and comparison will be conducted)
- 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 lending protocol + stablecoin to go live) launched on the mainnet
- Aave cross-chain bridge governance proposal has opened the voting channel
- The second season of the simulation verification game "Nuo Nuo" testnet 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
- Updates to Stark's ecosystem page, with more detailed categorization and filtering functionality
https://starknet-zh.notion.site/StarkNet-ca5af6495c3642e6b48424202fbec3d1
TPS Calculation for Abstract Contract Wallets Cannot be Done in a Traditional Way#
In a multicall on the Starknet testnet, 32 txs were processed. It takes about 5 seconds to be accepted on L2 and about 20 seconds to be confirmed. If these 32 txs are counted as one transaction based on browser transactions, the TPS would already reach 6 TPS if counted as 32. Therefore, abstract contract wallets may need a method to calculate the TPS on-chain with these locally abstracted accounts.