diff --git a/NODES_on_Ethereum/README.md b/NODES_on_Ethereum/README.md
index 3eb1111..ad6a281 100644
--- a/NODES_on_Ethereum/README.md
+++ b/NODES_on_Ethereum/README.md
@@ -8,7 +8,7 @@
* [running nodes / validators](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/nodes/running-a-node.md)
* [running nodes / validators (advanced)](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/nodes/running-a-node-advanced.md)
-
+* [geth on kubernetes](geth_and_k8s)
diff --git a/geth_and_k8s/README.md b/NODES_on_Ethereum/geth_and_k8s/README.md
similarity index 100%
rename from geth_and_k8s/README.md
rename to NODES_on_Ethereum/geth_and_k8s/README.md
diff --git a/geth_and_k8s/deployment_gcp_docker.md b/NODES_on_Ethereum/geth_and_k8s/deployment_gcp_docker.md
similarity index 100%
rename from geth_and_k8s/deployment_gcp_docker.md
rename to NODES_on_Ethereum/geth_and_k8s/deployment_gcp_docker.md
diff --git a/geth_and_k8s/deployment_gcp_k8s.md b/NODES_on_Ethereum/geth_and_k8s/deployment_gcp_k8s.md
similarity index 100%
rename from geth_and_k8s/deployment_gcp_k8s.md
rename to NODES_on_Ethereum/geth_and_k8s/deployment_gcp_k8s.md
diff --git a/geth_and_k8s/entrypoint.sh b/NODES_on_Ethereum/geth_and_k8s/entrypoint.sh
similarity index 100%
rename from geth_and_k8s/entrypoint.sh
rename to NODES_on_Ethereum/geth_and_k8s/entrypoint.sh
diff --git a/geth_and_k8s/genesis.dockerfile b/NODES_on_Ethereum/geth_and_k8s/genesis.dockerfile
similarity index 100%
rename from geth_and_k8s/genesis.dockerfile
rename to NODES_on_Ethereum/geth_and_k8s/genesis.dockerfile
diff --git a/geth_and_k8s/genesis.json b/NODES_on_Ethereum/geth_and_k8s/genesis.json
similarity index 100%
rename from geth_and_k8s/genesis.json
rename to NODES_on_Ethereum/geth_and_k8s/genesis.json
diff --git a/geth_and_k8s/genesis_block_explanation.md b/NODES_on_Ethereum/geth_and_k8s/genesis_block_explanation.md
similarity index 100%
rename from geth_and_k8s/genesis_block_explanation.md
rename to NODES_on_Ethereum/geth_and_k8s/genesis_block_explanation.md
diff --git a/geth_and_k8s/geth_creation_commands.md b/NODES_on_Ethereum/geth_and_k8s/geth_creation_commands.md
similarity index 100%
rename from geth_and_k8s/geth_creation_commands.md
rename to NODES_on_Ethereum/geth_and_k8s/geth_creation_commands.md
diff --git a/geth_and_k8s/k8s/certificate.yaml b/NODES_on_Ethereum/geth_and_k8s/k8s/certificate.yaml
similarity index 100%
rename from geth_and_k8s/k8s/certificate.yaml
rename to NODES_on_Ethereum/geth_and_k8s/k8s/certificate.yaml
diff --git a/geth_and_k8s/k8s/deployment.yaml b/NODES_on_Ethereum/geth_and_k8s/k8s/deployment.yaml
similarity index 100%
rename from geth_and_k8s/k8s/deployment.yaml
rename to NODES_on_Ethereum/geth_and_k8s/k8s/deployment.yaml
diff --git a/geth_and_k8s/k8s/ingress.yaml b/NODES_on_Ethereum/geth_and_k8s/k8s/ingress.yaml
similarity index 100%
rename from geth_and_k8s/k8s/ingress.yaml
rename to NODES_on_Ethereum/geth_and_k8s/k8s/ingress.yaml
diff --git a/geth_and_k8s/k8s/manifest.yaml b/NODES_on_Ethereum/geth_and_k8s/k8s/manifest.yaml
similarity index 100%
rename from geth_and_k8s/k8s/manifest.yaml
rename to NODES_on_Ethereum/geth_and_k8s/k8s/manifest.yaml
diff --git a/geth_and_k8s/k8s/service.yaml b/NODES_on_Ethereum/geth_and_k8s/k8s/service.yaml
similarity index 100%
rename from geth_and_k8s/k8s/service.yaml
rename to NODES_on_Ethereum/geth_and_k8s/k8s/service.yaml
diff --git a/geth_and_k8s/running-a-node-geth.md b/NODES_on_Ethereum/geth_and_k8s/running-a-node-geth.md
similarity index 100%
rename from geth_and_k8s/running-a-node-geth.md
rename to NODES_on_Ethereum/geth_and_k8s/running-a-node-geth.md
diff --git a/geth_and_k8s/scripts/create_docker.sh b/NODES_on_Ethereum/geth_and_k8s/scripts/create_docker.sh
similarity index 100%
rename from geth_and_k8s/scripts/create_docker.sh
rename to NODES_on_Ethereum/geth_and_k8s/scripts/create_docker.sh
diff --git a/geth_and_k8s/scripts/entrypoint.sh b/NODES_on_Ethereum/geth_and_k8s/scripts/entrypoint.sh
similarity index 100%
rename from geth_and_k8s/scripts/entrypoint.sh
rename to NODES_on_Ethereum/geth_and_k8s/scripts/entrypoint.sh
diff --git a/geth_and_k8s/scripts/genesis.dockerfile b/NODES_on_Ethereum/geth_and_k8s/scripts/genesis.dockerfile
similarity index 100%
rename from geth_and_k8s/scripts/genesis.dockerfile
rename to NODES_on_Ethereum/geth_and_k8s/scripts/genesis.dockerfile
diff --git a/geth_and_k8s/scripts/genesis.json b/NODES_on_Ethereum/geth_and_k8s/scripts/genesis.json
similarity index 100%
rename from geth_and_k8s/scripts/genesis.json
rename to NODES_on_Ethereum/geth_and_k8s/scripts/genesis.json
diff --git a/README.md b/README.md
index dbcecd0..38b098a 100644
--- a/README.md
+++ b/README.md
@@ -34,20 +34,16 @@
### mev projects
-* [flashbots](https://github.com/bt3gl-labs/Blockchain-DeFi-and-MEV/tree/main/flashbots)
* [rook](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/rook)
+* [flashbots](https://github.com/bt3gl-labs/Blockchain-DeFi-and-MEV/tree/main/flashbots)
* [cowswap](https://github.com/bt3gl-labs/1337_mev_toolkit/tree/main/cowswap)
### running stuff
-
-##### ethereum
-
-* [nodes and validators](https://github.com/bt3gl-labs/Blockchain-DeFi-and-MEV/tree/main/NODES_on_ETHEREUM)
-* [geth on k8s](https://github.com/bt3gl-labs/Stateful-Blockchains-and-Flashbots/tree/main/geth_and_k8s)
+* [nodes on ethereum](https://github.com/bt3gl-labs/Blockchain-DeFi-and-MEV/tree/main/NODES_on_ETHEREUM)