From c2588b3735387503e046a655ab0d88064522f64e Mon Sep 17 00:00:00 2001 From: "steinkirch.eth, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:51:46 -0700 Subject: [PATCH] add obol --- MEV_and_trading/staking/dvt/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 MEV_and_trading/staking/dvt/README.md 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/)