LUX8 Wallet is a self-custodial Solana wallet. There are no accounts, no backend storing your data, and no way for us to reach your funds. This page describes exactly what the app does with information — including the parts that are unavoidable.
To show balances and submit transactions, the app has to talk to the Solana network. That traffic goes through our proxy at sol.stake-manager.net, which forwards it to infrastructure providers. The following is visible to the receiving service:
We use the proxy specifically so that API keys stay on our server and are never shipped inside the app. A side effect is that these requests pass through our infrastructure. Those requests land in the standard nginx access log: client IP, timestamp, the request line, response code and size, referrer and user-agent. Request bodies are not logged. Logs rotate daily and are deleted after 14 days. There is no application log, no user database and no analytics. Cloudflare, which fronts these requests, keeps its own logs under its own policy.
Swap orders and our logs. Building a swap requires your wallet address: Jupiter needs to know who will sign the transaction. That address therefore reaches Jupiter, and once you sign, the swap becomes a public transaction on the Solana blockchain — neither of those can be avoided by any wallet.
What we changed on our side: this request is now sent as a POST body instead of a URL. Our proxy's access log records URLs, not request bodies, so your address is no longer written into our logs. It is still visible to Jupiter, and still public on-chain.
Note on the blockchain itself: Solana is a public ledger. Every transaction you make — addresses, amounts, timestamps — is permanently public and is not something either you or we can delete.
We do not sell, rent, or share data with anyone for marketing. We have nothing to sell: there are no user records.
The app is not directed at children under 13, and we knowingly collect no data from anyone, of any age.
If this policy changes, the date at the top changes with it. Material changes will be noted in the app's release notes.
Questions about privacy: [email protected]. Support: lux8.net/wallet-support.html.