Last updated: 2026-06-08
MISAKA Wallet ("the extension") is a self-custody, client-side browser extension for the MISAKA (kaspa-pq) post-quantum network. It is designed to handle as little data as possible.
None. The developer operates no backend server for this extension and receives no personal data, analytics, telemetry, or usage statistics from it.
The decrypted key exists only in volatile memory while the wallet is unlocked, and is wiped on manual lock, idle auto-lock, or browser close.
To show balances and broadcast transactions, the extension connects directly from your
browser to a MISAKA node and block explorer (by default misakascan.com, or a
custom node URL you set in Settings):
wss://misakascan.com/kaspa) — read your address's
balance/UTXOs and submit the transactions you sign.https://misakascan.com/addresses/…) — fetch
your address's transaction history for the Activity view.ws://127.0.0.1, ws://localhost) — used
only if you choose to run your own node.These requests contain only the public blockchain data needed: your public address (to query it) and the signed transactions you choose to send. Your private key is never sent. As with any blockchain node, the node/explorer operator can observe the public addresses and transactions queried through it; set your own node URL in Settings if you prefer.
storage — save your encrypted vault and settings locally.alarms — enforce the idle auto-lock timer.*.misakascan.com, 127.0.0.1, and localhost
— connect to the MISAKA node/explorer to read balances and submit transactions.The extension loads no remote code. All JavaScript and the WebAssembly signing core are bundled in the package; the Content Security Policy forbids remote scripts.
We do not sell or transfer your data to third parties. We do not use or transfer your data for any purpose unrelated to the wallet's single purpose, and never for determining creditworthiness or for lending. (We hold no such data to begin with.)
The extension is a financial tool and is not directed to children under 13.
We may update this policy from time to time. Changes are posted at this URL with a new "Last updated" date.
Questions or requests: open an issue at https://github.com/MISAKA-BTC/misakas.