-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
42 lines (42 loc) · 2.55 KB
/
Copy pathprivacy.html
File metadata and controls
42 lines (42 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deep Work — Privacy Policy</title>
<style>
body { font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; color:#1a1a1a; line-height:1.7; max-width:720px; margin:0 auto; padding:48px 24px; }
h1 { font-size:34px; font-weight:900; } h2 { font-size:21px; margin-top:32px; }
p,li { color:#333; } a { color:#FF5A4D; } .date { color:#999; font-size:14px; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="date">Last updated: June 26, 2026</p>
<p>Deep Work ("the app") is a focus timer for the Solana Seeker, published by seekdaseek. This policy explains what the app handles and what it does not.</p>
<h2>What we collect</h2>
<p>The app stores only the minimum needed to run your subscription and focus stats, tied solely to your Solana wallet address:</p>
<ul>
<li>Your public wallet address (used to identify your subscription and stats)</li>
<li>Subscription status and expiry date</li>
<li>Focus stats: streak, number of sessions, and total focus minutes</li>
</ul>
<h2>What we do NOT collect</h2>
<ul>
<li>No name, email, phone number, or any personal identity information</li>
<li>No private keys — signing happens entirely in your Seed Vault wallet</li>
<li>No location, contacts, browsing, or device tracking</li>
<li>No advertising identifiers and no third-party ad networks</li>
</ul>
<h2>Payments</h2>
<p>Subscription payments are made on-chain in USDC directly from your wallet to the app's treasury wallet. We verify the on-chain transaction signature to activate access. We never see or store your payment credentials — the Solana blockchain and your Seed Vault wallet handle all of that.</p>
<h2>Data storage</h2>
<p>Your wallet address and focus stats are stored on the app's backend server solely to provide the service. Because data is keyed only to a wallet address and contains no personal identifiers, it cannot be used to identify you personally.</p>
<h2>Third parties</h2>
<p>The app reads public on-chain data via standard Solana RPC providers (e.g. Helius) to verify payments. No personal data is shared with any third party for marketing.</p>
<h2>Your control</h2>
<p>Stop using the app at any time and no new data is recorded. Your on-chain transaction history is public on the Solana blockchain and outside the app's control.</p>
<h2>Contact</h2>
<p>Questions: via <a href="https://ochinimus.app">ochinimus.app</a> or the publisher seekdaseek on the Solana dApp Store.</p>
</body>
</html>