## BEP-127: Temporary Maintenance Mode for Validators
Temporary Maintenance is supposed to last one or a few hours. The validator seat will be temporarily dropped from the block producing rotation during the maintenance. Since long-time offline maintenance is not encouraged, the validator will still be slashed if the maintenance lasts too long. To lower the impact from poorly-operating validators who forget to claim its maintenance, they will be forced to enter Temporary Maintenance mode too.
- **enterMaintenance**: Validator can claim itself to enter scheduled maintenance by sending a transaction signed by the consensus key.
- **exitMaintenance**: The validator can claim itself to exit maintenance by sending another transaction.
More details in [BEP-127](https://github.com/bnb-chain/BEPs/blob/master/BEP127.md).
## How to enter/exit maintenance
### Running `geth`
make sure you have unlocked the consensus address of your validator