From 37fe732893e1d32b9f452dfc347b2efa799c42b7 Mon Sep 17 00:00:00 2001 From: mokelgit Date: Mon, 16 Sep 2024 12:07:37 -0400 Subject: [PATCH] added economics qa text --- components/layout/Economics/ChainBreakdown.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/components/layout/Economics/ChainBreakdown.tsx b/components/layout/Economics/ChainBreakdown.tsx index 78066128..09dcd541 100644 --- a/components/layout/Economics/ChainBreakdown.tsx +++ b/components/layout/Economics/ChainBreakdown.tsx @@ -1600,7 +1600,23 @@ export default function ChainBreakdown({ Our Economics section is focused on ......} + answer={ + <> + Our Onchain Economics page breaks down how profitable L2s + operate. Profit is the difference between cost and revenue. + Onchain costs can be divided into two parts: L1-cost and + Blob-cost. For L1-cost, we consider the sum of fees each L2 + pays for settling on L1, using Ethereum calldata as data + availability or type-3 blob-carrying transactions. Blob-cost + refers to beacon chain blob fees or fees by alternative data + availability services such as Celestia. It is important to + note that we only consider onchain trackable costs; server + fees or other overhead are not considered. Revenue is + calculated from all fees paid by users on the L2. + Additionally, the blob data in MBs is tracked, representing + the total size of all blobs posted per L2. + + } />