Skip to content
View poolproto's full-sized avatar

Block or report poolproto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
poolproto/README.md

contribution snake

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.


  GitHub Analytics  

commits last commit repos followers

activity graph

streak


  Tech Stack  

Rust TypeScript Solidity Node Ethereum

Hardhat Foundry Docker CI Redis


  How It Works  

1
Submit
Trader signs an order
via SDK or CLI
2
Match
CLOB engine pairs orders by
price-time priority, routes remainder to v4 pool
3
Log
Every fill is written to
a public append-only log
4
Settle
EIP-712 signed settlement
on-chain, T+0, non-custodial

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

  Repositories  

Repo Description Signal
01 matching-engine Central limit order book. Price-time priority. Off-chain matching at hardware speed. stars
02 settlement-contracts On-chain settlement. Non-custodial, sign-to-move, EIP-712. stars
03 pool-sdk TypeScript SDK — place orders, read the book, verify settlements. stars
04 order-log Public append-only log of every order the engine processes. stars
05 pool-cli Terminal interface for the protocol. stars
06 awesome-tokenized-equities Curated ecosystem resources for tokenized equities. stars


Orderbook + Uniswap v4 infrastructure for tokenized equities on Robinhood Chain.

footer

Popular repositories Loading

  1. poolproto poolproto Public

    Pool Protocol. Orderbook + Uniswap v4 for tokenized equities on Robinhood Chain.

  2. matching-engine matching-engine Public

    Central limit order book for tokenized equities. Price-time priority, v4 pool routing for remainder.

    TypeScript

  3. pool-sdk pool-sdk Public

    TypeScript SDK for Pool Protocol. Place orders, read the book, verify settlements.

    TypeScript

  4. order-log order-log Public

    Public append-only sequencer log. Every order, every fill, every v4 route.

    TypeScript

  5. pool-cli pool-cli Public

    Terminal interface for Pool Protocol. Inspect book, check trades, cancel orders.

    JavaScript

  6. settlement-contracts settlement-contracts Public

    On-chain settlement + Uniswap v4 routing. Non-custodial, EIP-712, Robinhood Chain.

    Solidity