Ecosystem Book

Traders who deposit funds into our Smart Contract enjoy a comprehensive CEX-like experience. The Ecosystem Book operates with robust execution semantics, ensuring that once the matching engine generates a trade, it is guaranteed to be correctly settled on-chain.

This is because both taker and maker orders originate from traders who have funds held in our Smart Contract. This mitigates any malicious actions that could potentially render orders invalid at the time of on-chain settlement.

Traders can use only the capital that they have in our Smart Contract to perform trading activity. For example, to trade on any CEX, the user first needs to deposit funds into this exchange

As a result, our platform provides the following features when trading against the Ecosystem Book:

  1. Instant Settlement of Trades: Users do not need to wait for on-chain settlement to reuse the capital acquired after a trade.

  2. Deterministic Execution:

    1. Once the matching engine produces a trade, it is guaranteed to be successfully applied in the rollup.

    2. For professional traders, it means they will have the same experience they have on CEXs, avoiding false-positive fills.

Last updated