-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
39 lines (39 loc) · 2.44 KB
/
Copy pathterms.html
File metadata and controls
39 lines (39 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deep Work — Terms of Service</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>Terms of Service</h1>
<p class="date">Last updated: June 26, 2026</p>
<p>By using Deep Work ("the app"), published by seekdaseek, you agree to these terms.</p>
<h2>The service</h2>
<p>Deep Work is a focus timer for the Solana Seeker. A subscription of 1 USDC per month, paid on-chain from your wallet, unlocks unlimited focus sessions for a 30-day period.</p>
<h2>Payments and subscriptions</h2>
<ul>
<li>Subscriptions are paid in USDC on the Solana blockchain and are final once confirmed on-chain.</li>
<li>Access is granted for 30 days from the date of a confirmed payment.</li>
<li>Because payments are on-chain and non-reversible, all sales are final. There are no refunds.</li>
<li>The subscription does not auto-renew; you choose to pay again when your access expires.</li>
</ul>
<h2>Acceptable use</h2>
<p>Use the app for personal focus and productivity. Do not attempt to attack, exploit, or disrupt the app or its backend.</p>
<h2>No warranty</h2>
<p>The app is provided "as is" without warranty of any kind. Focus streaks and stats are provided for personal motivation and may be affected by factors outside our control, including device behavior, network issues, or blockchain conditions.</p>
<h2>Limitation of liability</h2>
<p>To the fullest extent permitted by law, the publisher is not liable for any indirect or consequential damages arising from use of the app, including lost focus stats or any issue arising from on-chain transactions.</p>
<h2>Blockchain risk</h2>
<p>Transactions occur on the Solana blockchain and are irreversible. You are responsible for your own wallet, funds, and on-chain activity. The app never has custody of your funds or private keys.</p>
<h2>Changes</h2>
<p>These terms may be updated; continued use after an update constitutes acceptance.</p>
<h2>Contact</h2>
<p>Via <a href="https://ochinimus.app">ochinimus.app</a> or the publisher seekdaseek on the Solana dApp Store.</p>
</body>
</html>