Skip to content

Commit

Permalink
Create Roadmap Post “transaction-fee-reduction”
Browse files Browse the repository at this point in the history
  • Loading branch information
AmalyStark committed Dec 14, 2023
1 parent 894563b commit 51f4524
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _data/roadmap-posts/transaction-fee-reduction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: 594d24ff-022b-424b-abb7-6605bb6940e3
title: Transaction Fee Reduction
availability: Q1 2024
version: 00b0fa3e-684d-4520-ba40-45c5f43cc7eb
stage: building-now
blocks:
- type: markdown
body: >-
Starknet v0.13.0 will also include some transaction fee reductions:
1. Cairo step/builtin costs: 50% reduction
2. L1 data availability:
1. 10% across the board for DA
2. constant 240 gas discount per tx + 312 gas discount per every contract changed
Items (1) and (2.1) are possible due increasing block size in the near future (this is already being priced in). For the first item, larger blocks mean more steps per proof submitted to L1 (for more details, see the [documentation on the transaction fee mechanism 18](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/fee-mechanism/#computation)). For the second, according to our estimates, a 2x increase from the current blocksize will cause more “batching” of storage updates, justifying a reduced cost from users. Item (2.2) is due to a more accurate pricing of transactions.

0 comments on commit 51f4524

Please sign in to comment.