From e5c037eb6ae9ac0ab921ab472acbf2ff87b69ddb Mon Sep 17 00:00:00 2001 From: Aisha Olanrewaju <77555172+fallowamber@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:42:57 +0100 Subject: [PATCH 1/2] Create Gas and Fees by Aisha --- Gas and Fees by Aisha | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Gas and Fees by Aisha diff --git a/Gas and Fees by Aisha b/Gas and Fees by Aisha new file mode 100644 index 0000000..9abc36b --- /dev/null +++ b/Gas and Fees by Aisha @@ -0,0 +1,24 @@ +# Assignment on Gas and Fees by Aisha + +## What is Gas? + +- Gas is the fees/charges collected on the Ethereum before any transaction can occur. This is to potentially ensure that the types of computations done on the Ethereum are fact checked and are not clustered without essence on the blockchain. + +## EIP-1559 & Reformations + +- The EIP-1559 is a system that was introduced to curb the way users defined the values for the cost of transactions on the Ethereum blockchain and reduce the level of exorbitance as regards busy networks, high transaction demands and huge gas fees for prioritising computations. + +- This process was accomplished with the following three major components: + + - Base Fees + - Priority Fees + - Burning Mechanism + +--- + +The + +## Slippage: Define it and how it relates to gas prices (e.g., in swaps or high-demand blocks). + +## Slippage +Slippage occurs when the gas price changes before a transaction is mined, causing higher costs... From e3c5d487fecd554a6013ae21a04602e783fe1708 Mon Sep 17 00:00:00 2001 From: Aisha Olanrewaju <77555172+fallowamber@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:38:35 +0100 Subject: [PATCH 2/2] Update Gas and Fees by Aisha --- Gas and Fees by Aisha | 24 ------------------------ Gas and Fees by Aisha. | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 24 deletions(-) delete mode 100644 Gas and Fees by Aisha create mode 100644 Gas and Fees by Aisha. diff --git a/Gas and Fees by Aisha b/Gas and Fees by Aisha deleted file mode 100644 index 9abc36b..0000000 --- a/Gas and Fees by Aisha +++ /dev/null @@ -1,24 +0,0 @@ -# Assignment on Gas and Fees by Aisha - -## What is Gas? - -- Gas is the fees/charges collected on the Ethereum before any transaction can occur. This is to potentially ensure that the types of computations done on the Ethereum are fact checked and are not clustered without essence on the blockchain. - -## EIP-1559 & Reformations - -- The EIP-1559 is a system that was introduced to curb the way users defined the values for the cost of transactions on the Ethereum blockchain and reduce the level of exorbitance as regards busy networks, high transaction demands and huge gas fees for prioritising computations. - -- This process was accomplished with the following three major components: - - - Base Fees - - Priority Fees - - Burning Mechanism - ---- - -The - -## Slippage: Define it and how it relates to gas prices (e.g., in swaps or high-demand blocks). - -## Slippage -Slippage occurs when the gas price changes before a transaction is mined, causing higher costs... diff --git a/Gas and Fees by Aisha. b/Gas and Fees by Aisha. new file mode 100644 index 0000000..8582fe4 --- /dev/null +++ b/Gas and Fees by Aisha. @@ -0,0 +1,21 @@ +# Assignment on Gas and Fees by Aisha + +## What is Gas? + +- Gas is the fees/charges collected on the Ethereum before any transaction can occur. This is to potentially ensure that the types of computations done on the Ethereum are fact checked and are not clustered without essence on the blockchain. + +## EIP-1559 & Reformations + +- The EIP-1559 is a system that was introduced to curb the way users defined the values for the cost of transactions on the Ethereum blockchain and reduce the level of exorbitance as regards busy networks, high transaction demands and huge gas fees for prioritising computations. + +- This process was accomplished with the following three major components: + + - Base Fee: the generalised fees that every user pays for transactions they carry out. This is a fixed cost. + - Priority Fee: an optional tip for the miners or validators of the Ethereum blockchain. This is set by the user to allow their transactions be favoured or executed faster. + - Burning Mechanism: to ensure that Ether does not devalue as multiple transactions are carried out or become exorbitant as the network gets busy, the base fees are burned. + +## Slippage + +- Much like normal investment, the difference in prices that shows before buying and when a transaction is about to be completed, in Blockchain, this is called slippage. It exists as the cost/price difference between the first stated price and the eventual calculate price. + +*Therefore, the gas fees, the amount to be paid on the Blockchain for the transaction to occur, can change in the user's favour or against it, depending on how choked the network is (high demand blocks) that influences the ease of getting something in swapping items or tokens or the cost.*