INVESTPROVIDER

Updated: 3 September 2026

About

InvestProvider is a read-only personal investment portfolio cabinet migrated from the previous Bubble platform to a modern web application.

What the service does

  • Displays portfolio data associated with a selected public EVM address.
  • Supports two administrator-controlled access modes: entering a public address or proving control of the address with a wallet signature.
  • Only wallet-signature mode cryptographically verifies ownership; address-entry mode is a read-only lookup.
  • Retrieves data and performs calculations server-side; the browser does not receive direct access to financial database tables.

What the service does not do

  • Does not request a seed phrase or private key.
  • Does not custody or control user funds.
  • Does not submit blockchain transactions or require gas for sign-in.
  • Cannot move assets because an address was entered or a message was signed.

Data and calculations

Information can depend on blockchain nodes, market-data sources, and historical data. If a source is unavailable or a value cannot be verified, the service should treat it as unavailable rather than silently replace it with zero.

The interface and available access method may change as the administrator configures and develops the service.