From 918b8fb4ae1dcadf5861ec4dde3184cf98d979f5 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:03:13 -0800 Subject: [PATCH] Update README.md --- private_order_flows/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/private_order_flows/README.md b/private_order_flows/README.md index 61f8650..b3e0f6a 100644 --- a/private_order_flows/README.md +++ b/private_order_flows/README.md @@ -2,13 +2,13 @@
-### private order flow protocols (POFPs) +### rpc-based private order flow protocols (POFPs)
-* 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.