Skip to Content
ArchitectureOverview

Architecture

How the Onoots Proptech platform works under the hood — the two-sided marketplace and the AI agents that run the seller side.

  • Bilateral Marketplace — the two-sided marketplace (developer ↔ buyer): inventory absorption, brief matching, anti-bypass (sign-before-reveal), the success fee, and swarm buying — all on an async engine.
  • AI Swarm — the seller side: the Marketer distributes listings to social, the Qualifier (“Mr. Onoots”) answers inbound chat, and the Guardian gates every AI action.

Not to be confused with the Marketplace in the Onoots OS docs — that one is about integrations/connectors. The Bilateral Marketplace here is the real estate buy/sell marketplace inside Proptech.

Both build on the same async swarm engine: the app records events in an outbox, a relay routes them to durable workflows, and each workflow calls back into the app. The app never blocks on the engine — if the worker is down, events queue and drain when it returns.

Last updated on