Skip to content

Commit 3523567

Browse files
authored
Update fee-mechanism.adoc
1 parent e7aca79 commit 3523567

File tree

1 file changed

+3
-3
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages/network-architecture

1 file changed

+3
-3
lines changed

components/Starknet/modules/architecture-and-concepts/pages/network-architecture/fee-mechanism.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[id="gas-and-transaction-fees"]
2-
= Fee mechanism
2+
= Fees
33

44
[IMPORTANT]
55
====
6-
This section describes fees that are paid on L2 starting in Starknet 0.13.0.
6+
This section describes fees that are paid on L2 (starting in Starknet 0.13.0).
77
88
For information about messaging fees that are paid on L1, see xref:network-architecture/messaging-mechanism.adoc#l1-l2-message-fees[L1→L2 message fees].
99
====
1010

11-
== Introduction
11+
== Overview
1212

1313
Every transaction on Starknet requires a small fee to process. The components contributing to this fee include xref:#fee_components [L2 computation, L2 data, and L1 data], which are measured in xref:#fee_units_and_limits[L2 gas, L1 gas, and L1 data gas]. A transaction's fee is xref:#charging_fees[charged atomically when it is executed] and can be xref:#estimating_fees[estimated using the `starknet_estimateFee` call], based on the xref:#overall_fee[formula for determining a transaction's fee].
1414

0 commit comments

Comments
 (0)