Portfolio

The portfolio surface is intentionally conservative in the current release line. It focuses on read-only visibility rather than live account mutation.

Read-Only Preview

The alpha portfolio view shows sanitized balance and valuation data suitable for renderer display. This helps validate exchange connectivity and UI clarity without opening a real execution path.

What to expect:

  • total preview balance
  • exchange context such as Binance Testnet
  • timestamped refresh state
  • clean separation from simulation buying power

Testnet Context

Portfolio preview should be understood in the context of testnet and staged release discipline. The goal is to confirm data plumbing and user understanding before expanding operational scope.

Renderer-safe data only

The renderer receives the information it needs to display portfolio state, not raw secret-bearing credential material. That boundary is a core design choice, not an afterthought.

Safety Notes

  • Portfolio preview is not a custody layer
  • Credentials should never enter renderer storage or browser-like persistence
  • Simulation balances remain separate from exchange preview balances
  • Read-only behavior is a feature of the alpha release, not a missing checkbox
Edit this page