Most new pools on Pons should not be touched. A person cannot prove that two hundred times an hour. I did not wire a fly brain to a wallet. I built three small flies. One smells. One puts the veto. One sits and opens a trade - and only if the second fly stays quiet.
The interesting output is not a fill. It is REFUSED.
As I just said, one of the fruit flies keeps saying no. I called it VETO.
Pons is the right trench for this. It is the launchpad on Robinhood Chain: a pool can exist in one transaction, trade from the first blocks, and die before anyone writes a thread. Anti-snipe rules exist because bots are faster than a tab. That is not a moral complaint. It is the weather.
VETO is a very special object. The MaleCNS map can hang on the wall. It does not sign.
Two flies decide whether a trade exists. One fly places it.

Scout does not trade. It watches new Pons launches and returns a scent: age after the anti-snipe window, unique wallets, volume, holder concentration. Four numbers. Same inputs, same number.
Guard does not trade. It vetoes.
Snipe window still open - refuse.
Creator stack too fat - refuse.
Mint still live - refuse.
The hive’s own name on the card - refuse.
Hunter trades. Paper first. One size. One exit. It never argues with Guard.
From the outside it looks like three flies trading. From the inside most cycles have no trade. That is the product.
1def scent(age_s, unique, vol, top):2 a = clamp((age_s - SNIPE) / 600)3 u = clamp(unique / 40)4 v = clamp(vol / MIN_VOL)5 c = 1 - clamp(top / 0.20)6 return round(0.25*a + 0.25*u + 0.25*v + 0.25*c, 2)78def guard(s):9 if s.age_s < SNIPE: return "REFUSED", "snipe window"10 if s.creator_pct > 0.15: return "REFUSED", "creator"11 if s.mint: return "REFUSED", "mint"12 if s.ticker == HIVE_NAME:return "REFUSED", "own name"13 if s.scent < 0.60: return "REFUSED", "flat scent"14 return "PASS", None
The model, if there is one, writes the journal after the fact. It does not flip a mint into a buy. Reflex first, cortex later - and cortex is optional.

The journal is the hive
Every cycle writes one line. If you cannot open last night and see who smelled, who bit, who sat, you do not have VETO. You have a prompt.
1{2 "ts": "2026-09-16T21:14:02Z",3 "token": "0x…",4 "scent": 0.66,5 "scout": "SNIFF",6 "guard": "REFUSED",7 "why": "creator 19%",8 "hunter": "IDLE"9}

Paper on Pons. ETH as cash. One market. The first honest report is how many vetoes landed before a single sit.What VETO is notNot 165,000 neurons in the executor.
The connectome is beautiful. It stays on the wall.
What it is
A repo. A dashboard. A rule. Three named flies and a stamp. The hive sits on Pons. The hive does not sit on its own name.
Scout smells. Guard vetoes. Hunter sits. Most of the time there is no trade. I called that VETO.





