Skip to the content.

Privacy Policy — Solana cbBTC

Effective date: 2026-05-14 Version: 0.1.0

This document describes the data practices of the Solana cbBTC mobile application (“the app”, “we”, “us”) published on the Solana Mobile dApp Store.

TL;DR


1. Data we collect

We collect nothing. No accounts, no email, no analytics, no telemetry, no advertising IDs, no usage tracking.

2. Data stored locally on your device

The app uses Android’s AsyncStorage (encrypted at-rest by the OS where supported) to persist user preferences and session state:

Key Purpose Contents
wallet:authToken Mobile Wallet Adapter session Opaque token issued by your wallet (Seed Vault) — does not contain your private key
settings:language Language preference “ko” or “en”
settings:themeMode Theme preference “system”, “light”, or “dark”
settings:notifications:enabled Swap notification toggle “1” or “0”

All of this data lives only on your device. Uninstalling the app removes it.

3. Network requests

The app contacts the following external services. None of these requests carry your personal identifiers — only public information already on-chain.

3.1 Solana RPC

3.2 Jupiter Swap API

3.3 Solscan (optional, on user action)

4. Notifications

If you enable swap completion notifications, the app:

All notification data is generated and shown on your device. You can disable notifications anytime in Settings; this revokes future scheduling but does not delete the OS preference (managed by Android).

5. Wallet integration

The app connects to wallets via the Solana Mobile Wallet Adapter protocol. The selected wallet (Seed Vault on Seeker, or any compatible wallet) handles your private keys; this app never sees them. Authorization tokens granted by the wallet are stored locally (see §2) and can be revoked by disconnecting or by the wallet itself.

6. Third-party policies

You may want to review the privacy practices of:

We have no control over these services.

7. Children

This app is not intended for users under 18 years of age. It executes real cryptocurrency transactions on Solana mainnet.

8. Changes

Material changes to this policy will be reflected in a new release of the app and published in the open-source repository. The “Effective date” at the top will be updated.

9. Contact

This is an open-source project. For privacy concerns, questions, or to report an issue:


Solana cbBTC is released under the MIT License. See the project repository for the full license text.