Stellar TimeLock

Time-Locked Assets. Secure Release.

The only Stellar wallet that won’t let you send without a memo when one is required. Time-lock savings, encrypted notes, and bill reminders — all in one app.
Your keys, your device, never our servers.

What’s inside

SECURITY

Security you can inspect

The cryptography that protects your seed is open source under Apache 2.0. The full threat model + subsystem writeup lives in the public repo. Read it. Audit it. File a PR.

  • Android Keystore / iOS Keychain binds every seed to hardware
  • One biometric prompt per session cache
  • Best-effort memory zeroing after every signing + KDF call
  • allowBackup="false" on Android — no accidental cloud copies
  • PBKDF2 → HKDF-SHA-256 → AES-256-CBC for on-device notebook data
  • No server-side custody, ever. Backend never sees a seed.
Read the source →