.crypto-note { margin-top: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 19px 22px; } .crypto-note .mini-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--green); font-weight: 800; } .crypto-note h3 { margin-bottom: 3px; } .crypto-note p { margin-bottom: 0; color: var(--muted); font-size: .9rem; } .crypto-stats { display: flex; gap: 18px; font-size: .82rem; color: var(--muted); } .crypto-stats b { color: var(--text); display: block; } .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .step { position: relative; padding: 27px; border-radius: var(--radius-md); }
.crypto-note { margin-top: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 19px 22px; } .crypto-note .mini-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--green); font-weight: 800; } .crypto-note h3 { margin-bottom: 3px; } .crypto-note p { margin-bottom: 0; color: var(--muted); font-size: .9rem; } .crypto-stats { display: flex; gap: 18px; font-size: .82rem; color: var(--muted); } .crypto-stats b { color: var(--text); display: block; } .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .step { position: relative; padding: 27px; border-radius: var(--radius-md); }
.crypto-note { margin-top: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 19px 22px; } .crypto-note .mini-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--green); font-weight: 800; } .crypto-note h3 { margin-bottom: 3px; } .crypto-note p { margin-bottom: 0; color: var(--muted); font-size: .9rem; } .crypto-stats { display: flex; gap: 18px; font-size: .82rem; color: var(--muted); } .crypto-stats b { color: var(--text); display: block; } .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .step { position: relative; padding: 27px; border-radius: var(--radius-md); }
.crypto-note { margin-top: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 19px 22px; } .crypto-note .mini-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--green); font-weight: 800; } .crypto-note h3 { margin-bottom: 3px; } .crypto-note p { margin-bottom: 0; color: var(--muted); font-size: .9rem; } .crypto-stats { display: flex; gap: 18px; font-size: .82rem; color: var(--muted); } .crypto-stats b { color: var(--text); display: block; } .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .step { position: relative; padding: 27px; border-radius: var(--radius-md); }
td.price-cell { color: var(--green); font-weight: 800; font-size: 1.05rem; } .purchase-button { min-height: 38px; padding: 0 15px; border: 1px solid var(--green); border-radius: var(--radius-sm); background: transparent; color: var(--green); font-weight: 800; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background-color .18s ease, color .18s ease; } .purchase-button:hover { background: var(--green); color: #06130a; } .purchase-modal { width: min(520px, calc(100% - 28px)); max-height: min(720px, calc(100dvh - 28px)); margin: auto; padding: 0; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: auto; } .purchase-modal::backdrop { background: rgba(0, 0, 0, .72); } .purchase-modal-inner { padding: 30px; } .modal-top { display: flex; justify-content: space-between; gap: 20px; align-items: start; } .modal-top h2 { margin: 0; font-size: clamp(1.7rem, 5vw, 2.3rem); } .modal-close { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface-2); color: var(--muted); font-size: 1.35rem; cursor: pointer; } .modal-close:hover { border-color: var(--green); color: var(--text); } .selection-summary { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; margin: 24px 0; padding: 18px 0; border-block: 1px solid var(--line-soft); } .selection-summary dt { color: var(--muted); } .selection-summary dd { margin: 0; text-align: right; font-weight: 800; } .platform-title { margin-bottom: 6px; font-size: 1rem; } .platform-copy { margin-bottom: 16px; color: var(--muted); font-size: .9rem; } .platform-links { display: grid; gap: 10px; } .platform-link { min-height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--text); text-decoration: none; font-weight: 800; } .platform-link::after { content: "→"; color: var(--green); } .platform-link:hover { border-color: var(--green); background: var(--surface-2); } .platform-note { margin: 18px 0 0; color: var(--faint); font-size: .78rem; line-height: 1.55; } .table-note { margin: 0; padding: 15px 22px; border-top: 1px solid var(--line-soft); color: var(--faint); font-size: .82rem; }

Trade with a defined path

One step away from your funded account.

A 10% target, transparent risk limits, and no time pressure. Choose One Step—or compare every path built for the way you trade.

No time limit One Step from $79 Up to $200K
Built for disciplined tradersClear rules. Defined risk.

Choose your program

One destination. Six ways in.

All prices below are one-time fees. Select a program to compare account sizes and its exact trading parameters.

Most direct assessment

One Step

Hit one objective while staying inside clearly defined daily and overall loss limits.

Profit target10%
Max drawdown6%
Daily loss5%
Time limitNone
Funded split75% observed
Account sizeOne-time fee
$5K$79
$10K$129
$25K$269
$50K$459
$100K$890
$200K$2,100

The 75% funded-account split is the value observed in active funded dashboards and should be confirmed in the final terms before launch.

How it works

A path you can plan around.

No moving goalposts: choose your structure, trade the published limits, and advance only when the objective is met.

01

Choose your route

Pick an assessment, instant funding, or the dedicated futures pathway based on your market and risk profile.

02

Trade the rules

Protect the daily and maximum loss limits. Respect the news, weekend, and account-behavior restrictions.

03

Reach the next stage

Meet the target—or begin directly with Instant Funding—then follow the funded-account payout terms.

Know before you trade

The rules that actually control your account.

These details determine whether a trade is compliant. They should be visible before checkout—not buried after it.

01

One Step trailing drawdown follows closed balance

It does not follow equity. On a $100,000 account, the floor starts at $94,000 and stays $6,000 below the highest closed balance: at $102,000 closed, the floor is $96,000. When closed balance reaches $106,000 (+6%), the floor locks permanently at $100,000—it does not wait for the 10% profit target.

02

Daily loss resets at 5:00pm ET

The limit is calculated from the previous day's balance. Floating profit does not increase that day's limit.

03

Be flat Friday by 3:45pm ET

All positions must be closed before the cutoff. Carrying a position beyond it is treated as a soft breach.

04

Three-minute news buffer

Opening positions is prohibited during the three minutes before and after important economic news.

05

No cross-owner copy trading or hedging

Copying trades between accounts owned by different people and cross-account hedging are prohibited.

06

Inactivity and refunds

Standard accounts breach after 30 inactive days. Purchases are non-refundable.

Proof, not promises

Trust content awaiting verification.

This mockup reserves the right space without publishing unverified claims.

Placeholder

Verified payout reporting

Add total payouts, payment speed, and payout-method details only after the source data and reporting period are confirmed.

Placeholder

Real trader stories

Publish testimonials only with trader permission, attributable names, and verified account or payout context.

FAQ

Straight answers before checkout.

No. Both assessment paths have no overall time limit. Standard-account inactivity still becomes a hard breach after 30 days.

No. Daily loss is based on the previous day's closed balance and resets at 5:00pm ET. Open-position profit does not increase the limit.

No. All positions must be closed by Friday at 3:45pm ET. Missing that cutoff is a soft breach.

No single day may account for more than 25% of total profit. Exceeding that ratio does not close the account; it blocks progression or payout until the ratio is back within the limit.

No. Program fees are non-refundable.

Choose the structure that fits.

Compare every account size and rule before you commit.

Compare programs
Program
Account size
One-time fee

Available platforms

Each option opens the matching plan in the MaxFutures Firm dashboard.

You will leave this mockup to review the selected plan. No payment is processed here.

['MTR', 111], ['CTRADER', 112]], '$25K': [['GOOEYPRO', 113], ['DXTRADE', 114], ['MTR', 115], ['CTRADER', 116]], '$50K': [['GOOEYPRO', 117], ['DXTRADE', 118], ['MTR', 119], ['CTRADER', 120]], '$100K': [['GOOEYPRO', 121], ['DXTRADE', 122], ['MTR', 123], ['CTRADER', 124]], '$200K': [['GOOEYPRO', 125], ['DXTRADE', 126], ['MTR', 127], ['CTRADER', 128]] }, 'two-step': { '$5K': [['DXTRADE', 177], ['MTR', 178], ['CTRADER', 179], ['GOOEYPRO', 180]], '$10K': [['DXTRADE', 181], ['MTR', 182], ['CTRADER', 183], ['GOOEYPRO', 184]], '$25K': [['DXTRADE', 185], ['MTR', 186], ['CTRADER', 187], ['GOOEYPRO', 188]], '$50K': [['DXTRADE', 189], ['MTR', 190], ['CTRADER', 191], ['GOOEYPRO', 192]], '$100K': [['DXTRADE', 193], ['MTR', 194], ['CTRADER', 195], ['GOOEYPRO', 196]], '$200K': [['DXTRADE', 197], ['MTR', 198], ['CTRADER', 199], ['GOOEYPRO', 200]] }, 'instant': { '$5K': [['DXTRADE', 201], ['MTR', 202], ['CTRADER', 203], ['GOOEYPRO', 204]], '$10K': [['DXTRADE', 205], ['MTR', 206], ['CTRADER', 207], ['GOOEYPRO', 208]], '$25K': [['DXTRADE', 209], ['MTR', 210], ['CTRADER', 211], ['GOOEYPRO', 212]], '$50K': [['DXTRADE', 213], ['MTR', 214], ['CTRADER', 215], ['GOOEYPRO', 216]], '$100K': [['DXTRADE', 217], ['MTR', 218], ['CTRADER', 219], ['GOOEYPRO', 220]]
var price = cells[1].textContent.trim(); var panel = table.closest('.plan-panel'); var program = panel.querySelector('.plan-summary h3').textContent.trim(); var options = planLinks[panel.id][account]; cells[1].classList.add('price-cell'); var actionCell = document.createElement('td'); actionCell.className = 'action-cell'; var button = document.createElement('button'); button.className = 'purchase-button'; button.type = 'button'; button.textContent = 'Buy'; button.setAttribute('aria-label', 'Preview purchase options for ' + program + ' ' + account + ' account at ' + price); button.addEventListener('click', function () { openPurchasePreview(program, account, price, options); }); actionCell.appendChild(button); row.appendChild(actionCell); }); }); document.querySelector('.modal-close').addEventListener('click', function () { purchasePreview.close(); }); purchasePreview.addEventListener('click', function (event) { if (event.target === purchasePreview) purchasePreview.close(); }); Array.prototype.slice.call(document.querySelectorAll('.faq-question')).forEach(function (button) { button.addEventListener('click', function () { var answer = button.nextElementSibling; var expanded = button.getAttribute('aria-expanded') === 'true'; button.setAttribute('aria-expanded', String(!expanded)); answer.classList.toggle('open', !expanded); }); }); }());
position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); background: color-mix(in srgb, var(--bg) 84%, transparent); border-bottom: 1px solid var(--line-soft); } .nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; } .wordmark { font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; } .wordmark span { color: var(--green); } .nav-links { display: flex; align-items: center; gap: 28px; } .nav-links a { color: var(--muted); font-size: .92rem; font-weight: 600; text-decoration: none; } .nav-links a:hover, .nav-links a:focus-visible { color: var(--text); } .nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; background: var(--green); color: #06130a !important; border-radius: var(--radius-sm); font-weight: 800 !important; } .hero { padding: 80px 0 70px; overflow: hidden; } .hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 72px; align-items: center; } .hero h1 strong { color: var(--green); font-weight: 800; } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 38px; } .button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius-sm); text-decoration: none; font-weight: 800; transition: background-color .18s ease, border-color .18s ease, color .18s ease; } .button.primary { background: var(--green); border-color: var(--green); color: #05150a; } .button.primary:hover { background: var(--green-strong); border-color: var(--green-strong); } .button.secondary { background: var(--surface); color: var(--text); } .button.secondary:hover { border-color: var(--green); } .proof-strip { display: flex; flex-wrap: wrap; gap: 20px 28px; color: var(--muted); font-size: .9rem; } .proof-strip span { display: inline-flex; align-items: center; gap: 8px; } .proof-strip i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 14%, transparent); } .brand-stage { min-height: 430px; display: grid; place-items: center; position: relative; isolation: isolate; } .brand-stage::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid var(--line); border-radius: 50%;