Please consider adding a way to view the derivation path and related read-only account metadata for each wallet/account.
This could be hidden behind an
Advanced
,
Developer mode
, or
Export diagnostics
screen so normal users are not exposed to confusing internals, while developers and power users can verify account derivation, debug imports, and avoid wallet-recovery ambiguity.
Something similar to Ledger Live’s account metadata would be useful:
```json
{
"index": 0,
"freshAddressPath": "44'/501'",
"id": "js:2:solana:<REDACTED_WALLET_ADDRESS>:solanaMain",
"blockHeight": 427729451
}
```
This should be read-only metadata only. It should not expose private keys, seed phrases, or any signing material.