-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
47 lines (38 loc) · 2.07 KB
/
Copy pathterms.html
File metadata and controls
47 lines (38 loc) · 2.07 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
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SolWatch — Terms of Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{margin:0;padding:40px 24px;background:#0a0a0a;color:#c9a84c;font-family:Georgia,serif;max-width:720px;margin:0 auto;}
h1{letter-spacing:6px;font-size:1.8rem;margin-bottom:8px;}
h2{letter-spacing:2px;font-size:1rem;color:#e8c96a;margin-top:32px;}
p,li{color:#999;line-height:1.8;font-size:0.95rem;}
a{color:#c9a84c;}
</style>
</head>
<body>
<h1>SOLWATCH</h1>
<p style="color:#8b6914;letter-spacing:2px;font-size:0.8rem">TERMS OF SERVICE</p>
<p>Last updated: June 2026</p>
<h2>1. Acceptance</h2>
<p>By using SolWatch you agree to these terms. If you do not agree, do not use the app.</p>
<h2>2. Description</h2>
<p>SolWatch is a Solana Mobile application that rewards daily check-ins with compressed NFT badges, tracks streaks, and provides SOL price and whale wallet alerts.</p>
<h2>3. Eligibility</h2>
<p>You must be 18 or older and legally permitted to use blockchain applications in your jurisdiction.</p>
<h2>4. Wallet and Transactions</h2>
<p>You are solely responsible for your Solana wallet and private keys. SolWatch never has access to your private keys or funds. All on-chain transactions are irreversible.</p>
<h2>5. cNFT Badges</h2>
<p>Badges minted through SolWatch are compressed NFTs on the Solana blockchain. They have no guaranteed monetary value. Burned badges cannot be recovered.</p>
<h2>6. Pro Subscription</h2>
<p>Pro access can be purchased with SOL or earned by burning check-in badges. Payments are non-refundable. Pro features are subject to change.</p>
<h2>7. Disclaimer</h2>
<p>SolWatch is provided as-is without warranties. We are not responsible for losses arising from use of the app, blockchain failures, or third-party service outages.</p>
<h2>8. Changes</h2>
<p>We may update these terms at any time. Continued use of the app constitutes acceptance of updated terms.</p>
<h2>9. Contact</h2>
<p>For questions contact: <a href="mailto:seekdaseek@gmail.com">seekdaseek@gmail.com</a></p>
</body>
</html>