diff --git a/MEV_and_trading/staking/dvt/README.md b/MEV_and_trading/staking/dvt/README.md
new file mode 100644
index 0000000..9f38861
--- /dev/null
+++ b/MEV_and_trading/staking/dvt/README.md
@@ -0,0 +1,20 @@
+## distributed validator technology
+
+
+
+### tl; dr
+
+
+
+* enables a group stacking through multi-part computation (mpc), letting a group of individuals share one private key (like a multisig) and run a "distributed validator" together.
+* it makes node validation an overall more robust process.
+
+
+
+---
+
+### resources
+
+
+
+* [obol](https://obol.tech/)