sodium lamp · warming up
Smarta.BNB Smart Chain · smart money consensus

methodology

The path from a public leaderboard to a position. Every number here is read from the configuration the agent runs on right now, so this page cannot drift away from it. Source opens with publication; until then, calibration.

the path of one signal

  1. A sweep of the public Binance leaderboard, every 12 h, scores wallets and keeps the best 400.
  2. The top 150 of them are subscribed to in real time; the rest sit on the bench.
  3. Buys of subscribed wallets landing on one token within 60 min of the first one become a single event.
  4. The token is checked from open sources: liquidity, market cap, 24 h volume, audit, taxes, and Binance’s own smart-money signal.
  5. The cluster is scored on six dimensions, 0 to 100; the breakdown is stored, not only the number.
  6. Gates answer separately. They forbid rather than lower: a failed gate holds the setup at watch whatever the score.
  7. A setup that passes is entered on the paper account, and alerts go out while it is alive.
  8. Stop, take and time close it, and the result is published whichever way it went.

who gets watched

A formula picks the wallet, not a person: six dimensions, version wallet-v0. Profit does not dominate on purpose — one thousand-percent hit among thirty losing days cannot be repeated by a follower, and an address big enough to move the price by itself cannot be copied at all.

profitability
25.0%
consistency
25.0%
win rate
15.0%
selectivity
15.0%
recency
10.0%
reproducibility
10.0%

Win rate is shrunk toward the average by 20 imaginary neutral trades — otherwise four wins out of five reads as an 80% wallet. Scale 45%75%; selectivity peaks near 40 tokens.

Before any of that, hard filters throw an address out entirely:

history30+ trades, 14+ active daysless cannot tell skill from luck
not a botunder 20,000 tradesa human pressing confirm cannot follow it
not a shotgununder 800 tokensbuying everything is not selection
size, loweravg buy over $100dust-sized results are noise
size, upperavg buy under $50.0Kbigger moves the price it buys
alivetraded within 72 ha silent wallet says nothing about today

A bench, not a list: 400 scored, 150 subscribed — a stream socket holds about a hundred. Silent for 48 h means retirement, and it is a person who signs it off. 10 seats are held for wallets submitted by token holders, judged by the same filters.

what counts as consensus

Buys land in one cluster if they fall within 60 min of the first one. The window does not slide behind the last buy — on a popular token that would glue the whole day into one signal that never ends.

Counted are independent actors, not rows: five wallets moving in one transaction are one opinion, not five, and the same trade arriving twice is dropped by its hash.

how a setup is scored

The score ranks, it does not permit: version signal-v2, 0 to 100, six dimensions. The full breakdown of every setup is public on its own page — a number nobody can recompute is a claim, not a measurement.

wallet quality
27.0%
consensus strength
22.5%
timing
18.0%
buy size
13.5%
token quality
9.0%
second source
10.0%

Consensus reaches one at 6 actors, size at $100.0K in the cluster, timing falls as the price runs from the first buy. Token quality weighs least: its real work is done by the gates.

watch54shown on the site, never entered
trade setup67entered at 2.5% of capital
high conviction80entered at 5.0% of capital

These three are assigned, not measured. They live in configuration so that measurement can move them without a code change — so far calibration says there is not enough of it, and they have not moved.

what forbids a trade

Gates are kept apart from the score on purpose. A poisonous token must not get «a low score» and stand eighty-first in the feed — it must not stand there at all.

consensus2+ actorsone wallet is an opinion, not a consensus
no honeypothard stopa token you cannot sell cancels the setup outright, whatever else is true
auditLOW, MIDa list, not a threshold: on that scale a threshold rejects USDT
risk level≤ 1the numeric level arriving with the trade itself
taxes≤ 5%a tax is a deduction from the result, not a suspicion
entry not late≤ 15%if the price already ran, the consensus arrived late
market cap≥ $50.0Ka coarse floor, checkable from the trade itself
liquidity≥ 20× the positiondepth, not an absolute number: at $250 that means $5.0K
24h volume≥ $50.0Ka token nobody trades cannot be exited at the price shown
second sourceyounger than 120 minBinance’s own smart-money signal, if it has one; older than that is its past, not our entry

Every gate answers with three values: passed, failed, and nothing to check with. An unchecked gate neither discards a signal nor lets it rise above watch — somebody else’s service being down says nothing about the token.

size, stop, take, time

Size is a share of capital, not a separate number: 2.5% of $10.0K for a trade setup, 5.0% for high conviction. Exits are fixed before the entry and the same for every position — stop −8%, take +20%, time stop 24 h.

A setup expires after 15 min or 5% of price drift, whichever comes first. Price and audit are checked again at confirmation: a day-old audit can rank a setup, not enter one.

The public track is paper: real prices, slippage and taxes deducted, and every setup that never became a trade stays visible with the reason why.

what this never does

No custody — delegated access through the Binance Wallet app, no keys, no seed phrase, no right to withdraw. No automatic execution in anyone’s account: every personal trade waits for its owner. No cut of turnover and no share of profit.

The token gates work, not knowledge: wallet sets, submissions, a reserved seat. Every score breakdown stays open to everyone — the code is open, so a door in front of it would cost more than it guards.

how to check all of this

Setups are published machine-readable at /api/calibration/setups — gates, breakdown and outcome of each. The backtest tool reads that export instead of our database, so the check runs without our access:

npm run backtest -- --from https://<host>/api/calibration/setups?hours=48 --set GATE_MIN_MARKET_CAP_USD=25000

It replays past decisions with the current configuration first. If the replay disagrees with history, the hypothesis is not evaluated at all — a backtest that cannot reproduce the past has nothing to say about the future.

Calibration follows the same rule: «not enough data» is printed above the tables, not as a footnote under them.

what we do not know

Thresholds and gate numbers are first approximations, not yet earned by measurement, and the sample behind the returns is still small. The second source is somebody else’s detector; an audit is a snapshot, and a contract can change after it. False signals are unavoidable — these checks lower their share, not their existence. A Smarta Score is not a price forecast.