On July 17, the European Commission tabled its EU ETS reform package for the post-2030 period, and buried inside the benchmark language is a structural change that most exchange operators have not fully priced into their systems. From 2031, free allocation of industrial carbon allowances becomes conditional: 80% of each five-year tranche is released against a verified decarbonisation investment plan, and the remaining 20% only lands after a company demonstrates the emissions reductions it promised. Operators who relocate outside the EU have to hand allowances back. This is no longer a static commodity credited to an account once a year. It is a unit whose validity is contingent on a corporate compliance state that can change mid-cycle. For anyone running or building an EU ETS conditional allowance trading platform, that single design change reaches all the way down into the matching engine. A share of an allowance pool is no longer fungible with another share just because the price and vintage match. Its underlying eligibility now depends on whether the counterparty who received it has met an investment condition the exchange itself has no native way of tracking. This post lays out why an EU ETS conditional allowance trading platform has to separate transaction matching from regulatory validation, how a rules-engine microservice closes that gap, and why exchange founders and CTOs who ignore this now will be retrofitting under regulatory pressure in 2031. Why the Post-2030 Reform Changes What “Tradable” Means Under the current ETS design, free allocation is a relatively binary event. An installation qualifies, receives its allocation, and that allocation behaves like any other EUA the moment it lands in the registry account. Buyers on secondary markets have never needed to ask deeper questions about how a counterparty’s allowance arrived in their wallet, because the compliance work was front-loaded and finished before the unit ever reached a trading venue. The post-2030 framework breaks that assumption in two ways. First, allocation itself is staged and reversible in a way it has never been before: 80% up front against a plan, 20% held back pending verified performance. Second, the Commission has attached real teeth to non-compliance, including clawback exposure for operators that relocate or fail to execute their investment plans. That means a unit that was perfectly valid at issuance can become subject to a freeze, a clawback claim, or a compliance dispute later in its life, and none of that history is visible in a simple price-and-volume order book. An EU ETS conditional allowance trading platform that treats every allowance as an identical, interchangeable unit is structurally blind to this. It will happily clear a trade between a buyer who needs guaranteed compliance-grade inventory and a seller whose allocation is provisionally valid, pending a 2033 verification the exchange has no visibility into. That is not a hypothetical edge case. It is the default behavior of any matching engine built purely around price and volume, and it is exactly the kind of operational gap regulators, auditors, and institutional counterparties will start asking pointed questions about well before the 2031 rules take effect. The Architecture Problem: Why Price-and-Volume Engines Cannot Carry This Weight Most carbon exchange infrastructure inherited its core matching logic from equities and commodities markets, where a unit’s eligibility is settled long before it reaches the order book. That inheritance is a liability here. A conventional Central Limit Order Book asks two questions before it clears a trade: does the price cross, and is there enough volume. Neither question touches the thing that actually determines whether a post-2030 allowance is safe to transact: the real-world compliance status of the entity that originally received it. Bolting a compliance check onto the front end, as a filter a trader can bypass through a direct API call or an internal override, does not solve the problem. It just moves the failure point somewhere less visible. If the validation logic lives in the UI layer instead of the settlement layer, any institutional desk connecting through FIX or a raw API integration skips it entirely. This is the same category of mistake we flagged in our earlier work on carbon smart order routing: compliance-relevant state has to be enforced where the trade actually settles, not wherever happens to be convenient to build first. The correct framing for an EU ETS conditional allowance trading platform is this: the matching engine’s job is price discovery and execution speed. It should never also be the system of record for whether a specific allowance is currently eligible to trade. Those are two different concerns, owned by two different services, and conflating them is what creates the operational risk that keeps compliance officers up at night. Read: Architecting the Multi-Modal Ledger: How a Book-and-Claim Carbon Credit Platform Solves SBTi V2.0 and OER The Software Solution: A Decoupled Rules-Engine Microservice The fix is architectural, not cosmetic. An EU ETS conditional allowance trading platform needs a dedicated rules-engine microservice sitting between order placement and clearing, with its own data model, its own API contract, and its own audit trail, entirely separate from the core matching engine. Here is how that separation actually works in practice on an EU ETS conditional allowance trading platform. The matching engine keeps doing what it does best: ingesting orders, applying price-time priority, and finding crossing trades on the CLOB. It should have no awareness of a counterparty’s investment plan status, and that is by design; you do not want compliance logic recompiled and redeployed every time a rule changes, which is exactly what happens when eligibility checks are hardcoded into core trading infrastructure. The rules-engine microservice sits alongside it, and every order that reaches the point of matching gets routed through a real-time eligibility check first. That check pulls corporate compliance data through API hooks connected to whatever data source is authoritative for a given allowance’s status: a registry feed, an internal compliance database populated by the operator’s regulatory filings, or a verification service tracking Investment Booster and Industrial Decarbonisation Bank disbursement milestones. The rules
An ESG director we spoke with recently described her company’s carbon procurement stack in one sentence: “We have a spreadsheet that tells us what we bought, and a prayer that it holds up in an audit.” That sentence is about to become a liability. With the Science Based Targets initiative’s Corporate Net-Zero Standard V2.0 now formally recognizing commodity certificates, book-and-claim chains of custody, and a new category called Ongoing Emissions Responsibility, the flat, undifferentiated ledger most corporate carbon teams rely on is structurally unequipped for what auditors are about to ask. This post is about why a purpose-built book-and-claim carbon credit platform is no longer a nice-to-have for enterprises navigating V2.0, and what it actually takes to engineer one at the data layer, not just the reporting layer. Why SBTi V2.0 Broke the Old Carbon Ledger Model For most of the last decade, corporate carbon procurement tools have treated every credit the same way: an ID, a quantity, a vintage, a status of “retired” or “available.” That model was tolerable when the primary use case was voluntary offsetting against a single, simple claim. It is not tolerable anymore. SBTi’s Corporate Net-Zero Standard V2.0 introduces an implementation hierarchy that requires companies to distinguish between multiple, legally distinct instrument categories operating under different rules simultaneously. Commodity certificates and energy attribute certificates using mass balance or book-and-claim chains of custody are now formally recognized as legitimate implementation tools for certain scope 3 categories, but they are reported separately from the physical emissions inventory and must meet specific integrity criteria around activity matching and double-counting prevention. Separately, the standard introduces Ongoing Emissions Responsibility, a mechanism addressing the years a company continues emitting while working toward its target, which large companies must engage with formally from 2035 or disclose why they haven’t. A book-and-claim carbon credit platform has to hold all of this simultaneously: physical inventory data, decoupled environmental attribute certificates, neutralization-grade removal credits, and OER-eligible instruments, each governed by different eligibility rules, each needing to be queried, filtered, and reported on independently without contaminating the others. Treat these as one undifferentiated pile of “carbon credits,” and a compliance audit will find the gap immediately. The Architecture Problem: Why Linear Ledgers Can’t Model Book-and-Claim Most transaction ledgers, whether in a traditional database or a basic blockchain implementation, are built around a linear delivery model: an asset exists, it moves from party A to party B, and its state changes from “held” to “transferred.” That model works fine for a physical bar of gold or a single share of stock. It breaks down the moment you introduce book-and-claim. Book-and-claim, by definition, separates the environmental attribute of a low-carbon commodity from the physical product it describes. A sustainable aviation fuel certificate, for instance, can be sold, tracked, and retired entirely independently of the physical fuel itself, which may be consumed thousands of miles away by a party with no contractual relationship to the certificate buyer. A linear ledger has nowhere to put that split. It wants one asset, one owner, one location. Book-and-claim wants two parallel records — a physical delivery record and an attribute record that are related but never merged, and that can be independently audited, retired, and reported without either one silently inheriting the other’s status. This is the architecture problem a book-and-claim carbon credit platform actually has to solve: not “how do we record a transfer,” but “how do we record two distinct, cryptographically traceable claims against a single originating event, without ever letting them be double-counted against the same target.” The Software Solution: A Multi-Layered Attribute Schema The fix is not a bigger spreadsheet or a more detailed status field bolted onto an existing table. It’s a fundamentally different data model one where every credit or certificate is described not by a single status flag, but by a structured set of attributes that a query engine can filter against instantly. In practice, this means moving to a schema built around highly structured attribute storage, using an approach like JSON-B fields layered on top of relational tables with dedicated micro-indexes on the fields that compliance teams and auditors will query most often. Rather than a single “credit_status” column, each unit in a book-and-claim carbon credit platform carries a structured attribute object that can include: The engineering value of this approach is that these attributes live at the data layer, indexed and queryable, not buried in a PDF certificate or a manually maintained tag in a spreadsheet. When a compliance officer needs to pull every OER-eligible, Advanced-tier, book-and-claim certificate purchased in a given reporting year, that should be a sub-second, indexed database query, not a week of manual document review before an audit deadline. Read: Why Your Carbon Exchange Needs a Carbon Smart Order Router (Before Your Best Clients Route Around You) Dynamic Tagging: Isolating Permanent Removals From Temporary Reductions One of the more quietly dangerous failure points in legacy carbon ledgers is treating permanence as an afterthought, something noted in a project description rather than something the platform actively enforces. Under V2.0’s durability requirements, this distinction is not cosmetic. A company matching residual emissions against removals needs those removals to carry a storage duration genuinely comparable to the atmospheric lifetime of the emissions being addressed, and the standard proposes either a like-for-like matching approach or a phased transition toward more durable removals through 2050. A book-and-claim carbon credit platform designed for this reality doesn’t just store a “credit type” label. It structurally isolates permanent removal inventory from temporary reduction inventory at the query layer, so that a reporting dashboard, an API call, or an internal override cannot accidentally pull a temporary nature-based credit into a bucket that a company’s climate transition plan has designated for permanent removal matching. This is the same design principle that governs how we’ve approached credit-state architecture on Carbon Plant, our FSA-registered environmental impact exchange: state and category distinctions have to be enforced at the data and settlement layer, not left to a front-end filter that a direct
Ask any institutional carbon desk what actually stops them from putting real size through a single carbon exchange, and the answer is rarely “the price.” It’s the fact that no single venue holds enough of what they need. Compliance-grade inventory sits on one registry-linked exchange. Voluntary pools sit on another. A regional compliance scheme like India’s CCTS runs on its own rulebook, and EU-ETS aviation expansion is pulling a different pocket of demand into yet another silo. A desk trying to fill a meaningful order has to manually check four or five disconnected platforms, each with its own API, its own eligibility rules, and its own settlement clock. That is not a market. That is a scavenger hunt with legal consequences if you get it wrong. This is the liquidity fragmentation problem, and solving it is exactly what a carbon smart order router is built to do. It is quietly becoming the single biggest reason institutional brokers refuse to commit serious capital to any one carbon marketplace. They don’t want to be locked into a venue that only shows them a fraction of available supply. They want what every other mature asset class already has: a routing layer that can see across venues and execute the best available combination automatically. In equities and crypto, that layer is called a smart order router. In carbon markets, almost nobody has built a working carbon smart order router properly, and that gap is exactly where the next generation of exchange infrastructure and the next wave of institutional volume is going to be won. This post lays out why a carbon smart order router is now a structural necessity, not a nice-to-have, and what it actually takes to engineer a carbon smart order router across registries, regions, and rulebooks that were never designed to talk to each other. The Difference Between a Financial SOR and a Carbon Smart Order Router Traditional smart order routing, the kind used across equities, FX, and crypto markets, was built to solve a comparatively simple problem: given the same fungible instrument trading on multiple venues, find the combination of price and execution speed that gets a trader the best fill. A share of a stock on NYSE is legally identical to the same share on a competing exchange. A token on one DEX is fungible with the same token on another. Price and speed are, for the most part, the only variables that matter, which is precisely why a financial SOR is a poor blueprint for a carbon smart order router. A carbon smart order router cannot make that assumption, because a carbon credit is not a fungible instrument the way a share or a token is. Two tonnes of carbon reduction can be legally incompatible with each other depending on vintage, registry of origin, project methodology, and increasingly whether a host country has applied a corresponding adjustment under Article 6. A compliance buyer covering a CORSIA obligation cannot simply accept “the best price” the way an equities trader can. They need a unit that is eligible for their specific obligation, sourced from a registry their scheme recognizes, within a vintage window their rules permit. Route that order to the cheapest available lot without checking those constraints, and you haven’t executed a good trade. You’ve executed a trade the buyer legally cannot use. This is why building a carbon smart order router is a fundamentally different engineering problem than adapting a financial-markets SOR. It requires a routing engine that treats price as one input among several, not the dominant one, and evaluates every potential fill against a matrix of legal and regulatory eligibility before speed or cost ever enters the calculation. The Multi-Dimensional Parameter Matrix: What a Carbon Smart Order Router Actually Has to Evaluate Where a conventional SOR looks at price and latency, a carbon smart order router has to resolve orders against at least four interacting dimensions simultaneously, and it has to do it before a single unit moves. This parameter matrix is the core logic that separates a real carbon smart order router from a simple price-comparison widget. Price, obviously, still matters; a desk still wants the best available rate across every connected venue rather than whatever a single exchange happens to be quoting that morning. Vintage restrictions narrow that price comparison immediately. A buyer covering a specific compliance year, or working against an internal net-zero policy that excludes older credits, needs a carbon smart order router that discards any lot outside their acceptable vintage band before it ever compares prices, not after. Registry finality speed is the dimension almost every legacy platform ignores entirely. Different registries confirm and finalize a transfer on wildly different timelines. A carbon smart order router that splits a large order across three venues without accounting for this creates a settlement mismatch: two legs clear in minutes, the third takes days, and the desk is left holding a partially executed position with mismatched exposure in the meantime. A carbon smart order router has to weigh finality speed as a real execution variable, not an afterthought that gets discovered during reconciliation. Geographic compliance eligibility is the fourth axis, and it’s the one with the sharpest legal teeth. A unit eligible for domestic use in one jurisdiction may be structurally barred from clearing against an obligation in another until a corresponding adjustment has been applied. A carbon smart order router has to know, at the moment of order placement, which lots on which connected venues are actually eligible for the specific compliance scheme the buyer is trying to satisfy CORSIA, EU-ETS, CCTS, or a voluntary net-zero commitment with its own internal eligibility rules. Get any one of these four dimensions wrong, and the router hasn’t just produced a suboptimal fill. It has produced a trade that creates settlement risk, compliance risk, or both. This is precisely why a carbon smart order router has to be engineered as a compliance-aware execution layer first, and a price-optimization layer second. The Engineering Reality: Aggregating Venues