The Hidden Infrastructure Behind a Housing Exchange

Mert Nuhoglu

Hatched by Mert Nuhoglu

Sep 06, 2026

11 min read

94%

0

What would it take to make a house as easy to trade as a book on Amazon?

The obvious answer is better search, faster offers, and more convenient financing. The deeper answer is less glamorous: a shared language for describing what a house is.

Housing is often called an illiquid market because transactions are slow, expensive, and full of uncertainty. But illiquidity is not merely a problem of finding buyers and sellers. It is also a problem of translation. Every participant sees a different object: a homeowner sees memories and equity, a lender sees collateral, an insurer sees risk, a contractor sees a renovation project, a title company sees a chain of ownership, and a buyer sees a future home.

A housing exchange cannot scale by simply adding more participants. It must make these different perspectives interoperable. That requires something surprisingly similar to the infrastructure behind large distributed software systems: schemas, identifiers, and compatibility rules.

The central thesis is this:

Markets become liquid when the things being exchanged become legible to many systems at once.

This reframes the ambition of a technology driven housing marketplace. The goal is not just to sell homes faster. It is to turn a house from a bespoke story into a structured, verifiable, continuously updating object that many services can safely understand.

Liquidity Is a Language Problem

A liquid market depends on more than demand. It depends on the ability to recognize, compare, price, transfer, and finance an asset with minimal friction. Public equities achieve this through standardized symbols, financial statements, exchange rules, settlement systems, and widely understood definitions. A share of stock is not frictionless because it is simple. It is frictionless because the market has agreed on how to represent it.

Residential real estate has the opposite characteristics. Each property is technically unique, but uniqueness is amplified by inconsistent information. Square footage may be measured differently. Renovations may be documented in one county database but absent from another. A roof may be described by its age, material, warranty, inspection result, or a vague sentence in a listing. The same home becomes a different data object for every institution that touches it.

This creates what might be called translation tax. A buyer translates a listing into a bid. A lender translates the property into underwriting variables. An insurer translates it into exposure. A title company translates documents into ownership confidence. Contractors translate inspection notes into a scope of work. Each translation takes time, introduces ambiguity, and creates opportunities for disagreement.

An instant offer does not eliminate this tax. It merely moves the burden somewhere else. If the platform can access reliable, structured information, it can produce an offer quickly. If it cannot, the apparent speed is provisional. The uncertainty returns later through inspections, renegotiation, financing delays, or surprise repairs.

The important distinction is between fast decisions and fast trustworthy decisions. The former can be created by taking more risk. The latter requires better information architecture.

Every Transaction Has a Schema, Whether You Admit It or Not

In software systems, a message is useful only if the receiving system knows how to interpret it. A sequence of numbers means nothing without a definition of what each number represents. Is the first value a price, a timestamp, or a property identifier? Does a missing field mean zero, unknown, or not applicable? What happens when a new field is added?

The same is true in markets. Every listing, offer, appraisal, inspection, title record, mortgage application, and renovation estimate has a schema. The schema may be explicit, standardized, and versioned, or it may be scattered across forms, spreadsheets, databases, institutional habits, and individual judgment.

Consider a simple field such as “renovated kitchen.” That phrase could mean new cabinets and appliances installed last year. It could mean a cosmetic repaint from ten years ago. It could mean an unpermitted remodel that looks excellent but complicates insurance and resale. The words appear structured, but their meaning is not stable.

A mature housing exchange would need to distinguish at least four layers:

  1. Observation: What physically exists, such as a roof installed in 2019.
  2. Evidence: How that claim is supported, such as an invoice, permit, inspection, or image.
  3. Interpretation: What the observation implies, such as remaining useful life or insurability.
  4. Decision: What a participant is willing to pay, lend, insure, or repair because of it.

Keeping these layers separate matters. If an estimate is treated as a fact, a model can become overconfident. If a seller’s claim is treated as equivalent to a permit, downstream systems may make incompatible decisions. If a value changes, participants need to know whether the underlying property changed or merely the interpretation changed.

This is why schema versioning is more than a technical convenience. It is a mechanism for preserving meaning over time. A message written under one definition should remain readable under the definition that created it. In a housing context, an old appraisal should not become unintelligible merely because a platform later changes how it classifies finished basements or accessory dwelling units.

Without versioning, the past is silently rewritten. With versioning, the system can say: this property record was created under one set of rules, then extended under another, and the difference is known.

The House as a Persistent, Event Driven Object

Most people imagine a property record as a static page. A more powerful model is to treat the property as a persistent object with a history of events.

The object has relatively stable attributes: location, parcel identity, structural dimensions, and legal boundaries. Around it arrives a stream of events: a permit is issued, a roof is replaced, a lien is recorded, an inspection identifies moisture, an offer is made, a mortgage is originated, a repair is completed, or a title changes hands.

This distinction creates several benefits.

First, it preserves provenance. Instead of storing only the latest claim, the system can show when it appeared, who supplied it, and what evidence supported it. Second, it allows different users to construct different views from the same underlying history. A buyer may care about livability, while an insurer cares about hazards and a lender cares about collateral stability. Third, it makes correction safer. A mistaken record can be amended without pretending it never existed.

This resembles the logic of event streams in distributed systems. The system does not merely announce the current state. It records the changes from which the current state can be derived. That is valuable in housing because the meaning of a property is inseparable from its timeline.

A house with a new roof is not equivalent to a house whose roof has always been new. A property with a recently resolved title defect is not equivalent to one with an uninterrupted ownership history. A basement that was legally converted is different from one that merely appears finished. State matters, but transition history often explains the state.

The analogy also exposes a crucial design requirement: identity. A property needs a durable identifier that survives listing changes, ownership changes, renovations, and platform migrations. Without a stable identity, information fragments. The same house becomes multiple records, and each new transaction requires rediscovering its past.

An address is not always enough. Addresses change format, units are ambiguous, parcels can be subdivided, and buildings can contain multiple legal interests. A true housing exchange would need to distinguish the physical structure, the parcel, the legal title, and perhaps individual units, while linking them through explicit relationships.

That may sound bureaucratic. In practice, it is what allows a market to become composable. A mortgage service can attach to the property object. So can title, insurance, renovation, and resale services. The exchange becomes more than a place to advertise homes. It becomes a coordination layer.

The Danger of Speed Without Compatibility

There is a tempting but dangerous version of the housing platform vision: gather more data, apply more automation, and make decisions instantly. Yet speed magnifies the cost of semantic mistakes.

Suppose a platform changes the definition of livable square footage. If the change is not versioned, historical valuations may shift without any physical change to the home. If an insurer interprets “finished basement” differently from a lender, the same property may appear safe to one system and risky to another. If an automated offer consumes an outdated renovation record, the seller experiences the system as arbitrary rather than intelligent.

In software, compatibility is often described as the ability to evolve without breaking existing consumers. A housing marketplace needs the same discipline. New facts should be added in ways that older systems can ignore safely. Definitions should not change silently. Deprecated fields should remain interpretable for a reasonable period. High consequence decisions should record which data version and rule set produced them.

This suggests a principle of semantic backward compatibility:

A market participant should be able to understand not only what a property means now, but what it meant when a previous decision was made.

That principle is essential for trust. Homeowners will not accept instant offers if they cannot challenge the assumptions behind them. Lenders will not rely on a platform if they cannot audit the data used in underwriting. Regulators will not tolerate a black box that changes the effective definition of a property after the fact.

The irony is that the fastest marketplace may be the one that spends the most time designing its vocabulary. Standardization feels slow at the beginning because it requires negotiation. But every ambiguous field creates recurring work for thousands of later transactions. A few months spent defining “roof age,” “permitted area,” or “ownership interest” can save years of duplicated interpretation.

From Marketplace to Market Protocol

The most consequential housing companies may not win by owning every step of the transaction. They may win by making the steps connect.

A marketplace is primarily a place where buyers and sellers meet. A market protocol defines how assets are identified, described, verified, priced, transferred, and updated across many participants. The distinction matters because protocols create leverage through interoperability. Once a reliable property record can be reused across mortgage, title, insurance, renovation, and resale workflows, each new service increases the usefulness of the entire network.

This produces a flywheel, but not the usual one based only on user growth:

  1. More structured property data improves underwriting and pricing.
  2. Better pricing increases confidence and transaction volume.
  3. More transactions generate richer event histories.
  4. Richer histories reduce uncertainty for adjacent services.
  5. Lower uncertainty makes it worthwhile for more services to integrate.
  6. Integration creates still more structured data and easier transactions.

The flywheel depends on governance. Who is allowed to update a fact? Which evidence is acceptable? How are disputes handled? What does it mean for a record to be corrected? Who can access sensitive information, and which parts are public?

A universal schema does not mean that every participant receives every detail. It means that the meaning of shared fields is stable enough for authorized participants to use them safely. Privacy and interoperability are not opposites. They can coexist when the system separates identity, permissions, evidence, and derived conclusions.

There is also an economic question. The platform that standardizes data may create value for the entire market, while capturing only a portion of it. That is common with infrastructure. The reward is not always a larger margin on one transaction. It may be the ability to become the default connective tissue through which many transactions flow.

Key Takeaways

  1. Look for translation tax before looking for friction. When a process is slow, identify which parties are repeatedly converting the same facts into different formats.

  2. Make schemas explicit. For any important workflow, define what each field means, what evidence supports it, who owns it, and what “unknown” means.

  3. Version meaning, not just software. Record which definitions, data sources, and decision rules produced a valuation, offer, approval, or risk assessment.

  4. Separate facts from interpretations. Store the observation, its evidence, the model’s inference, and the resulting decision as distinct layers.

  5. Design for composition. Build records so that other services can safely use them without repeatedly asking the same questions or rebuilding the same history.

The Real Meaning of an Instant Offer

An instant offer is often presented as a triumph of prediction. But prediction is only the visible surface. Beneath it lies a much more ambitious act: converting a complicated, emotional, legally entangled physical object into a form that many systems can recognize without starting from zero.

That is the true path from an illiquid asset to an exchangeable one. Not making houses less unique, but making their uniqueness legible. Not eliminating judgment, but attaching judgment to evidence, definitions, and history. Not hiding complexity, but organizing it so complexity can travel safely between institutions.

The deepest competitive advantage in housing may therefore look less like a storefront and more like a grammar. Whoever defines the grammar through which properties are identified, updated, financed, insured, repaired, and sold may shape the market even without owning every home that passes through it.

Amazon did not make books valuable by removing their differences. It made them discoverable, comparable, orderable, and deliverable through a common system. Housing requires an even harder achievement because every home is both a product and a legal, financial, physical, and human history.

The housing exchange will arrive when that history can move with the property, in a language every authorized participant can understand.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣