From 18141afb50c5a570033dfb926e1db851bbe1e1fa Mon Sep 17 00:00:00 2001 From: Sergiy <122097069+bravesasha@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:14:29 +0300 Subject: [PATCH] Update README.md Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c07a3db16..9af2bb73b9 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,7 @@ the mechanics.* #### 5. Mempool -The mempool is the component which handles the incoming transactions and is responsible for selecting which transactions -to include in the current batch and pick the order. +Mempool is a special storage area on the blockchain containing all unconfirmed transactions waiting to be included. When a user submits a transaction, it first enters the mempool and is awaiting processing. Each node on the blockchain network maintains its mempool, which serves as a buffer between sending a transaction and its inclusion in the block. The big advantage of running the mempool inside the secure Enclave is that the ordering of transactions cannot be gamed by the aggregator, which makes MEV much more difficult. @@ -347,4 +346,4 @@ curl -X POST 127.0.0.1:80 -H 'Content-Type: application/json' \ ## Community -Development is discussed by the team and the community on [discord](https://discord.com/channels/916052669955727371/945360340613484684) \ No newline at end of file +Development is discussed by the team and the community on [discord](https://discord.com/channels/916052669955727371/945360340613484684)