-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.php
More file actions
33 lines (27 loc) · 1.95 KB
/
Copy pathdisclaimer.php
File metadata and controls
33 lines (27 loc) · 1.95 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
<?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>Disclaimer · 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;">Disclaimer</h1>
<p style="color:var(--muted);"><em>Last updated June 10, 2026.</em></p>
<p><strong>Heuristic, not proof.</strong> Every link, attribution, cluster, score and "follow the money" result on MWEBscan is an inference from public blockchain data. It can be incomplete, coincidental or simply wrong. Nothing inside MWEB is visible to anyone, including us.</p>
<p><strong>Not advice.</strong> MWEBscan is informational only. It is not financial, investment, legal, tax or investigative advice, and is not a substitute for professional judgement or independent verification.</p>
<p><strong>Verify before acting.</strong> Do not make decisions about any person or entity based solely on output from this site. Always corroborate with primary sources.</p>
<p><strong>No warranty.</strong> The Service and its data are provided "as is", without warranty of any kind, and the operator accepts no liability for reliance on them.</p>
<p><strong>Corrections.</strong> Believe an attribution is wrong? Email <a href="mailto:hello@tech1k.com">hello@tech1k.com</a> and we will review it.</p>
<p style="margin-top:24px;"><a href="/terms">Terms of Service</a> · <a href="/privacy">Privacy Policy</a></p>
</div>
<?php require __DIR__ . '/lib/footer.php'; ?>
</body>
</html>