R
Rubicon
Project description (please explain how your project works): Rubicon is an order book protocol built on Ethereum L2 networks. The order book contract implements fully on-chain order books and a matching engine for peer-to-peer trading of ERC-20 tokens. The contract uses an escrow model for liquidity; when a limit order is placed on the book, those tokens are sent to the contract. If/when an order is filled, the contract matches the traders directly and the tokens are sent to each party. A…