-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.php
More file actions
60 lines (49 loc) · 4.16 KB
/
Copy pathterms.php
File metadata and controls
60 lines (49 loc) · 4.16 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
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php require __DIR__ . '/lib/db.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<meta name="robots" content="noindex">
<title>Terms of Service · MWEBscan</title>
<link rel="shortcut icon" href="/assets/favicon.png"/>
<link rel="stylesheet" href="/assets/style.css?v=8">
</head>
<body>
<?php require __DIR__ . '/lib/nav.php'; ?>
<div id="main">
<h1 style="text-align:center;">Terms of Service</h1>
<p style="color:var(--muted);"><em>Last updated June 10, 2026.</em></p>
<h2>1. Acceptance</h2>
<p>By using MWEBscan (the "Service") you agree to these Terms. If you do not agree, do not use the Service.</p>
<h2>2. What the Service is</h2>
<p>MWEBscan provides informational analysis of <strong>public</strong> Litecoin blockchain data relating to the MimbleWimble Extension Block (MWEB). All links, attributions, scores and "follow the money" results are <strong>heuristic inferences, not proof</strong>, and may be incomplete or wrong. The Service is provided for research, transparency, compliance and personal-privacy education. It is <strong>not</strong> financial, legal, investment or investigative advice.</p>
<h2>3. Acceptable use</h2>
<p>You agree not to use the Service or its data to:</p>
<ul>
<li>break any law, or to launder funds, evade sanctions, or facilitate any crime;</li>
<li>harass, dox, threaten, defame or endanger any person or entity;</li>
<li>make adverse decisions about a person based solely on heuristic output without independent verification;</li>
<li>circumvent rate limits, scrape at scale, or disrupt the Service.</li>
</ul>
<p>Privacy guidance on the Service is provided to help users understand and protect their own financial privacy lawfully. It must not be used to evade lawful investigation.</p>
<h2>4. No warranty</h2>
<p>The Service is provided "as is" and "as available", without warranties of any kind, including accuracy, completeness, fitness for a particular purpose, or non-infringement.</p>
<h2>5. Limitation of liability</h2>
<p>To the maximum extent permitted by law, MWEBscan and its operator are not liable for any indirect, incidental, special, consequential or punitive damages, or any loss arising from your use of, or reliance on, the Service or its data.</p>
<h2>6. Attribution accuracy & corrections</h2>
<p>Entity labels and attributions are derived from third-party sources and heuristics and may be inaccurate. If you believe an attribution or link about you or your entity is wrong, contact us (see below) and we will review and, where appropriate, correct or remove it.</p>
<h2>7. API & attribution</h2>
<p>The API is rate-limited and may change or be withdrawn at any time. Paid tiers, where offered, are governed by their own additional terms. Do not exceed published limits or attempt to bypass authentication. If you display or redistribute data obtained from the Service in a public product, you must <strong>attribute MWEBscan</strong> with a visible link to <a href="https://mwebscan.com">mwebscan.com</a>.</p>
<h2>8. Third-party data</h2>
<p>Some data (e.g. address labels) originates from third parties under their own licenses. Your use of such data is subject to those licenses.</p>
<h2>9. Changes & governing law</h2>
<p>We may update these Terms; continued use means acceptance. Governing law: <em>United States</em>.</p>
<h2>10. Contact</h2>
<p>Corrections, abuse reports and legal notices: <a href="mailto:hello@tech1k.com">hello@tech1k.com</a>.</p>
<p style="margin-top:24px;"><a href="/privacy">Privacy Policy</a> · <a href="/disclaimer">Disclaimer</a></p>
</div>
<?php require __DIR__ . '/lib/footer.php'; ?>
</body>
</html>