United Starship - Privacy Policy

Last updated: 2026-07-27

This is the authoritative hosted copy of the United Starship privacy policy. United Starship is published by Callister Inc.

United Starship is an open-source Manifest V3 Chrome extension published by Callister Inc: a full-control EVM wallet that connects to the networks and JSON-RPC endpoints you configure. Its guiding principle for privacy is simple: everything it stores stays on your own device, and the only thing it sends over the network is a JSON-RPC request to the endpoint you configure yourself.

Summary

United Starship does not collect, transmit, sell, or share any personal data. There is no analytics, no telemetry, no tracking, and no developer-controlled server involved anywhere in its operation.

What data exists, and where it lives

All of the extension's data is stored locally in chrome.storage.local on your device. None of it is sent to the developer or to any third party. The data consists of:

Of these, only the vault is encrypted. Your public account metadata (account names, addresses, and which account is active), networks, tokens, and site permissions are stored as ordinary local data. All of it remains on your device.

How your keys are protected

You either create a new BIP-39 HD wallet - a 12- or 24-word Secret Recovery Phrase you back up once - or import an existing wallet by Secret Recovery Phrase, and you can also import standalone accounts by private key. The Secret Recovery Phrase and any imported private keys are held in one vault encrypted with AES-256-GCM, using a key derived by PBKDF2-SHA-256 with 310,000 iterations from a passphrase you choose (minimum 8 characters). The encrypted vault is written only to chrome.storage.local on your device and is never transmitted anywhere. The decrypted seed and private keys exist only in the ephemeral memory of an offscreen document while the wallet is unlocked; they are never held by the service worker and are lost when the browser session ends. Your own Secret Recovery Phrase restores your accounts; there is no hardware wallet, no cloud sync, and no developer-run cloud recovery service, so if you lose both your passphrase and your Secret Recovery Phrase, no one can recover the wallet for you.

Network activity

The only runtime network egress the extension performs is JSON-RPC POST requests to the RPC URL(s) you configure. The extension contacts no other destination. When you view balances, add tokens, switch networks, or send transactions and messages, those requests go to your configured RPC endpoint and nowhere else. Because you choose the endpoint, it may be a plaintext http address (for example a localhost node) or an https address (for example a remote fork). The extension itself sends nothing to any developer-controlled server.

What the extension does NOT do

Open source

United Starship is open source under the MIT license. You can read the full source, verify these claims, and see exactly what the extension does at https://github.com/Callister-Inc/united-starship.

Publisher and data controller

United Starship is published by Callister Inc. Because the extension collects and transmits no personal data at all, Callister Inc processes no personal data as a controller: there is no server, no account, no analytics endpoint, and no data set to access, export, or delete. All of your data stays in chrome.storage.local on your own device, under your own control.

Contact

Questions or concerns about United Starship can be raised with Callister Inc on the project's GitHub issue tracker: https://github.com/Callister-Inc/united-starship/issues.

Changes to this policy

If this policy changes, the updated version will be published at this URL with a new effective date.