BLOCK INTELLIGENCE FOR SOLANA AGENTS
Your agent fires transactions blindly. TICK reads the leader schedule, scores every validator, and tells your agent exactly when to send.
AGENTS ARE BLIND.
Every Solana agent submits transactions and hopes. They don't know who's producing the next block, whether it's a sandwich factory, or if their tx will even land.
OpenClaw changes that โ it's an open skill ecosystem that gives agents real senses. TICK is the timing sense.
score_current_leader()
Scores the live leader on MEV aggression, inclusion history, and client type. Returns a 0โ100 risk score so your agent knows whether to send now or wait.
wait_for_clean_window()
Blocks execution until the MEV score drops below 30 and inclusion rate clears 99%. Your transaction fires the instant conditions are right โ no polling, no guesswork.
get_best_leader()
Scans the upcoming leader schedule and returns the single best slot to target. Includes validator, client, risk score, and ETA in milliseconds.
Not all validators
are equal.
TICK scores each client type differently so your agent knows what it's sending into.
Firedancer
Best inclusion rate, lowest MEV. Ideal for most transactions.
Jito
High MEV capture. Use for bundles, avoid for naked swaps.
Agave
Baseline validator client. Predictable but slower block packing.
Rakurai
Aggressive scheduling. High throughput, high MEV risk.
DROP IN. DONE.
One command. Your agent gains timing intelligence across every tx it sends. Works with any OpenClaw agent out of the box.
clawpkg install tick-skillagent.use("tick")tick.wait_for_clean_window()