425 lines
18 KiB
HTML
425 lines
18 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" data-theme="light" data-page-lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>428th // Crypto · Trading · Wealth Management</title>
|
||
<meta name="description" content="428th — crypto trading, education, copy trading and TradingView auto-trading. Part of the SIMPLE CRYPTO team since 2018.">
|
||
<meta name="robots" content="index, follow">
|
||
<link rel="canonical" href="https://428th.com/en/">
|
||
<link rel="alternate" hreflang="ru" href="https://428th.com/">
|
||
<link rel="alternate" hreflang="en" href="https://428th.com/en/">
|
||
<link rel="alternate" hreflang="uk" href="https://428th.com/ua/">
|
||
<link rel="alternate" hreflang="x-default" href="https://428th.com/">
|
||
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:site_name" content="428th">
|
||
<meta property="og:locale" content="en_US">
|
||
<meta property="og:url" content="https://428th.com/en/">
|
||
<meta property="og:title" content="428th // Crypto · Trading · Wealth Management">
|
||
<meta property="og:description" content="428th — crypto trading, education, copy trading and TradingView auto-trading. Part of the SIMPLE CRYPTO team since 2018.">
|
||
<meta property="og:image" content="https://428th.com/og.png">
|
||
<meta property="og:image:width" content="1200">
|
||
<meta property="og:image:height" content="630">
|
||
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:title" content="428th // Crypto · Trading · Wealth Management">
|
||
<meta name="twitter:description" content="428th — crypto trading, education, copy trading and TradingView auto-trading. Part of the SIMPLE CRYPTO team since 2018.">
|
||
<meta name="twitter:image" content="https://428th.com/og.png">
|
||
|
||
<meta name="theme-color" content="#C4622A">
|
||
<script>
|
||
(function () {
|
||
var saved = localStorage.getItem('theme');
|
||
var theme = (saved === 'light' || saved === 'dark')
|
||
? saved
|
||
: (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
|
||
document.documentElement.setAttribute('data-theme', theme);
|
||
})();
|
||
</script>
|
||
<script>
|
||
(function () {
|
||
var pageLang = document.documentElement.getAttribute('data-page-lang');
|
||
var saved = localStorage.getItem('lang');
|
||
if (saved === 'uk') { saved = 'ua'; localStorage.setItem('lang', 'ua'); }
|
||
|
||
function normalizePath(path) {
|
||
if (!path || path === '/') return '/';
|
||
return path.replace(/\/+$/, '') || '/';
|
||
}
|
||
|
||
function pathFor(lang) {
|
||
var path = location.pathname || '/';
|
||
var rest = path.replace(/^\/(en|ua)(?=\/|$)/, '') || '/';
|
||
if (rest === '/index.html') rest = '/';
|
||
rest = normalizePath(rest);
|
||
|
||
if (lang === 'ru') {
|
||
if (rest === '/') return '/';
|
||
if (rest === '/terminal') return '/terminal/';
|
||
return rest;
|
||
}
|
||
if (rest === '/') return '/' + lang + '/';
|
||
if (rest === '/terminal') return '/' + lang + '/terminal/';
|
||
return '/' + lang + rest;
|
||
}
|
||
|
||
function needsRedirect(target) {
|
||
return normalizePath(location.pathname) !== normalizePath(target);
|
||
}
|
||
|
||
if (saved === 'ru' || saved === 'en' || saved === 'ua') {
|
||
if (saved !== pageLang) {
|
||
var target = pathFor(saved);
|
||
if (needsRedirect(target)) location.replace(target);
|
||
}
|
||
return;
|
||
}
|
||
|
||
if (pageLang !== 'ru') {
|
||
localStorage.setItem('lang', pageLang);
|
||
return;
|
||
}
|
||
|
||
var browser = String(navigator.language || '').slice(0, 2).toLowerCase();
|
||
var preferred = 'ru';
|
||
if (browser === 'en') preferred = 'en';
|
||
else if (browser === 'uk' || browser === 'ua') preferred = 'ua';
|
||
|
||
if (preferred !== 'ru') {
|
||
var preferredTarget = pathFor(preferred);
|
||
if (needsRedirect(preferredTarget)) location.replace(preferredTarget);
|
||
} else {
|
||
localStorage.setItem('lang', 'ru');
|
||
}
|
||
})();
|
||
</script>
|
||
<link rel="stylesheet" href="/styles.css">
|
||
</head>
|
||
<body>
|
||
|
||
<header class="site-header">
|
||
<div class="container header-inner">
|
||
<nav class="lang-switch" id="langSwitch" aria-label="Language">
|
||
<a href="/en/" data-set-lang="en" class="active" aria-current="page">EN</a>
|
||
//
|
||
<a href="/ua/" data-set-lang="ua">UA</a>
|
||
//
|
||
<a href="/" data-set-lang="ru">RU</a>
|
||
</nav>
|
||
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
|
||
<svg class="icon-sun" viewBox="0 0 24 24" width="20" height="20"><circle cx="12" cy="12" r="5"></circle><g stroke-width="2"><line x1="12" y1="1" x2="12" y2="4"></line><line x1="12" y1="20" x2="12" y2="23"></line><line x1="4.2" y1="4.2" x2="6.3" y2="6.3"></line><line x1="17.7" y1="17.7" x2="19.8" y2="19.8"></line><line x1="1" y1="12" x2="4" y2="12"></line><line x1="20" y1="12" x2="23" y2="12"></line><line x1="4.2" y1="19.8" x2="6.3" y2="17.7"></line><line x1="17.7" y1="6.3" x2="19.8" y2="4.2"></line></g></svg>
|
||
<svg class="icon-moon" viewBox="0 0 24 24" width="20" height="20"><path d="M21 12.8A9 9 0 1111.2 3a7 7 0 009.8 9.8z"></path></svg>
|
||
</button>
|
||
</div>
|
||
</header>
|
||
|
||
<main>
|
||
|
||
<section class="hero container">
|
||
<div class="hero-stage">
|
||
<div class="hero-brand">
|
||
<div class="hero-brand-inner" id="heroBrandInner">
|
||
<div class="hero-brand-lockup">
|
||
<h1 class="logo">428th</h1>
|
||
<p class="tagline">Crypto // Trading // Wealth Management</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<nav class="main-nav" aria-label="Sections">
|
||
<a href="#about">About</a>
|
||
<a href="#premium">Premium</a>
|
||
<a href="#education">Education</a>
|
||
<a href="#copytrade">Copy Trading</a>
|
||
<a href="#autotrade">Auto Trading</a>
|
||
<a href="#fund">Fund</a>
|
||
<a href="#streams">Streams for Admins</a>
|
||
<a href="#contact" class="nav-cta">DM us →</a>
|
||
</nav>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="post-hero-lift">
|
||
|
||
<!-- КТО МЫ -->
|
||
<section id="about" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">About</span>
|
||
<h2>428th — part of the SIMPLE CRYPTO team</h2>
|
||
<p class="lead">United by the idea of effective capital management. We've been working with crypto assets since 2018. We share our decisions with subscribers who respects. <span class="fw-400">With those who don't — we don't.</span></p>
|
||
|
||
<div class="team-grid">
|
||
<div class="team-card">
|
||
<h3>Artemiy</h3>
|
||
<ul class="dash-list">
|
||
<li>Manual and algorithmic trading</li>
|
||
<li>Automation</li>
|
||
</ul>
|
||
</div>
|
||
<div class="team-card team-card--ivan">
|
||
<h3>Ivan</h3>
|
||
<ul class="dash-list">
|
||
<li>Fundamental analysis and macroeconomics</li>
|
||
<li>Prediction markets (Polymarket)</li>
|
||
<li>Value investing</li>
|
||
<li>Position trading on traditional markets</li>
|
||
</ul>
|
||
</div>
|
||
<div class="team-card team-card--andrey">
|
||
<h3>Andrey</h3>
|
||
<ul class="dash-list">
|
||
<li>DeFi</li>
|
||
<li>Retro</li>
|
||
<li>Betting</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- PREMIUM -->
|
||
<section id="premium" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Premium</span>
|
||
<h2>Working together as the team</h2>
|
||
<p class="lead">A private chat split into topics where we communicate with our members personally. UKR/RU mostly.</p>
|
||
|
||
<ol class="numbered-list" data-count="5">
|
||
<li><span class="num">01</span><p>Every day — a conference call or technical video market review for Crypto + TradFi. Current situation, expectations, setup hunting, key levels. When possible, live Gold and Silver trading on seconds charts during calls.</p></li>
|
||
<li><span class="num">02</span><p>24/7 trend setups from proprietary algorithms on 15-min and 6h timeframes. Clear entry, stop, take-profit, and chart.</p></li>
|
||
<li><span class="num">03</span><p>Q&A, breakdowns of trading systems and tricks.</p></li>
|
||
<li><span class="num">04</span><p>Fundamental analysis of markets and assets.</p></li>
|
||
<li><span class="num">05</span><p>Recommendations on Retro, DeFi, and Polymarket.</p></li>
|
||
</ol>
|
||
|
||
<div class="entry-options">
|
||
<span class="sublabel">
|
||
<span>Ways to join</span><span class="sublabel-note"> (any of these)</span>
|
||
</span>
|
||
<ul class="dash-list">
|
||
<li><span class="fw-400">$500 for the educational course, with 12 months of Premium included.</span> It's just easier for us to work with people who know the basics.</li>
|
||
<li><span class="fw-400">$50/month subscription.</span> Don't want to learn — pay extra for laziness.</li>
|
||
<li><span class="fw-400">Connected BingX copy trading with a $3,000+ deposit.</span> The top option for those who already trust us.</li>
|
||
<li><span class="fw-400">$500k+/month crypto volume on a partner Bybit or BingX account.</span> For whales, all doors are open.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- ОБУЧЕНИЕ -->
|
||
<section id="education" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Education</span>
|
||
<h2>Author's trading course</h2>
|
||
<p class="lead">Each topic includes a text lecture and video practice. 1–1.5 months at your own pace. Lessons average 20 minutes. Price: $500.</p>
|
||
|
||
<div class="two-col">
|
||
<div>
|
||
<h4>What's included</h4>
|
||
<ul class="dash-list">
|
||
<li>Lifetime access to the student chat, course updates, conferences, proprietary indicators</li>
|
||
<li>All trading styles: intraday, medium-term, portfolio</li>
|
||
<li>Support from us and students from past cohorts</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4>Methods</h4>
|
||
<ul class="dash-list">
|
||
<li>Classic TA + PA + VSA + LRA + SM</li>
|
||
<li>Proven nuances of common analysis methods</li>
|
||
<li>New approaches and strategies as you study and practice</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="note-box">
|
||
<p><span class="fw-400">Elliott Wave Analysis (EWA) isn't included yet — that's the next level.</span> You can trade just fine without it. If you want, use our wave markings.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- КОПИТРЕЙДИНГ -->
|
||
<section id="copytrade" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Copy Trading on BingX</span>
|
||
<h2>Semi-automated trading</h2>
|
||
<p class="lead">Artemiy trades alongside bots on two futures master accounts — short-term and medium-term. Easy money button!</p>
|
||
|
||
<ol class="numbered-list" data-count="3">
|
||
<li><span class="num">01</span><p>Two master accounts: short-term and medium-term futures trading.</p></li>
|
||
<li><span class="num">02</span><p>Available only for BingX referrals. Unlocks free Premium access.</p></li>
|
||
<li><span class="num">03</span><p>Connect if you're ready to experiment or trust us about as much as yourself — or more.</p></li>
|
||
</ol>
|
||
|
||
<div class="note-box">
|
||
<p>There's little stats so far and it doesn't mean much — the tech solution was just launched. <span class="fw-400">Connect consciously.</span></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- АВТОТРЕЙДИНГ // TERMINAL -->
|
||
<section id="autotrade" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Auto Trading // Terminal</span>
|
||
<h2>Automation via TradingView indicators</h2>
|
||
<p class="lead">Got a working indicator that looks awesome but trading it manually is madness? Connect signals and watch it trade.</p>
|
||
|
||
<ol class="numbered-list" data-count="4">
|
||
<li><span class="num">01</span><p>Sign up, connect your BingX, ByBit, or MEXC account via API. You need to be our referral or pay up.</p></li>
|
||
<li><span class="num">02</span><p>Modify your script for our webhooks. It's not scary.</p></li>
|
||
<li><span class="num">03</span><p>Set up alerts, enjoy. The bot won't break if you trade alongside it and manually adjust its positions.</p></li>
|
||
<li><span class="num">04</span><p><span class="fw-400">Not much of a programmer?</span> We'll help rewrite the script and get you connected — for free.</p></li>
|
||
</ol>
|
||
|
||
<div class="note-box">
|
||
<p>
|
||
<span>More about 428th Terminal —</span>
|
||
<a href="/en/terminal/">on this page.</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- ФОНД -->
|
||
<section id="fund" class="section reveal">
|
||
<div class="container">
|
||
<div class="section-labels">
|
||
<span class="eyebrow">Fund</span>
|
||
<span class="badge">Closed to new participants (sorry, investments are in the red for now)</span>
|
||
</div>
|
||
<h2>Multi-family office</h2>
|
||
<p class="lead">For those who want to ride the crypto trend and earn from capital — without managing the market themselves.</p>
|
||
|
||
<div class="two-col">
|
||
<div>
|
||
<h4>To manage on your own you need</h4>
|
||
<ul class="dash-list">
|
||
<li>Time for constant market monitoring</li>
|
||
<li>A foundation for systematic analysis</li>
|
||
<li>Experience working safely with blockchains</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4>Alternatively — trust us with everything</h4>
|
||
<ul class="dash-list">
|
||
<li>Capital planning and allocation</li>
|
||
<li>Position management</li>
|
||
<li>Reporting and payouts</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="note-box">
|
||
<p><span class="fw-400">If you work the market on your own — that's the best approach</span>, and we support it fully.</p>
|
||
<p>If not — we provide access to crypto returns without diving into every action.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- СТРИМЫ -->
|
||
<section id="streams" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Crypto Admin Streams</span>
|
||
<h2>admins.stream service</h2>
|
||
<p class="lead">Admins come together to host a conference for subscribers and exchange traffic. Sponsors welcome.</p>
|
||
|
||
<ol class="numbered-list" data-count="6">
|
||
<li><span class="num">01</span><p>We assemble a group of admins, set talk topics, stream date, announcement posts schedule and prizes.</p></li>
|
||
<li><span class="num">02</span><p>Admins publish announcement posts, people register in a TG bot. They need to subscribe to each admin.</p></li>
|
||
<li><span class="num">03</span><p>All viewers are tracked — who came from where and all that. Anyone who floods with bots — gets banned. But we're prepared: captchas in the bot, captchas on stream.</p></li>
|
||
<li><span class="num">04</span><p>We run the conference — admins together on a call, and viewers watch the stream and chat in the broadcast interface.</p></li>
|
||
<li><span class="num">05</span><p>Among those who attended the conference (everyone gets a unique link), selected prizes are raffled off.</p></li>
|
||
<li><span class="num">06</span><p>Admins are happy with engaged live traffic, subscribers are happy with top-notch content and rewards.</p></li>
|
||
</ol>
|
||
|
||
<div class="note-box">
|
||
<p><span class="fw-400">Interested?</span> Reach out, let's talk.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- КОНТАКТ -->
|
||
<section id="contact" class="section reveal contact-section">
|
||
<div class="container center">
|
||
<span class="eyebrow">Contact</span>
|
||
<p><span class="fw-400">For all questions — DMs only.</span> Sales aren't automated, and we never planned them to be.</p>
|
||
<p>Write to us — we'll figure out your situation and find a solution. <span class="fw-400">Like bros.</span></p>
|
||
|
||
<a class="btn-outline" href="https://t.me/artemium" target="_blank" rel="noopener">
|
||
<span>Telegram @artemium</span> →
|
||
</a>
|
||
|
||
<button class="link-underline" id="openContactForm"><span class="fw-400">Want to stay anonymous?</span> Here's a contact form</button>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- ССЫЛКИ / FOOTER -->
|
||
<footer class="site-footer">
|
||
<div class="container two-col">
|
||
<div>
|
||
<h5>Our channels</h5>
|
||
<ul class="dash-list">
|
||
<li>Telegram: <a href="https://t.me/+QIZFJDaZjrliMDI6" target="_blank" rel="noopener">@a428th</a> + <a href="https://t.me/+cJfqh9ZTHswwMThi" target="_blank" rel="noopener">work chat</a></li>
|
||
<li>YouTube: <a href="https://www.youtube.com/channel/UCdAD0ER3neqgjhCsgetY1bw" target="_blank" rel="noopener">428th // Crypto</a></li>
|
||
<li>X (Twitter): <a href="#" target="_blank" rel="noopener">428th // Crypto</a></li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h5>Referral links with the best terms</h5>
|
||
<ul class="dash-list">
|
||
<li><span><span class="fw-400">Favorite</span> crypto exchange</span> <a href="https://bingxdao.com/partner/artemium/" target="_blank" rel="noopener">BingX</a></li>
|
||
<li><span>Top TradFi on</span> <a href="https://partner.bybit.com/b/ARTEMIUM" target="_blank" rel="noopener">ByBit</a></li>
|
||
<li>
|
||
<a href="https://www.binance.com/register?ref=ARTEMIUM" target="_blank" rel="noopener">Binance</a>,
|
||
<a href="https://partner.bitget.com/bg/artemium" target="_blank" rel="noopener">BitGet</a>,
|
||
<a href="https://promote.mexc.com/b/artemium" target="_blank" rel="noopener">MEXC</a>,
|
||
<a href="#" target="_blank" rel="noopener">OKX</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="container footer-bottom">
|
||
<span class="footer-wolf">🐺</span>
|
||
<span class="footer-copy">© 2026 // 428th.com</span>
|
||
</div>
|
||
</footer>
|
||
|
||
</div>
|
||
|
||
</main>
|
||
|
||
<!-- Модалка формы связи -->
|
||
<div class="modal-overlay" id="contactModal">
|
||
<div class="modal-box">
|
||
<button class="modal-close" id="closeContactForm">×</button>
|
||
<h3>Contact form</h3>
|
||
|
||
<form id="contactForm" data-status-loading="..." data-status-success="Sent ✓">
|
||
<label>
|
||
<span>Name</span>
|
||
<input type="text" name="name" required="">
|
||
</label>
|
||
|
||
<label>
|
||
<span>How to reach you</span>
|
||
<input type="text" name="contact" placeholder="Telegram @username, Email, WhatsApp..." required="">
|
||
</label>
|
||
|
||
<label>
|
||
<span>Message</span>
|
||
<textarea name="message" rows="4" required=""></textarea>
|
||
</label>
|
||
|
||
<button type="submit" class="btn-solid">Send</button>
|
||
<p class="form-status" id="formStatus"></p>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
|
||
<link rel="stylesheet" href="/fonts/inter.css">
|
||
<script src="/common.js"></script>
|
||
<script src="/app.js"></script>
|
||
|
||
</body>
|
||
</html>
|