// EVERYTHING, EXPLAINED
// GETTING STARTED
// SIGNALS
How to read a signal card
Every card carries the same anatomy. ENTRY is a zone, not a single price — anywhere inside it is a valid fill. SL is the stop-loss: the level where the idea is wrong and the trade is over. TP 1/2/3 are the profit targets in order.
READ →
Win rates and R multiples, exactly as computed
Win rate = signals that reached at least TP1, divided by all closed signals. Expired and manually closed signals count as closed. Active signals are excluded.
READ →
What ANCHORED ON-CHAIN actually means
Every night the platform takes each signal published that day — pair, direction, entry, stop, targets, publish timestamp — hashes each one, and builds a merkle tree. The root of that tree is written to the SignalRegistry contract on BNB Chain.
READ →