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(stake,treasury): one definition per number across both pages
Three places where the same question got two answers.
Orbit nodes printed vault-only TVL while the headline above them added
Morpheus stakes on top. A rider backed purely through Morpheus therefore
rendered unlit with no figure — Will had $31 behind him and an empty node —
the per-node values could not be summed to the headline, and zooming into
that rider listed the backers the overview had just denied. The mobile
BackerList dropped him entirely on the same `total > 0` test. `OrbitAthlete`
now carries `vaultTvl` and `morUsd`, with `total` their sum.
The treasury's Sponsorship yield re-derived the DAO's take as the vault fee
alone, so it read $0.0024 against /stake's $0.0112 with nothing marking one
as a subset. It now prints the graph's own `treasuryUsd` — the identical
field /stake shows — and names both halves under it. The per-rider table
stays vault-only, since the fee is the only part attributable per rider.
Warehouse credits were classified from the withdrawal's own receipt, and a
bare withdraw() of balance credited earlier carries no split event, so four
Morpheus payouts sat under the generic "Splits" tag. The credit that funded
them does name its split, and the amounts match exactly, so an amount-matched
scan of the treasury's ledger credits recovers all four. The Subnet Earnings
KPI now runs the same classifier as the tile below it rather than a second
copy of the old rule.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: messages/en/treasury.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,15 +103,17 @@
103
103
},
104
104
"sponsorship": {
105
105
"title": "Sponsorship yield",
106
-
"desc": "Treasury's share of the yield accrued in the rider vaults. Depositors keep their principal — only the yield is split.",
106
+
"desc": "Everything the riders earn the treasury: the vaults’ performance fee plus MOR from the Morpheus stake. Depositors keep their principal — only the yield is split.",
107
107
"colRider": "Rider",
108
108
"colTvl": "Vault TVL",
109
-
"colYield": "Yield",
109
+
"colYield": "Vault yield",
110
110
"totalTvl": "Total vault TVL",
111
111
"openTitle": "Anyone can do this now",
112
112
"openDesc": "Distributing the split and pushing the balance to the treasury are both permissionless — no vote needed. Any wallet can trigger them.",
113
113
"govDesc": "Only converting those shares to USDC needs a proposal: the treasury is a timelock, and ERC-4626 lets nobody else redeem on its behalf.",
114
114
"govCta": "Start redeem proposal",
115
-
"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."
115
+
"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.",
Copy file name to clipboardExpand all lines: messages/pt-br/treasury.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,15 +103,17 @@
103
103
},
104
104
"sponsorship": {
105
105
"title": "Rendimento de patrocínio",
106
-
"desc": "Parte do tesouro no rendimento acumulado nos vaults dos riders. Quem deposita mantém o principal — só o rendimento é dividido.",
106
+
"desc": "Tudo que os riders rendem pro tesouro: a taxa de performance dos vaults mais o MOR do stake na Morpheus. Quem deposita mantém o principal — só o rendimento é dividido.",
107
107
"colRider": "Rider",
108
108
"colTvl": "TVL do vault",
109
-
"colYield": "Rendimento",
109
+
"colYield": "Rendimento do vault",
110
110
"totalTvl": "TVL total dos vaults",
111
111
"openTitle": "Qualquer um pode fazer agora",
112
112
"openDesc": "Distribuir o split e empurrar o saldo pro tesouro são os dois permissionless — não precisa de votação. Qualquer carteira dispara.",
113
113
"govDesc": "Só converter essas shares em USDC exige proposta: o tesouro é um timelock, e o ERC-4626 não deixa mais ninguém resgatar no lugar dele.",
114
114
"govCta": "Abrir proposta de resgate",
115
-
"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."
115
+
"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.",
0 commit comments