Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 19:03:13 -08:00 committed by GitHub
parent 355e6271ef
commit 918b8fb4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
<br>
### private order flow protocols (POFPs)
### rpc-based private order flow protocols (POFPs)
<br>
* rpc-based mev solutions (private order flow)
* private order flows are realized by modifying either the user's rpc or by modifying the protocol's frontend
* the goal of private order flow protocols (POFPs)
* this type of private order flows can be realized by modifying either the user's rpc or by modifying the protocol's frontend
* the rpc endpoint re-broadcasts (forwarding) the tx to nodes.
* in respect to every pending tx they receive, they can: 1) censor, 2) forward to some mempool, or 3) forward it directly to some block-builders or validators.
<br>