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/)