UTXO Wallet v1.0.5 - VIGIX automatic access security note

VIGIX contract used for access checks:
0xea1989dDc9F7db000347F6Ac14C63fd395B6EDAd on Polygon, chainId 137.

Read-only calls used by the extension:
- balanceOf(address)
- decimals()
- symbol()
- totalSupply()
- USDC()
- priceAt(totalSupply)

Access tiers are calculated from the connected EVM address balance multiplied by contract-derived priceAt(totalSupply).

Security scope:
- No balance override field in the UI.
- No active production override path in the background worker.
- No private keys or seed phrases are requested by any website.
- No remote JavaScript is loaded.
- No embedded website browser is included in the extension build.
- Chrome injection is HTTPS-only in this production package.
- SafeSign remains the transaction/signature review layer.
- This package does not modify the deployed VIGIX smart contract. Smart-contract-level hardening requires a professional Solidity audit and, if needed, a new audited deployment.
