Skip to content

fix(treasury): honest-copy notes — thin-market Sendit, whose money is staked - #292

Merged
sktbrd merged 2 commits into
r4topunk:mainfrom
sktbrd:fix/honest-copy-notes
Aug 23, 2026
Merged

fix(treasury): honest-copy notes — thin-market Sendit, whose money is staked#292
sktbrd merged 2 commits into
r4topunk:mainfrom
sktbrd:fix/honest-copy-notes

Conversation

@sktbrd

@sktbrd sktbrd commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-ups from the Sendit liquidity diagnostic and the #291 capture review — copy only, no behavior change:

  • Sendit thin-market note (option b, as decided): the row's USD value carries "market-price estimate from one low-volume pool — a full exit would realize less than shown", both locales. Deliberately qualitative — the precise measurement is a dated code comment (2026-08-23, QuoterV2 vs the Sendit/WETH 0.3% pool, reserve ~$115k, 24h vol $0.44: full-position exit realizes 88.6% of screen price, 10% tranche 96.9%).
  • Sponsorship "Total staked" disambiguation: a line saying the figure is backers' money behind the riders, not the treasury's own position — resolving the staked-vs-$0-vault-shares cross-read flagged in review.
  • treasury.ts principle documented: marking ANY token unpriced nulls the entire headline total ("a total missing one part is an unknown total, not a smaller one") — written down so the next editor knows before flipping that switch, with the DeFi card's labeled-floor pattern named as the alternative.

Test plan

  • tsc / eslint / prettier clean
  • Captures EN+PT: both notes rendering under their rows, layout holding in the narrow column

Generated with Claude Code

… staked

Three notes that keep adjacent numbers from lying by omission:

- Sendit's value gets a qualitative thin-market caveat (its screen
  price comes from one Uniswap pool with ~$0.44 of daily volume). No
  number in the UI — a fixed percentage would age into misinformation;
  the dated measurement (2026-08-23: full 474M exit realizes 88.6% of
  screen, 10% tranche 96.9%, reserve ~$115k) lives in the code comment.
- The sponsorship card's Total staked says it is BACKERS' money — the
  same word 'staked' sits centimeters from the DeFi card's 'vault
  shares $0', and without the line the two read as a contradiction.
- treasury.ts documents the page-headline consequence of marking any
  token unpriced: one null price nulls the whole total (a total missing
  a part is an unknown total, not a smaller one) — so the next person
  knows BEFORE flipping that switch.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 23, 2026

Copy link
Copy Markdown

@sktbrd is attempting to deploy a commit to the r4to's projects Team on Vercel.

A member of the Team first needs to authorize it.

pt-BR is the long-string locale ("R$ 177.908,14" vs "$34,414.31") and
two spots sized for the English case broke under it, caught on the PT
capture: the Total KPI's wallet/DeFi line wrapped INTO the corner
noggles, and the rider table's fixed 72px value column let
"R$ 12.731,86" bleed into the yield column.

The KPI note becomes two deliberate lines (label + tabular value) with
right padding clearing the mark in any locale; the rider columns go
auto-sized. Anything that fits English exactly will overflow Portuguese
— sized for the long case now.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@sktbrd

sktbrd commented Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Layout fixes per PT-capture review: Total KPI breakdown is now two deliberate lines (clear of the corner mark in any locale), and the sponsorship rider columns are auto-sized so BRL-length values can't bleed into the yield column. PT re-captured: layout-fix-pt.png.

@sktbrd
sktbrd merged commit e25d100 into r4topunk:main Aug 23, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant