The market
never sleeps.
You do.

A non-custodial algorithmic trading platform on Lighter DEX. Your funds never leave your wallet.

LIVE LAT 12ms BLOCK 8 247 392 --:--:-- UTC
BTC-PERP LIVE
67,421.30
+1.84%
EXECUTION LOG --
    [ 01 ]·Verified performance · out-of-sample
    +203%
    Net return over a rolling 12-month window, out-of-sample. SIGMA AWF strategy, 5 diversified pairs, 4× leverage.
    Sharpe3.71
    Max drawdown-10.1%
    Buy & Hold ETH (ref.)+18.2%
    Period2025-05 → 2026-05
    See how the strategy is validated

    Backtest run on Lighter DEX on-chain data, rolling windows (training 90d / test 30d), fees included. Past performance is no guarantee of future results. Trading crypto derivatives carries a risk of capital loss.

    [ 02 ]·Business model

    One percentage. Per trade. Nothing else.

    An on-chain fee on every order, between 0.01% and 0.10% depending on the strategy. Verifiable, auditable, revocable. No subscription, no credit card.

    Range 0.01% → 0.10% per trade depending on strategy
    Subscription 0 no recurring fees
    Example · 1,000 USDC · SIGMA AWF ≈ 6 €/mo 1,000 × 0.01% × 2 × 30 trades (round-trip)
    On-chain fees · verifiable on Arbiscan Included in the backtests · performance net of fees Revocable from your wallet, at any time
    [ 03 ]·Security architecture

    The bot can trade.
    It can steal nothing.

    Every permission is explicitly scoped by the Lighter protocol. Botlyz never holds any funds: structurally, there is nothing to steal. That is the direct consequence of a non-custodial architecture.

    Permission matrix

    API · Lighter
    Place a buy or sell order Authorized
    Modify an existing order Authorized
    Cancel an order Authorized
    View balance and positions Read-only
    Withdraw funds to another address Forbidden
    Change account settings Forbidden
    Access funds outside of a trade Forbidden
    ·Flow of funds
    BotlyzThe algorithmSignals + orders
    Scoped API · trading only
    ✗ Botlyz can't withdraw your funds
    YouYour walletYou keep your keys
    Direct deposit
    P&L settled on-chain
    Lighter DEXOrder bookOn-chain execution
    BOTLYZ NEVER TOUCHES THE FUNDS ↺ revocable at any time
    [ 04 ]·Get started in 15 minutes

    Three steps,
    fifteen minutes.

    No software to install. No account to create. Everything runs through your wallet and a Telegram bot you already know.

    STEP 01

    Connect your wallet to Lighter.

    Head to Lighter DEX. Connect MetaMask, Rabby or Coinbase Wallet. Deposit your capital. No KYC, open worldwide.

    ~ 3 min→ app.lighter.xyz
    STEP 02

    Start the bot on Telegram.

    Launch @BotlyzBot. A guided flow asks you to paste your Lighter API key, with strictly limited permissions (placing orders, nothing else).

    ~ 5 min→ t.me/BotlyzBot
    STEP 03

    Choose a strategy.

    Pick the algorithm, leverage and allocation. Sign the on-chain fee authorization (revocable at any time). The bot takes over. 24/7.

    ~ 7 min→ Live trading

    Watch it
    trade, live.

    Every order, every take-profit, every trailing stop is notified in Telegram in real time. No black box: you know exactly what the algorithm is doing, at every moment.

    botlyz · live_session · SIGMA AWF
    Connected · Lighter L2
    ETH-PERP
    3 412.67 USDC · +1.84%
    STRATEGYSIGMA AWF
    LEVERAGE
    ALLOC40%
    3460 3420 3380 3340
    STREAMING · LATENCY 38ms · LAST UPDATE 0.6s SESSION · 14h 22m
    @BotlyzBot · feed↓ live

    [ 06 ]  For the curious · How the strategy is validated The number from the start, in detail.

    The +203% shown above is not a cherry-pick. It is the result of five layers of validation that quant funds rely on. This section breaks them down, visually, with no jargon.

    scroll to explore
    01 / 05Concept · Finding the right balance

    The perfect trade-off.

    NSGA-II·Non-dominated Sorting Genetic Algorithm

    You want to win big, but without losing big. Except those two desires pull against each other. Here is how the algorithm finds the strategy that maximizes one without sacrificing the other, among thousands of candidates.

    STEP 01 / 05

    Two opposing desires.

    When you trade, you want two things at once: to win big and to lose little. The problem is that the two work against each other: every time you reach for more gain, risk climbs.

    The chart on the right illustrates this. The vertical axis is gain. The horizontal axis is the worst possible drop (what we call risk).

    STEP 02 / 05

    A thousand possible strategies.

    Each little dot that appears is a tested trading strategy: a different setting, a different behavior. Botlyz regularly tests more than a thousand.

    You can see they form a cloud: each one has its own gain and its own risk.

    STEP 03 / 05

    The "top-left"
    is ideal.

    In the top-left corner: what we dream of. Lots of gain, little risk. That is where we want to be.

    In the bottom-right corner: disaster. Little gain, lots of risk. And no one can win without taking on some risk.

    So we are not looking for THE best strategy. We are looking for the best trade-off between gain and risk.
    STEP 04 / 05

    The frontier of the best.

    NSGA-II draws a curved line: the best possible performance for each accepted level of risk. This line is called "the Pareto front".

    The green dots sit on it: these are the unbeatable strategies. The others, further back, are beaten by at least one green strategy. So we discard them.

    STEP 05 / 05

    The final choice.

    What remains is choosing which green dot on this frontier. Botlyz uses a third criterion: stability over time. Not the highest gain (often unstable), not the lowest risk (often lazy). The point that holds up over the long run.

    That is the strategy we deploy in production. All the others, we set aside.
    Visualization · Pareto front · 2D
    CONFIG · 0 / 1,000
    RISK (drawdown) → ↑ GAIN (return) low gain too risky ideal
    Setting up the axes…
    02 / 05Concept · Searching without trying everything

    The guided search.

    TPE·Tree-structured Parzen Estimator

    A trading strategy means dozens of settings to tune at the same time. Testing every combination one by one would take several lifetimes. TPE is a statistical method that guesses where to look, like a detective following clues.

    STEP 01 / 05

    The problem:
    too many settings.

    A trading strategy has plenty of parameters to set: when to buy, when to sell, how much to risk, on which pair… Combine them all and the number of possibilities explodes.

    With just 30 parameters to set, you get more combinations than there are stars in the known universe. Testing them one by one would take longer than the age of the Earth.
    STEP 02 / 05

    First attempt:
    at random.

    We start by trying about thirty random settings. On the chart, each dot = one tested setting. The higher the dot, the better the setting works.

    The result looks like a cloud: some settings are good, others bad. But at this stage, we still don't know why.

    STEP 03 / 05

    The TPE trick.

    TPE (Tree-structured Parzen Estimator) is a statistical algorithm that looks at the attempts already made and guesses the shape of the terrain.

    The green curve is that guess. The peaks = the zones where it works well. The troughs = the zones to avoid. It is exactly like a treasure map drawn from clues.

    STEP 04 / 05

    Now we dig in the right spot.

    TPE focuses its new attempts around the peaks on its map. With each new attempt, it refines its guess. The more it makes, the sharper the map gets.

    Instead of searching an entire house, it digs where it heard a noise. Logical, and fiercely efficient.

    STEP 05 / 05

    ×12 faster.

    Concrete result: with 3,200 well-placed attempts, TPE finds the same optima as a brute-force search that would require more than 40,000.

    The time saved, we reinvest into more tests on other pairs. Same scientific rigor, applied 12 times more broadly.
    Sampling · trial 0 / 3,200
    ESTIMATED DENSITY
    SPACE OF POSSIBLE SETTINGS → ↑ PERFORMANCE PEAK #1 PEAK #2 · best PEAK #3
    The challenge: a vast space…
    03 / 05Concept · Testing for real

    The proof, five times over.

    Walk-Forward·validation on rolling windows

    A strategy that works perfectly on the past can collapse the very next month. It is exactly like a student who memorizes the answers: 20/20 on the exam they know, 0/20 on the next one. Here is how we avoid that trap.

    STEP 01 / 05

    The "rote memory" trap.

    A student who learns the answers by heart will score 20/20 on the exam they know, and 0/20 on the next. They understood nothing, they just memorized.

    For a trading algorithm, the trap is exactly the same: it can "learn" the past so well that it becomes unable to trade the future. The technical term: "overfitting".

    STEP 02 / 05

    The countermeasure:
    hide a portion.

    Here is our market history: 360 days of real prices. The solution is simple: instead of showing the algorithm everything, we hide a portion from it.

    It trains only on the light window on the left (60 days). The rest, it never sees.

    STEP 03 / 05

    Then we give it the exam.

    Once trained, we show it the green window right after (15 days), the one it has never seen. And we check whether its trades are good or bad.

    If the results stay good on unseen data, it means it did not memorize: it genuinely understood the logic.

    STEP 04 / 05

    We repeat 5 times.

    A single passed exam can be luck. So we shift the windows through time and start over. 5 different exams, over 5 different periods.

    The algorithm has to pass every exam, not just the average. Otherwise, we reject it.

    STEP 05 / 05

    Validated.
    Or rejected.

    There is the filter. Out of 100 strategies that look good in training, only about 13 pass all 5 exams. The other 87, we discard.

    Those 87 rejected strategies would have looked brilliant on paper. And would have lost money in production. That is what walk-forward is: an impassable wall against false good ideas.
    Validation · fold 0 / 5
    ROLLING WINDOWS
    HISTORY · 360 DAYS TRAINING (90d) OOS TEST (30d) raw data VERDICT · 5 / 5 PASSED strategy validated for production deployment j 0 j 360
    The full market history…
    04 / 05Concept · Simulating the past honestly

    Brutal realism.

    Backtest·custom-built simulation engine

    A "backtest" means replaying the past with a strategy to see what it would have earned. The trap: if you simulate it badly, you get flattering numbers that will never happen again in reality. Here are the 3 traps most people ignore.

    STEP 01 / 05

    Three traps people forget.

    An "idealistic" backtest assumes you can buy at exactly the displayed price, in unlimited quantity, and without paying any fees. All three assumptions are false in real life.

    Ignore them, and the displayed return is flattered. And disappointment is inevitable.

    STEP 02 / 05

    Trap #1: slippage.

    You see the price at 3,412 €, you decide to buy. By the time the order reaches the market (a few milliseconds), the price has moved to 3,414 €.

    That is slippage: the difference between the price you saw and the price you got. Often unfavorable.

    On average, this slippage costs 0.04% per trade. Across SIGMA AWF's ~370 annual trades, that adds up to about 1.5% of capital quietly eaten away by the gap between theory and reality.
    STEP 03 / 05

    Trap #2: liquidity.

    On the market there is always someone on the other side. But on some less popular pairs, the order book is thin. If you buy big, you drain the book and the price climbs as you go.

    The consequence: on a medium-sized order, the average purchase price can be noticeably higher than the displayed price.

    Botlyz measures the real depth of the book on every Lighter pair, and sizes trades accordingly.
    STEP 04 / 05

    Trap #3: fees.

    Every conventional exchange charges 0.1% per trade (taker). Across the ~370 annual trades of a strategy like SIGMA AWF, that is 30% of capital eaten in fees before you even talk about PnL. Most "profitable on paper" strategies stop being profitable once those fees are counted properly.

    Botlyz runs on Lighter (0% maker/taker) and instead applies 0.01% to 0.10% per trade on-chain, depending on the strategy. Overall, the cost stays on par with a conventional exchange, but you also get the turnkey strategy, the routing, and real-time monitoring. Everything is included, without exception, in our simulations: the displayed performance is net of fees.

    STEP 05 / 05

    The result:
    the truth.

    When you see a return on a Botlyz strategy, it is what it would have actually earned, with slippage, liquidity and fees already deducted. Not a "magic" return that evaporates in production.

    3.2 million configurations tested over 12 months of 5-minute history. Each one with the 3 traps modeled. No shortcuts.
    Engine · realistic trade simulation
    CONDITIONS
    i
    Overview3 conditions to model
    3 traps
    1
    Slippagegap from decision price → execution price
    ≈ 0.04% / trade
    2
    Liquidityreal order-book depth
    per pair
    3
    Botlyz feescharged on-chain, included in P&L
    0.01 – 0.10%
    Final backtest3.2M+ configurations simulated
    12 months · 5min
    A backtest is a simulation…
    05 / 05Concept · The report card

    The final verdict.

    OOS·Out-of-Sample · metrics on unseen data

    Here is the strategy in production today. Its scores were computed on data it never saw during training. Exactly like a surprise exam. We will walk you through each score, one by one, with no jargon.

    ·  Figures shown: representative example of the SIGMA AWF · 5 pairs strategy, period 2025-05 → 2026-05. Past performance not guaranteed.
    SCORE 01 / 06 · SHARPE

    Sharpe 3.71.

    The Sharpe ratio is the universal score of a strategy: how much you earn for each unit of risk taken. The higher, the better.

    Benchmarks: above 1 = decent strategy. above 1.5 = good. above 2 = excellent.

    Our 3.71 places the strategy in the top 3% of public systematic strategies.
    SCORE 02 / 06 · SORTINO

    Sortino 5.60.

    Sortino is Sharpe in its improved form. It looks only at losses, ignoring sharp upswings. Makes sense: when you're winning, who cares about volatility.

    Our 5.60 means this: for 1 € of potential losses, the strategy captures 5.60 € of gains. The ratio is heavily positive.

    SCORE 03 / 06 · MAX DRAWDOWN

    Drawdown −10.1%.

    The "max drawdown" is the worst observed drop in capital. From the highest peak down to the lowest trough before recovering.

    Over 1 year of OOS backtest, the worst moment was −10.1% (spread over 24 days). An active strategy stays acceptable below −20%.

    This matters psychologically: before you sign, ask yourself whether you could weather that drop calmly, without panicking and cutting everything.
    SCORE 04 / 06 · CALMAR

    Calmar 22.0.

    Calmar combines two things: the annual return divided by the worst drawdown. It is a measure of "peace of mind": how much you earn per unit of potential pain.

    A Calmar of 22.0 is exceptional. Above 3, it is already considered that the return amply justifies the drawdown risk, and here we are well beyond that.

    SCORE 05 / 06 · WIN RATE & PROFIT FACTOR

    Win Rate 60.7%.

    Across 367 trades, nearly 6 out of 10 ended in profit. That is well above the average for active trading (often 45 to 55%).

    And the Profit Factor of 1.93 completes the picture: for every 1 € lost, the strategy earns 1.93 €. Gains comfortably outweigh losses.

    Many "profitable" strategies have a win rate under 40% (few winning trades, but huge ones). Ours is consistent, not lucky.
    SUMMARY

    Validated for production.

    All these scores were computed on the last 12 months of data, which the strategy never saw during training. Had it underperformed over that period, we would have rejected it.

    Out of 100 candidates that reach this stage, 87 are eliminated. Only the strategies that pass every score, without exception, are deployed in production.
    Validated · strategy in production
    OUT-OF-SAMPLE · 1 year
    SHARPE0.00gain per unit of risk · > 1.5 = good
    SORTINO0.00like Sharpe, but ignores upswings
    MAX DRAWDOWN0.0%worst drop over 1 year · 24d
    CALMAR0.00annual return / max drawdown
    WIN RATE0.0%% winning trades · 367 trades
    PROFIT FACTOR0.00gross gains / gross losses
    ✓ Validated · deployed in production
    The final report card…
    ·The bot is ready. Are you?

    Let
    the algorithm
    strike in your place.

    Five minutes to get started, zero software to install, your funds never leave your wallet. The only question left: how much to allocate to it.

    Non-custodial · Lighter DEX · No KYC