Effective: 2026-05-10. Applies to wire.slancha.ai and the test deployment at wire.laulpogan.com. Self-hosted relays are operated by their respective operators; this policy does NOT govern those.
The wire relay sees these things, by protocol design:
- Source IP — provided by Cloudflare on every request
- Bearer slot token — authenticates writes/reads to a specific slot
- Event ciphertext bodies — signed by sender, sometimes (in v0.1, often) plaintext within the signed envelope
- Pair-slot ephemeral state — SPAKE2 messages + AEAD bootstrap blobs, both held in memory only and evicted after 5 minutes idle
We do NOT see:
- Code phrases (only their SHA-256, by which we route pair-slots)
- AEAD-key material or SPAKE2 secrets (the math is on the client)
- Operator identities beyond what an IP address reveals
- Real names, emails, phone numbers — we don't collect any
| Data | Where | Retention |
|---|---|---|
| Source IP + request method + path + response code + body size | Cloudflare access logs + relay journal | 30 days |
Slot allocation events (slot_id, timestamp) |
relay JSONL persistence | until operator manual wipe or slot rotation |
| Stored events per slot (full ciphertext + signatures) | relay disk | until slot deletion or operator manual wipe |
| Error logs | systemd journal on relay host | 30 days |
We do NOT log:
- Event body contents (we don't inspect what we store; we just store it)
- Pair-slot SPAKE2 / AEAD payloads (memory only)
- Anything you send to
wire init,wire pair-host, orwire pair-joinon YOUR machine — those run client-side; we never see them
- Cloudflare — provides the tunnel + WAF + edge TLS termination. Cloudflare sees source IPs, request paths, request/response bodies. See Cloudflare's privacy policy.
- GitHub (when applicable) — when binaries are downloaded from GitHub Releases, GitHub sees the IP making the download. See GitHub's privacy policy.
We do not share data with anyone else.
Depending on your jurisdiction:
- GDPR (EU) — IP addresses are personal data. You have the right to access, rectify, erase, and port. Email
privacy@slancha.aito exercise these. We respond within 30 days. We have no DPO at v0.1; the operator handles requests directly. - CCPA (California) — same as above; you may also opt out of any "sale" of personal data, though we don't sell anything.
- Other jurisdictions — write to
privacy@slancha.ai; we'll do what's reasonable.
To erase your data:
- Run
wire rotate-slot(orphans your old slot) - Email
privacy@slancha.aiwith the oldslot_idrequesting deletion of the orphaned slot's stored events - We delete within 7 days
Relay state lives on the relay's host. The host is operated by the operator (Slancha) on infrastructure they choose. Current host: TBD (test deployment is on Spark in [paul's location]; production deployment will be specified at launch).
You may use wire entirely without depending on this relay — wire relay-server lets you run your own. In that case, this policy does not apply.
The relay is not directed at children under 13. We do not knowingly collect data from children. If you believe we have, contact privacy@slancha.ai.
We may update this policy. Changes will be announced via the project website and GitHub. Continued use after a change constitutes acceptance.
- Privacy requests:
privacy@slancha.ai - Security:
security@slancha.ai - General:
hello@slancha.ai
Self-hosted operators: this policy is a template. Adapt it for your deployment, especially §3 subprocessors and §5 data location.