Skip to content

Commit

Permalink
fixed minor issues on economics to pull into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Sep 17, 2024
1 parent 04e0a96 commit 9efa26a
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 125 deletions.
34 changes: 18 additions & 16 deletions app/(layout)/economics/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ export default async function Layout({
// </Container>
return (
<>
<Container className="flex flex-col w-full pt-[65px] md:pt-[30px]" isPageRoot>
<div className="flex items-center h-[43px] gap-x-[8px]">
<Container
className="flex flex-col w-full pt-[65px] md:pt-[30px] gap-y-[15px]"
isPageRoot
>
<div className="flex items-center h-[43px] gap-x-[8px] ">
<Image
src="/GTP-Metrics-Economics.svg"
alt="GTP Chain"
Expand All @@ -26,7 +29,7 @@ export default async function Layout({
{"Onchain Economics"}
</Heading>
</div>
<div className="text-[14px]">
<div className="text-[14px] mb-[15px]">
Aggregated metrics across all chains listed in the table below.
</div>
</Container>
Expand All @@ -37,19 +40,18 @@ export default async function Layout({
question="More about this page"
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.
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.
</>
}
/>
Expand Down
Loading

0 comments on commit 9efa26a

Please sign in to comment.