2021-05-21 14:49:12 +02:00
# Run a validator
2022-06-19 09:24:01 +02:00
2022-11-13 07:59:55 +01:00
Once your beacon node is [running ](./quick-start.md ), the next step is to set up a validator.
2022-07-21 20:19:47 +02:00
2022-07-24 22:13:47 +02:00
!!! tip "No validator client needed"
2023-04-05 15:58:58 +02:00
Unlike other beacon chain clients, Nimbus does not require setting up a separate validator client process — the beacon node can itself perform validator duties.
2022-07-21 20:19:47 +02:00
2022-07-22 21:47:24 +02:00
This is a simple, safe and efficient way to get started.
2022-07-21 20:19:47 +02:00
2022-07-22 21:47:24 +02:00
Advanced users may want to use a separate [validator client ](./validator-client.md ) process instead.
2021-05-21 14:49:12 +02:00
2022-08-13 20:17:20 +02:00
## Steps
### 1. Deposit
2021-05-21 14:49:12 +02:00
2023-04-05 15:58:58 +02:00
[Make a deposit ](./deposit.md ) for your validator.
2021-05-21 14:49:12 +02:00
2022-08-13 20:17:20 +02:00
### 2. Import
2021-05-21 14:49:12 +02:00
2023-04-05 15:58:58 +02:00
[Import your validator keys ](./keys.md ) into Nimbus.
2021-05-21 14:49:12 +02:00
2022-08-13 20:17:20 +02:00
### 3. Validate
2021-05-21 14:49:12 +02:00
2023-04-05 15:58:58 +02:00
[Start performing duties ](./connect-eth2.md ) by restarting the node.
2021-05-21 14:49:12 +02:00
2023-04-05 15:58:58 +02:00
Congratulations!
You're now set up to be earning a small amount of ETH every 6.4 minutes in return for keeping the Ethereum network secure!
2022-07-24 22:13:47 +02:00
!!! success "What next?"
2022-07-22 21:47:24 +02:00
While that's all there is to it, it is essential that you both [keep an eye on your validator ](keep-an-eye.md ) and [keep Nimbus updated ](keep-updated.md ) regularly 💫