diff --git a/The-Merge/README.md b/The-Merge/README.md
index 674044d..3bb220e 100644
--- a/The-Merge/README.md
+++ b/The-Merge/README.md
@@ -24,7 +24,8 @@
* [beacon chain validator ratings](https://www.rated.network/)
* [list of nodes as a service](https://ethereumnodes.com/)
* [node watch](https://www.nodewatch.io/)
-* [ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/)
+* [archive node access](https://archivenode.io/)
+* [list of nodes as a service](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/)
@@ -51,21 +52,22 @@
----
-## clients software
+## clients
-### execution clients
+### execution layer
* [geth]()
* [nethermind]()
* [besu]()
* [erigon]()
* [akula]()
+* [execution api specification](https://github.com/ethereum/execution-apis)
-### consensus clients
+### consensus layer
* [prysm](https://github.com/prysmaticlabs/prysm)
* [lighthouse](https://github.com/sigp/lighthouse)
@@ -76,6 +78,12 @@
+### engine api
+
+* [engine api docs](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md)
+* [ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/)
+
+
---