Terminal

Charts, order flow and holders, read straight off the chain.

We got tired of tools where the chart lags the chain and the txn counts never match the explorer. So Loxley runs its own indexer: when any pool on Robinhood Chain executes a swap, we decode it — price, size, side, wallet — build candles from it, and push it into the order flow and the live tape. There's no third-party charting feed in the middle to lag or disagree.

Data flow

Robinhood Chain

swap events from every V2 + V3 pool, read over RPC

Our indexer

decodes each swap: price, size, side, wallet, time

Database

instant

history keeps accumulating: candles, order flow, top traders

Your screen

everyone sees the same data at the same time

What's inside

  • Discover — every token on the chain. Sort by volume, trend, gainers, new launches. Filter by launchpad.
  • Trenches — the launch flow, live: new pairs, final stretch, migrated. T10 concentration comes from actual top-holder balances.
  • Token pages — candles built from on-chain swaps, order flow, top traders with P&L, holders, liquidity.
  • Live tape — every swap on the chain as it lands. Flip on whales-only when it gets noisy.
  • Automation — limit buys, take profit, stop loss. Runs server-side from your trading wallet, so it works while you sleep.
  • Sniper — watch a dev wallet or a ticker pattern, get pinged (or auto-buy) when they launch.

One-click trading

Sign in and you get a trading wallet. Deposit once, then every trade is one click — our server signs from your wallet, so there's no extension popup every time. Fresh launchpad tokens go straight through the Uniswap v3 router. Everything else goes through the KyberSwap aggregator, which finds the best price across all the DEXes on the chain. Prefer signing everything yourself? Connect your own wallet and trade that way instead.

Trade flow

You click buy or sell

or hit a $-preset Quick Buy from any list

Your trading wallet signs

server-side, no popup - or your own wallet if you connected one

Best route executes

fresh pad tokens: direct Uniswap v3 · everything else: KyberSwap

ETH in, ETH out

native ETH

sells unwrap to ETH inside the same transaction - WETH never sits in your wallet

Your own trades show up instantly

The second your trade confirms, we write it to the index from the receipt itself. Your fill is in the order flow within seconds — even on a token that launched a minute ago.