website: redesign part 21

This commit is contained in:
nym21
2026-06-07 13:10:23 +02:00
parent e0bcdb8105
commit 2389632812
12 changed files with 133 additions and 62 deletions
+25
View File
@@ -24,6 +24,8 @@ import {
ageSeries,
classSeries,
epochSeries,
exposedSupplySeries,
exposedSupplyTypeSeries,
termSeries,
typeSeries,
utxoBalanceSeries,
@@ -92,6 +94,29 @@ export const sections = [
],
},
},
{
title: "Exposed",
description:
"Shows BTC held by addresses whose public key is already visible on-chain. This can happen because the address type exposes the key directly, or because coins were spent from that address before.",
chart: {
title: "Exposed supply",
unit: units.btc,
defaultType: lineType,
series: exposedSupplySeries,
},
children: [
{
title: "Type",
description:
"Splits exposed supply by address type. This shows which script formats account for the visible-public-key supply.",
chart: {
title: "Exposed supply by type",
unit: units.btc,
series: exposedSupplyTypeSeries,
},
},
],
},
{
title: "Term",
description: