Threat Model & Privacy Goals External Vectors (Blockchain A…
Threat Model & Privacy Goals
External Vectors (Blockchain Analysis): To a public observer scanning the ledger (or tools like Chainalysis), your address footprint resembles an unpredictable, continuous web of splitting and merging micro-transactions. The variable timing and irregular distribution of satoshis make it mathematically impractical to map the on-chain activity to a specific human movement profile or single identity.
Internal Vectors (On-Device Security): The complete shuffling chronology and associated metadata are stored inside a local SQLite/Room database. This database is encrypted natively using AES-256, derived directly from the master seed phrase. The transaction ledger can only be decrypted and made visible within the local UI application when the master key is unlocked in volatile RAM.