# Light client data Nimbus is configured by default to serve data that allows light clients to stay in sync with the Ethereum network. Light client data is imported incrementally and does not affect validator performance. Information about the light client sync protocol can be found in the [Ethereum consensus specs](https://github.com/ethereum/consensus-specs/blob/dev/specs/altair/light-client/sync-protocol.md). !!! note Nimbus also implements a [standalone light client](./el-light-client.md) that may be used to sync an execution layer (EL) client. ## Configuration The following [configuration options](./options.md) adjust the import and serving of light client data: | Option | Description | |------------------------------------------------|-------------| | `--light-client-data-serve` | | | `--light-client-data-import-mode` | | | `--light-client-data-max-periods` | | !!! warning Setting `--light-client-data-import-mode` to `full` or `on-demand` imports historic light client data which is computationally expensive. While importing historic light client data, validator duties may be missed.