What we look for in the first 60 minutes of a token launch
An operational post-mortem from nine launches we worked across Q1. The minute-by-minute checklist we run, which signals predict a clean go-live, and which ones you can't fix once trading starts.
The hour after a token goes live decides the rest of its quarter. Not because of the price action — that washes out — but because of what is being measured by the people watching: exchange listing managers, retail-flow algorithms, the four whales who always size up the order book before they enter. Get the first sixty minutes wrong and you spend the next ninety days repairing it.
This is the checklist we run. Nine launches in Q1, four of them under a Tier-1 listing, two through a Binance Monitoring entry. Times below are wall-clock from the first public quote at T = 0.
If we cannot answer five specific questions before T −30 min, we ask the founder to delay. We have done this twice. Both times the founder thanked us afterwards.
// 01The minute-zero list
Before we post a quote, the desk reads the same five-line briefing out loud. Aloud, on Slack huddle, two seniors plus the engineer on call. If anyone says "I don't know", we hold.
- What is the floor we will defend? A specific number, in basis points off TWAP, agreed with the founder.
- What is the ceiling we will walk away from? A specific number above which we let retail print and we back off.
- What is happening on the comms side at
T+15min? An influencer tweet, an AMA, a CEO post — we want to know before the chart does. - What is the inventory? Whose is it? Quazar's, the client's, hybrid. If hybrid, the rebalance threshold.
- Which venue is primary? Where we set the price, where the others follow.
If those five answers exist, we go live. If even one is fuzzy, the launch waits.
// 02Minutes 0–5: the absorption window
The first five minutes are about absorbing, not about leading. Retail orders queue immediately, and most of them are mistakes — wrong-direction, wrong-size, wrong-venue. Our job is to absorb the worst-priced of these without letting them drag the chart.
What we monitor, in order of priority
| Signal | Threshold | Action |
|---|---|---|
| Mid-price drift vs target | ±40 bps | Re-center quotes |
| Top-of-book depth | < $25k | Add ladder, reduce step |
| Cancel-fill ratio | > 8:1 | Throttle, suspect bots |
| Inventory drift | > 15% | Rebalance to T1 venue |
| Cross-venue arb gap | > 60 bps | Pause secondary, restore |
The single most common mistake we see desks make in this window is quoting too aggressively on both sides at once. It looks tight on the chart and sells well on Twitter, but it lets a single 4-figure retail order rip through both ladders. Our pricer asymmetrically widens whichever side is being hit, and only restores symmetry once the inventory rebalances.
// 03Minutes 5–20: the discovery window
Around minute five, two things happen: the first whale shows up to size the book, and the second-tier exchanges start mirroring our quotes. Both are useful — and both are dangerous if you mis-read them.
# typical quote loop, minutes 5-20 while t < 1200: mid = pricer.fair_value() # from primary venue spread = max(8, vol * 1.4) # bps, vol-aware floor depth = ladder(mid, spread, levels=12) if whale_signal(book) > 0.7: # size detection spread *= 1.3 # step back, let them print if cross_venue_gap() > 60: # bps pause(secondary); reroute(primary) post(depth) sleep(0.05) # 50 ms
The whale-size detector is critical here. If a 7-figure ticket lands and we are still quoting tight, we get filled at our own ladder and we just bought a hangover. We step back, let the whale print, then return.
We tell every founder: in the discovery window, the chart will look wrong for ninety seconds. Trust the model. Don't call us. We will call you if it gets worse.— from our founder onboarding doc, page 4
// 04Minutes 20–60: the consolidation
By minute twenty, three things are usually true:
- Top-of-book is genuinely two-sided. Real bids, real offers, not all ours.
- Inventory is within ±10% of target. If not, this is the moment to rebalance — quietly, on the secondary venue.
- Spread has converged to roughly 1.4× the volatility floor we set in step zero. If it hasn't, something is wrong, and the wrongness is structural, not tactical.
This is also when we hand the live readout over to the founder dashboard. Until minute twenty, the founder sees a static "trading active" page — we found that giving them live numbers in the first window leads to phone calls we cannot afford to take. After twenty minutes, the live dashboard switches on, and the first weekly-report draft is already populating.
// 05Red flags we walk on
Three signals make us escalate to the founder, with a recommendation to pause trading. We have used this script twice in nine launches:
- Cancel-fill ratio above 12:1 for 3 consecutive minutes. Bots are shape-testing the book. Either they find the lever or we hide it.
- Cross-venue gap that doesn't close after one rebalance. Means a venue's matching engine is delayed or its feed is wrong. We move primary.
- Comms event we did not know about. If the founder posts a tweet we weren't briefed on, we widen for ninety seconds and call.
// 06What survives the first 24 hours
The first hour is a sample, not a verdict. The number we actually optimize for is the spread distribution from T+1h to T+24h — that is the distribution a Tier-1 listing manager will look at on Monday morning. If the median spread in that window is below twenty basis points and the 95th percentile is below forty, we have done our job.
Below is the spread distribution from our last clean launch — a mid-cap L1 token, three venues, one pricer.
| Window | Median | P95 | Volume |
|---|---|---|---|
| T+0 → T+1h | 22 bps | 68 bps | $1.84M |
| T+1h → T+6h | 16 bps | 42 bps | $3.20M |
| T+6h → T+24h | 14 bps | 31 bps | $5.40M |
| T+24h → T+7d | 13 bps | 28 bps | $28.1M |
That convergence — from a P95 of 68 bps in the first hour down to 28 bps by week one — is what we mean when we say "the chart settled." It is not flat. It is not exciting. It is auditable, and it is the chart your CFO can describe to the board without flinching.
The first sixty minutes are not for impressing anyone. They are for teaching the venue, the bots, and the whales that there is a real desk on the other side. Boring is the goal. Boring is paid.
If you have a launch coming up and you want a second pair of eyes on the minute-zero list — or a candid review of an inventory model you've been quoted — we do a 30-minute audit call, no deck, no slide pack. Book a call →
One memo a month. From the desk.
Microstructure observations, post-mortems, the occasional opinion. No promotions, no pitches.