From 3d869e334c6291e7e7c477d069a4b56950c1887a Mon Sep 17 00:00:00 2001 From: Flotapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:46:58 +0200 Subject: [PATCH] bench 265: Open interest ledger column, so pre-TGE rows show fees and OI (Float stays a chart tab; six columns max) (#2379) Claude-Session: https://claude.ai/code/session_01L4rjxemTvgRwrCG6D2iK5D Co-authored-by: Flotapponnier Co-authored-by: Claude Opus 5 (1M context) (cherry picked from commit e080720b980e83b1c5bc745867483bea414e3a17) --- benchmarks/perp-pf-ratio.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmarks/perp-pf-ratio.yml b/benchmarks/perp-pf-ratio.yml index 534fc08a..6276d48b 100644 --- a/benchmarks/perp-pf-ratio.yml +++ b/benchmarks/perp-pf-ratio.yml @@ -139,13 +139,15 @@ metric_panels: higher_is_better: true description: "Annualized fees divided by open interest: how much fee the venue extracts per dollar of positions held. High values flag either high take rates or churned, possibly incentivized, volume." +# Six columns max. Fees 30d and Open interest are the two a pre-TGE row can +# fill; every other column needs a listed token. Float stays a chart tab. ledger_columns: - { label: "P/F", slot: p50 } - { label: "FDV / fees", panel: pf_fdv } - { label: "P/S", panel: ps } - { label: "Fees 30d", panel: fees_30d } + - { label: "Open interest", panel: oi } - { label: "Market cap", panel: mcap } - - { label: "Float", panel: float_pct } faq: - q: "What is the price to fees ratio of a perp DEX?"