Trillions of dollars of stocks, ETFs, and real-world assets are moving onchain. The pool is the liquidity. The orderbook is the market on top. Pool matches against resting limits first, routes the rest through Uniswap v4.
| Component | Role | Key Property |
|---|---|---|
| matching-engine | Central limit order book | Price-time priority, off-chain speed |
| settlement-contracts | On-chain settlement + v4 routing | EIP-712, non-custodial, Uniswap v4 fallback |
| pool-sdk | TypeScript SDK | Place orders, read book, verify settlements |
| order-log | Transparency layer | Public, append-only, every order logged |
| pool-cli | Terminal interface | Full protocol access from CLI |
| awesome-tokenized-equities | Ecosystem resources | Curated list of RWA/tokenized equity projects |
| Repo | Description | Signal | |
|---|---|---|---|
01 |
matching-engine | Central limit order book. Price-time priority. Off-chain matching at hardware speed. | |
02 |
settlement-contracts | On-chain settlement. Non-custodial, sign-to-move, EIP-712. | |
03 |
pool-sdk | TypeScript SDK — place orders, read the book, verify settlements. | |
04 |
order-log | Public append-only log of every order the engine processes. | |
05 |
pool-cli | Terminal interface for the protocol. | |
06 |
awesome-tokenized-equities | Curated ecosystem resources for tokenized equities. |


