# ClusterValidator

> **ClusterValidator** = `object`

Defined in: [types.ts:84](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L84)

Validator withdrawal configuration

## Properties

| Property                | Type     | Description                                                                    | Defined in                                                                                                            |
| ----------------------- | -------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `fee_recipient_address` | `string` | Address to receive MEV rewards (if enabled), block proposal and priority fees. | [types.ts:86](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L86) |
| `withdrawal_address`    | `string` | Address to receive skimming rewards and validator principal at exit.           | [types.ts:89](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L89) |
