Discovering Intents
Intents are propogated through intentful transactions.
In order to discover intents, solvers must listen to the Mempool, then parse memswap orders out of the transactions calldata
-
Listening to the Mempool tx-listener (opens in a new tab): responsible for discovering intents from mempool transactions.
-
Parsing Memswap orders tx-order-parsing (opens in a new tab): Parse intents from calldata using the known order format.