Currently, Taiko is in the Alpha 4 stage, and has two tokenomics, I am researching Taikoās Transaction cost. Iām writing to ask you for help because itās not detailed in Documents. If you know anything about Fee or Tokenomics, please leave a reply Thank you.
- Ethereum - Taiko (L2) : proving design tokenomics
- Taiko (L2) - Taiko (L3) : staking based design tokenomics
(In this discussion, weāll focus on the first case)
here are the resources Iāve found so far for taikoās talkonomics:
- Taiko Whitepaper
- Taiko Protocol Overview
- Taiko On Tokenomics
- Taiko Proving Design overview: GrĆmsvƶtn and Eldfell cases
- Eldfell L3 update: Prover slashing explained
I was wondering where the L1 tx fee
and prover fee
are calculated here, but I couldnāt find it anywhere.
As for Tokenomics, I fully understand that the current parameter variable value is in the research process. I have deduced the Taiko fee mechanism from the status dashboard shown in the current testnet phase.
above figure is a diagram that can be found in the āFee and Tokenomicsā chapter of the taiko whitepaper.
So far, it looks like their tokenomics is to burn $TTKO in Proposer and mint $TTKO to Prover.
So Iām learning the theoretical concept of how this $TTKO quantity is defined from the paper, but I couldnāt find any implementation in the source code.
Can someone share some better resources to help me understand or give me some clearer fomulas?
and suggest adding [tokenomics] option tags under the [research] category.
Thank you for reading it
(add contents)
I find about transaction cost in explorer.
these tnx isTransfer
Function, the GasUsed was 21,000 and the GasPrice was 1.85 gwei, so I know that GasUsed * GasPrice = TxCost(0.00003944 ETH)
, which is the same as how fees are calculated in Ethereum.
Doesnāt the user have to pay for the fees that happen between the proposer and the prover? It looked like they only pay the l2 execution fee.