Security//Minimum Privilege

- Don't expose what you don't need: only map RPC ports on nodes that external clients actually connect to.


Don't expose what you don't need: only map RPC ports on nodes that external clients actually connect to.

Validators should NOT have RPC exposed: reduces the attack surface to zero from outside.

Bootnodes should NOT have RPC exposed. They only need P2P connectivity.

Ideal topology: separate RPC node that's neither validator nor bootnode, single purpose, minimal exposure.