## mev and proof-of-state ethereum

### in this dir
* [running nodes and validators](running-a-node.md) * [advanced resources on running nodes and validators](running-a-node-advanced.md) * [searcher builder validator/sequencer](searcher-builder-validator-sequencer/) * [pos consensus mechanisms](pos_consensus_mechanisms.md) * [dets and specs for relays](relays.md) * [geth on kubernetes](geth_and_k8s) * [account abstraction](account_abstraction) * [blockspaces](blockspace.md) * [basic evm](evm-knowledge.md) * [the mempool](the_mempool.md) * [eip-1559](eip-1559.md) * [glossary](glossary.md)
--- ### nodes and validators stats
* [ethereum.org launchpad](https://launchpad.ethereum.org/en/) * [official beacon chain explorer](https://beaconscan.com/) * [another beacon chain explorer](https://beaconcha.in/) * [prater/goerli beacon chain explorer](https://prater.beaconcha.in/) * [beacon chain validator ratings](https://www.rated.network/) * [list of nodes as a service](https://ethereumnodes.com/) * [node watch](https://www.nodewatch.io/) * [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/) * [economics post-merge](https://docs.google.com/spreadsheets/d/15tmPOvOgi3wKxJw7KQJKoUe-uonbYR6HF7u83LR5Mj4/edit#gid=1018097491) * [the first 1k epochs of eth](https://ethereum.github.io/rig/posdata/notebooks/mainnet_explore.html) * [mev panda: data for mev-boost ecosystem](https://www.mevpanda.com/)
#### consensus layer * [client diversity vs. prysm usage](https://pools.invis.cloud/) * [consensus clients comparisons](https://www.slashed.info/)
#### execution layer * [ethereum mainnet stats](https://ethernodes.org/) * [execution clients tracker](https://etherscan.io/nodetracker)
#### both layers * [project sunshine](https://ethsunshine.com/) * [clients diversity](https://clientdiversity.org/)
---- ### clients
#### execution layer * [geth](https://geth.ethereum.org/) * [nethermind](https://nethermind.io/) * [besu](https://besu.hyperledger.org/en/stable/) * [erigon](https://github.com/ledgerwatch/erigon) * [akula](https://akula.app/) * [execution api specification](https://github.com/ethereum/execution-apis)
#### consensus layer * [prysm](https://github.com/prysmaticlabs/prysm) * [lighthouse](https://github.com/sigp/lighthouse) * [teku](https://github.com/ConsenSys/teku) * [nimbus](https://nimbus.team/) * [lodestar](https://lodestar.chainsafe.io/)
#### 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/)
--- ### resources
* [resources on private order flows](https://github.com/go-outside-labs/mev-toolkit/tree/main/private_order_flows) * [proposer/block builder separation-friendly fee market designs](https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725) * [mev on eth2 talk by vitalik](https://www.youtube.com/watch?v=OD54WfVuDWw&list=PLRHMe0bxkuel3w3C7P_WVvp9ShLi3HKRI&index=30) * [updates on pbs video by barnabe monnot](https://archive.devcon.org/archive/watch/6/updates-on-proposer-builder-separation/?tab=YouTube) * [Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs/tree/dev/specs) * [Increasing censorship resistance of transactions under proposer/builder separation (PBS), by Vitalik et al](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance) * [Weak Subjectivity in Eth2.0](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2) * [Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs) * [order flow, auctions, and centralization (flashbots)](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-i-a-warning/258)