Console Today
userThe L0 read model: an owner-scoped snapshot of portfolio, vault, stake, reward, and receipt state from GET /api/console/today — read-only, never a forecast.
Today is the Console’s L0 READ model — a single owner-scoped snapshot that pulls together the state already exposed across HISS: your portfolio, the vaults you care about, your xHISS staking position, the reward-program lifecycle, and your receipts. It is served by GET /api/console/today and it only reads. Nothing on this surface signs, writes, or moves value.
What Today reads
- Portfolio — a wallet-owned snapshot for the signed-in owner (Robinhood Chain 4663).
- Vaults — public vault state, read live on chain; the Console never restates a value it cannot verify.
- Stake position — your xHISS position and the current HISS-per-xHISS rate. See xHISS mechanics.
- Reward status — the reward-program lifecycle state (planned is not funded, funded is not claimable). See the reward flywheel.
- Receipts — your canonical receipts and recent activity, referenced not duplicated. See activity & receipts.
Owner-scoped, always
Wallet-owned detail is shown only for the signed-in owner. Disconnected, Today degrades to the public view — no cross-wallet data is ever returned. If a chain read fails, the field is reported as unknown and labeled, never guessed and never presented as a live value. Read the full privacy model.