Privacy Policy

Last updated: February 10, 2026

What Dispatch collects

  • Ed25519 public keys: your device-generated worker identity or wallet address. Used to route jobs and verify signed receipts.
  • Job metadata: task type, duration, timestamps, and success/failure status. Used for earnings tracking and network health.
  • Earnings data: SOL amounts credited per completed job. Stored locally on your device.
  • Connection logs: coordinator URL and connection timestamps. Used for diagnostics.

What Dispatch does NOT collect

  • No name, email, phone number, or personal identifiers
  • No location data or device fingerprinting
  • No private keys (these never leave your device)
  • No job input/output content, only metadata

How data is stored

Earnings history and job logs are stored locally on your device using AsyncStorage. Your ed25519 keypair is stored in the device's secure enclave via expo-secure-store. The coordinator server stores only the public key and job metadata needed to route work and verify receipts.

Third-party sharing

Dispatch does not sell, rent, or share your data with third parties. Job receipts signed by your device may be posted onchain (Solana or Monad) as part of the ERC-8004 reputation protocol. These contain only your public key and job outcome, no personal information.

Your controls

  • Reset identity: generate a new keypair at any time in Settings. This disassociates your device from all prior job history.
  • Disconnect: stop the worker to cease all data transmission to the coordinator.
  • Uninstall: removes all local data. The coordinator retains public-key job logs for network integrity.

Changes to this policy

Updates will be posted at this URL. Material changes will be noted in app release notes.

Contact

Questions? Reach out on X (@pranit) or open an issue on GitHub.