-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmethodology.html
More file actions
35 lines (32 loc) · 2.23 KB
/
Copy pathmethodology.html
File metadata and controls
35 lines (32 loc) · 2.23 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
<!doctype html>
<html lang="en"><head>
<meta charset="utf-8"><title>Metridex — Methodology</title>
<link rel="canonical" href="/methodology.html">
<meta name="description" content="Metridex methodology: QuickScan signals, Why++, and Watch & Alerts (lite).">
<meta property="og:title" content="Metridex — Methodology">
<meta property="og:description" content="QuickScan signals, Why++, and Watch & Alerts (lite).">
<meta property="og:type" content="website"><meta property="og:url" content="https://metridex.com/methodology.html">
<meta property="og:image" content="/assets/og-cover.png">
<style>
body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif; background:#000; color:#e8e8e8; margin:0; padding:0}
.wrap{max-width:920px; margin:40px auto; padding:0 16px}
h1{font-size:30px; margin:.2em 0 .4em; color:#f4f0e6}
h2{font-size:20px; margin:1.2em 0 .4em; color:#e5c97a}
p,li{font-size:15px; line-height:1.6}
.note{font-size:13px; opacity:.85}
a{color:#e5c97a; text-decoration:none; border-bottom:1px solid rgba(229,201,122,.3)}
a:hover{border-color:#e5c97a}
</style>
</head><body>
<div class="wrap">
<h1>Methodology</h1>
<p class="note"><a href="/" aria-label="Back to Home">← Back to Home</a></p>
<h2>QuickScan</h2>
<p>QuickScan focuses on on-chain risk surfaces that matter in early screening: liquidity, top-holders concentration, admin privileges, proxy patterns, and domain checks (WHOIS / SSL / Wayback). We prioritize signal over noise for fast decision-making.</p>
<h2>Signals & Why++</h2>
<p>“Why++” summarizes risk factors that drive the overall verdict (e.g., LP concentration, unlocked admin, suspicious transfer patterns, domain age/SSL issues, etc.). These factors are shown explicitly in reports and expanded in the full HTML report.</p>
<h2>Watch & Alerts (lite)</h2>
<p>Metridex Watchlist runs scheduled checks on watched tokens. Alerts fire when changes cross pragmatic thresholds (price deltas, liquidity movements, holder/LP-lock shifts, high-impact flags). Thresholds and cadence may evolve; Pro plans can unlock tighter intervals and custom rules.</p>
<p class="note">We continuously refine thresholds and detection logic as market behavior evolves.</p>
</div>
</body></html>