Skip to content

Commit 9c98acc

Browse files
Update article-signals-whyplusplus_bilingual_v1.html
1 parent 45288d1 commit 9c98acc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

article-signals-whyplusplus_bilingual_v1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22

3-
<html lang="en"><head><base href="/"/><meta charset="utf-8"/><meta content="width=device-width, initial-scale=1" name="viewport"/><title>Metridex — Signals &amp; Why++</title><meta content="How QuickScan converts raw checks into an explainable verdict with Why++ factors — ." name="description"/><link href="styles.css" rel="stylesheet"/><link href="/logo/favicon-32.png?v=3" rel="icon" sizes="32x32" type="image/png"/><link href="/logo/favicon-16.png?v=3" rel="icon" sizes="16x16" type="image/png"/><link href="/logo/apple-touch-icon.png?v=3" rel="apple-touch-icon" sizes="180x180"/><link href="/logo/favicon.ico?v=3" rel="icon"/><link href="/logo/site.webmanifest?v=3" rel="manifest"/><style>.article-meta{font-size:0.9rem;color:#9aa3af;margin:8px 0 18px}
3+
<html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width, initial-scale=1" name="viewport"/><title>Metridex — Signals &amp; Why++</title><meta content="How QuickScan converts raw checks into an explainable verdict with Why++ factors — ." name="description"/><link href="styles.css" rel="stylesheet"/><link href="/logo/favicon-32.png?v=3" rel="icon" sizes="32x32" type="image/png"/><link href="/logo/favicon-16.png?v=3" rel="icon" sizes="16x16" type="image/png"/><link href="/logo/apple-touch-icon.png?v=3" rel="apple-touch-icon" sizes="180x180"/><link href="/logo/favicon.ico?v=3" rel="icon"/><link href="/logo/site.webmanifest?v=3" rel="manifest"/><style>.article-meta{font-size:0.9rem;color:#9aa3af;margin:8px 0 18px}
44
.article-nav{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
55
.article-nav a{padding:10px 14px;border:1px solid #2a2a2a;border-radius:10px;text-decoration:none}
66
.article-nav a:hover{background:#0b0b0b}</style><style>.article-body{margin-top:56px}</style><style>.article-kicker{font-size:.9rem;color:#9aa3af;margin-top:8px}
@@ -34,8 +34,8 @@
3434
border-color:#6b7280;
3535
color:#ffffff;
3636
}
37-
</style><!-- MDX_EN_ONLY_Deploy=2025-10-03T17:27:05Z -->
38-
</head><body class="article-offset lux"><header class="nav"><div class="container nav-inner nav-container-wide"><div class="brand"><img alt="Metridex" class="brand-logo" src="/logo/metridex_logo_header.png"/></div><nav class="nav-links"><a href="/articles.html">All articles</a><a href="videos.html">Videos</a><a href="help.html">Help</a></nav><div class="nav-actions"><button class="icon-btn" id="themeToggle" title="Toggle theme">🌙</button></div></div></header><section class="hero-subtle"><div class="container"><div class="flex-row space-between" style="display:flex; align-items:center; justify-content:space-between; gap:16px;"><div><h1 style="margin-top:0.25rem">Signals &amp; Why++</h1><div class="article-kicker">Guide · Sep 29, 2025</div><div class="article-author">— Omar Ahmad, Founder of Metridex</div></div></div></div></section><section class="section"><ul></ul><hr/></section><footer class="footer"><div class="container"><p>© Metridex.</p></div></footer><div class="article-nav"><a href="/article-whois-wayback_bilingual_v2.html">← Back to Articles</a><a href="/article-whois-wayback_bilingual_v2.html">← Prev: WHOIS &amp; Wayback checks</a></div><script>(function(){
37+
</style><!-- MDX_EN_ONLY_NoBase -->
38+
</head><body class="article-offset lux"><header class="nav"><div class="container nav-inner nav-container-wide"><div class="brand"><img alt="Metridex" class="brand-logo" src="/logo/metridex_logo_header.png"/></div><nav class="nav-links"><a href="/articles.html">All articles</a><a href="videos.html">Videos</a><a href="help.html">Help</a></nav><div class="nav-actions"><button class="icon-btn" id="themeToggle" title="Toggle theme">🌙</button></div></div></header><section class="hero-subtle"><div class="container"><div class="flex-row space-between" style="display:flex; align-items:center; justify-content:space-between; gap:16px;"><div><h1 style="margin-top:0.25rem">Signals &amp; Why++</h1><div class="article-kicker">Guide · Sep 29, 2025</div><div class="article-author">— Omar Ahmad, Founder of Metridex</div><div class="article-body"></div></div></div></div></section><section class="section"><div class="container article"><!-- EN --><div class="article-content"><p><strong>TL;DR</strong>: QuickScan aggregates a small set of high-signal checks and explains the verdict via <em>Why++</em> — short, auditable reasons you can trust in a chat.</p><h2>1) The signal set</h2><div class="kpi-grid"><div class="kpi"><h3>Pair context</h3><p>Liquidity, FDV/MC, 24h volume, short-term Δ (DexScreener).</p></div><div class="kpi"><h3>On-chain</h3><p>Bytecode presence, proxy/admin flags, holders &amp; LP concentration.</p></div><div class="kpi"><h3>Hygiene</h3><p>WHOIS/RDAP, SSL issuer/expiry, Wayback snapshots.</p></div></div><h2>2) Scoring to verdict</h2><p>We bucket risk as <code>Low</code>/<code>Medium</code>/<code>High</code>. Each bucket is driven by thresholds (e.g., LP ≥ X%, top holders ≤ Y%). Grey zones resolve via tie‑breakers (age, hygiene, recent Δ).</p><h2>3) Why++: explainability</h2><p>Every verdict includes 3–6 concise reasons, e.g. <em>“High liquidity”</em>, <em>“Contract missing”</em>, <em>“No Wayback snapshots”</em>. Reasons map 1:1 to checks and link back to sources in the HTML report.</p><h2>4) Limits &amp; design choices</h2><ul><li><strong>Speed over breadth</strong>: we prefer fewer, stronger checks you can see in chat.</li><li><strong>First pass</strong>: meant to filter, not to replace due diligence.</li><li><strong>Transparent tradeoffs</strong>: Why++ always states <em>why</em>, not just a score.</li></ul><h2>5) What’s next</h2><p>Share links (TTL), PDF export, watchlists/alerts (lite), deeper LP-lock analytics, more chains.</p><p>Note: You can Watch any token to be alerted when these “Why++” factors change materially (lite cadence).</p><hr/><p><strong>Try it</strong>: <a href="https://t.me/MetridexBot" rel="noopener" target="_blank">@MetridexBot</a><a href="https://metridex.com" rel="noopener" target="_blank">metridex.com</a></p></div><!-- RU --><div class="kpi"><h3>Ончейн</h3><p>Наличие байткода, прокси/админ-флаги, холдеры и концентрация LP.</p></div><div class="kpi"><h3>Гигиена</h3><p>WHOIS/RDAP, издатель/срок SSL, снимки Wayback.</p></div></div><h2>2) От баллов к вердикту</h2><p>Риск — <code>Low</code>/<code>Medium</code>/<code>High</code>. Каждая корзина задаётся порогами (например, LP ≥ X%, топ‑холдеры ≤ Y%). Серые зоны решаем тай‑брейкерами (возраст, гигиена, недавние Δ).</p><h2>3) Why++: пояснимость</h2><p>В каждом вердикте 3–6 коротких причин: <em>«Высокая ликвидность»</em>, <em>«Контракт отсутствует»</em>, <em>«Нет снимков Wayback»</em>. Причины 1:1 соответствуют проверкам и в HTML‑отчёте ведут к источникам.</p><h2>4) Ограничения и дизайн‑выборы</h2><ul><li><strong>Скорость вместо широты</strong>: меньше, но сильнее — и видно прямо в чате.</li><li><strong>Первый проход</strong>: фильтр, а не замена дью‑дилидженса.</li><li><strong>Прозрачные компромиссы</strong>: Why++ всегда поясняет <em>почему</em>, а не просто очко.</li></ul><h2>5) Что дальше</h2><p>Шер‑ссылки (TTL), экспорт PDF, watchlists/alerts (lite), расширенная аналитика LP‑lock, больше сетей.</p><p>Примечание: Добавьте токен в Watch, чтобы получать оповещения при существенных изменениях факторов «Why++» (lite‑каденс).</p><hr/><p><strong>Попробовать</strong>: <a href="https://t.me/MetridexBot" rel="noopener" target="_blank">@MetridexBot</a><a href="https://metridex.com" rel="noopener" target="_blank">metridex.com</a></p></section><footer class="footer"><div class="container"><p>© <span id="year"></span> Metridex.</p></div></footer><div class="article-nav"><a href="/article-whois-wayback_bilingual_v2.html">← Back to Articles</a><a href="/article-whois-wayback_bilingual_v2.html">← Prev: WHOIS &amp; Wayback checks</a></div><script>(function(){
3939
function switchTo(lang){
4040
document.documentElement.setAttribute('lang', lang);
4141
var blocks = document.querySelectorAll('.lang-block');

0 commit comments

Comments
 (0)