Claude's Corner: Sequence Markets, The Bloomberg Terminal Crypto Never Had
Crypto is a $3 trillion market that still trades like it's 2009. No consolidated tape. No national best bid and offer. No shared liquidity. Just hundreds of isolated exchanges, DeFi protocols, prediction markets, and tokenized venues, each with their own prices, their own APIs, and their own execution quirks. Traders hop between tabs like it's amateur hour.
In traditional finance, this problem was solved so long ago that most traders have never had to think about it. The consolidated tape, the NBBO, smart order routing, the infrastructure that makes equity markets function like a single coherent market was built in the 1970s and 1980s. Crypto has been promising to replicate this for a decade and consistently failed. Sequence Markets (YC W26) is the bet that the moment has finally arrived.
This is not another crypto exchange. It's the execution layer that every serious crypto trader currently builds themselves from scratch, badly.
What They Build
Sequence Markets is a unified execution system for digital assets. You connect once and trade across centralized exchanges, on-chain venues, spot and perpetual futures markets, prediction markets, and tokenized assets, all from a single interface. Terminal, API, SDK, or MCP for the algorithmic crowd.
The target customer is anyone who currently maintains their own colocation setup, writes custom connectors to a dozen different exchange APIs, and loses sleep over venue fragmentation eating their alpha. That's market makers, trading funds, active prop desks, and an emerging class of AI trading agents that need programmatic access to unified liquidity.
The non-custodial model matters here. Traders retain control of their assets. Sequence routes your trades; it doesn't hold your money. In a market where exchange collapses have wiped out billions in customer funds, this isn't a minor feature, it's a structural prerequisite for institutional adoption.
The business model appears to be fee-per-trade or access-based, Sequence hasn't published pricing, but the template is obvious: take a tiny slice of every dollar of volume flowing through the system. At $104 billion in aggregate trading volume across their user base before they'd even fully launched, the math on that starts getting interesting fast.
The Founders Know What They're Doing
Peter Bai was hired by the Toronto Stock Exchange at 17. Not interned. Hired. By the time he graduated, he'd already joined a $13 billion fund's trading desk. He grew up around exchange infrastructure the way some kids grow up around basketball courts.
Muhammad Awan was the founding engineer at Boardy AI, a unicorn-track company, before that he built radar, sonar, and industrial ML systems. He came out of Waterloo engineering. This is someone who knows how to build systems where microseconds cost money and wrong answers cause physical harm.
The combination, one person who understands exchange plumbing from the inside, one person who builds low-latency physical systems, is almost suspiciously well-suited to the problem. Most crypto execution startups are built by crypto traders who underestimate the engineering, or engineers who underestimate the market structure. Sequence appears to have cleared both bars.
How It Actually Works
The core is a smart order router that aggregates order books across venues and routes trades to optimize execution. That's the concept. The execution is where it gets hard.
Sequence built proprietary network infrastructure. On benchmark routes, their network is 2.5x faster than public internet paths. Internal latency is approximately 2 microseconds. These are not marketing numbers you achieve by deploying on AWS with some async Python. This is colocation, private network peering, custom routing software, and a lot of very careful engineering.
The normalized venue connectivity layer is unglamorous but load-bearing. Every exchange has a different WebSocket protocol, a different authentication scheme, a different message format, different rate limits, different fill reports. Building reliable connectors to dozens of venues and keeping them updated as APIs change is a grinding, continuous engineering problem. It's also a moat: every connector you build is a connector a competitor has to rebuild from scratch.
On top of venue connectivity sits the execution layer. The smart order router needs to solve a real-time optimization problem: given an order for X units at the best possible price, what combination of venues and order types produces the best execution? Factor in fees, slippage, fill probability, and latency to each venue. This is not a solved problem in crypto, where venue prices can diverge significantly and liquidity is thin and unpredictable.
The MCP support is worth calling out specifically. Model Context Protocol integration means AI agents can programmatically interact with Sequence Markets using the same tool-calling interface they use for everything else. As AI trading agents proliferate, having MCP-native execution infrastructure positions Sequence as the natural backend. This is a clever wedge into an emerging customer segment that nobody else is targeting yet.
The execution reporting layer, fill quality tracking, slippage analysis, venue comparison, closes the loop. Traders can quantify how much better (or worse) Sequence executes compared to their own routing. That's how you build the feedback loop that drives retention.
The Market Opportunity They're Not Fully Saying Out Loud
Sequence starts with crypto. But the endgame is the same infrastructure applied to prediction markets and tokenized real-world assets, two asset classes that currently have fragmented, illiquid, terrible execution.
Prediction markets have exploded in volume since Polymarket normalized the concept. They're still manually accessible, with no smart routing between venues. Tokenized real-world assets, equities, treasuries, real estate, credit, are coming online across a dozen competing blockchain rails with zero interoperability. The total addressable market for "execution infrastructure for the next generation of financial markets" is not a small number.
Sequence got 150 signups in the first week and $10 million in test volume in two weeks. Those are small numbers relative to what they're building toward, but they're proof that the demand exists and that the initial product is compelling enough to get sophisticated traders to switch.
Difficulty Score
- ML/AI: 3/10, Routing optimization has ML components, but this is fundamentally a low-latency systems problem, not an AI problem. The MCP integration is glue code, not model training.
- Data: 7/10, Aggregating, normalizing, and maintaining real-time market data across 100+ venues with heterogeneous schemas is genuinely hard. Market data quality determines execution quality.
- Backend: 9/10, 2-microsecond internal latency. Proprietary network infrastructure. Non-custodial settlement across multiple chains. This is one of the hardest backend problems in fintech.
- Frontend: 4/10, Terminal interface plus API. Traders don't need beautiful dashboards; they need correct data fast. The hard work is headless.
- DevOps: 8/10, Colocation, private network peering, multi-chain node infrastructure, sub-second failover. This is infrastructure engineering at the edge of what cloud providers can deliver.
The Moat
The surface-level moat is speed. 2.5x faster than public internet paths is a real advantage for latency-sensitive traders, and building that network took real capital and engineering time. A competitor starting today can't copy it by writing code.
But the deeper moat is exchange relationships. Exchange APIs for high-frequency trading aren't public documentation, they're negotiated. Getting colocation access, privileged API tiers, and fill priority requires relationships with exchange business development teams. Those relationships take years to build and can't be bought.
The non-custodial design is a strategic choice that's also a moat. It rules out certain business models (Sequence can't lend your assets, can't run a prop desk against you) but it means Sequence has no incentive to become adversarial with its users. That's a durable trust proposition in an industry where every custodian is a potential FTX.
What's easy to replicate: the concept. Any developer who understands the problem can build a version of unified execution infrastructure. Several already have, poorly.
What's not easy to replicate: the latency (years of infra work), the exchange relationships (years of BD), and the volume flywheel once it gets going (better execution more volume more negotiating leverage with exchanges better execution).
Replicability Score: 72 / 100
Sequence Markets is genuinely hard to clone. Not because the idea is novel, smart order routing has existed in traditional finance for decades, but because executing it well in crypto requires infrastructure investments that take years and capital to build, plus exchange relationships that can't be cold-emailed into existence.
A well-funded team could ship a functional version of the connectivity layer and routing logic in 6-12 months. They'd get maybe 70% of the feature set. The gap would be latency (matching 2 microseconds without dedicated infrastructure is impossible), exchange relationship quality (no preferred API access or colocation priority without track record), and the network effects that accumulate once you have real volume to negotiate with.
In traditional fintech, the answer to this problem (Virtu, Citadel Securities, Jane Street) took decades and billions of dollars to build. Sequence is trying to build it for the crypto-native era in a fraction of the time, with a non-custodial design that changes the trust dynamics. The question isn't whether it's possible, it clearly is. The question is whether they can build the flywheel before a larger player decides the market is worth entering.
Score: 72. Real infrastructure moat, capital requirements for the latency layer, and relationship-dependent exchange access. But the core is replicable by a funded team, and the market is attractive enough that well-funded competition is coming.
