You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(treasury): honest-copy notes — thin-market Sendit, whose money is 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>
* fix(treasury): BRL-length-proof layout — KPI breakdown and rider columns
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>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
"thinMarketNote": "market-price estimate from one low-volume pool — a full exit would realize less than shown"
31
33
},
32
34
"zoraCoin": {
33
35
"title": "Zora Coins",
@@ -117,7 +119,8 @@
117
119
"govCta": "Start redeem proposal",
118
120
"accrualNote": "Fees materialize when someone interacts with a vault, not continuously — the figures can sit still for weeks, then jump all at once. An older small vault can carry more accrued fee than a big recent one.",
119
121
"fromVaults": "Vault fee",
120
-
"fromMor": "MOR rewards"
122
+
"fromMor": "MOR rewards",
123
+
"stakedNote": "Backers' money staked behind the riders — not the treasury's own position (that lives under In DeFi)."
Copy file name to clipboardExpand all lines: messages/pt-br/treasury.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@
11
11
"acrossAssets": "em {count} ativos",
12
12
"auctionsSettled": "{count} leilões concluídos",
13
13
"morpheusClaims": "Morpheus · {count} resgates",
14
-
"walletVsDefi": "Em carteira {wallet} · Em DeFi {defi}",
15
-
"defiUnavailable": "Posições DeFi ilegíveis — o total mostra só a carteira"
14
+
"defiUnavailable": "Posições DeFi ilegíveis — o total mostra só a carteira",
15
+
"inWallet": "Em carteira",
16
+
"inDefi": "Em DeFi"
16
17
},
17
18
"nftSection": {
18
19
"title": "Holdings de NFT",
@@ -27,7 +28,8 @@
27
28
"description": "Tokens ERC-20 mantidos no tesouro",
28
29
"empty": "Nenhum token encontrado",
29
30
"emptyDescription": "O tesouro não tem tokens ERC-20 no momento",
30
-
"errorLoading": "Erro ao carregar holdings de tokens: {error}"
31
+
"errorLoading": "Erro ao carregar holdings de tokens: {error}",
32
+
"thinMarketNote": "estimativa a preço de mercado de um pool de baixo volume — a saída integral realizaria menos que o valor de tela"
31
33
},
32
34
"zoraCoin": {
33
35
"title": "Zora Coins",
@@ -117,7 +119,8 @@
117
119
"govCta": "Abrir proposta de resgate",
118
120
"accrualNote": "O rendimento materializa quando alguém interage com o vault, não de forma contínua — os números podem ficar parados por semanas e pular de uma vez. Um vault pequeno e antigo pode acumular mais que um grande e recente.",
119
121
"fromVaults": "Taxa dos vaults",
120
-
"fromMor": "Recompensas MOR"
122
+
"fromMor": "Recompensas MOR",
123
+
"stakedNote": "Dinheiro de apoiadores atrás dos riders — não é posição do tesouro (essa fica em Em DeFi)."
0 commit comments