From 11b66bac79a06b2a44dac2804e35c29e0fa07b7b Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Wed, 15 Feb 2023 11:12:51 -0800
Subject: [PATCH] Update RFQ.md
---
MEV_and_trading/protocols/0x_protocol/RFQ.md | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/MEV_and_trading/protocols/0x_protocol/RFQ.md b/MEV_and_trading/protocols/0x_protocol/RFQ.md
index 6a191b4..bef7ded 100644
--- a/MEV_and_trading/protocols/0x_protocol/RFQ.md
+++ b/MEV_and_trading/protocols/0x_protocol/RFQ.md
@@ -1,12 +1,21 @@
-## Request-for-Quote (RFQ)
+## request-for-quote (RFQ)
+
+
### tl; dr
+
+
+* rfq-based exchanges work similar to central limit order books (clobs), as users submit orders using signed messages and market makers execute them on-chain (assuming the role of both lps and searchers).
+
+
---
-### resources
+### links
-* [0xv4 RFQ order guide in python](https://gist.github.com/lampshade9909/cf16b2aa198e4df8d00702ffd7bf506a)
+
+
+* [hashflow](https://www.hashflow.com/)