# ClaimableIncentives

> **ClaimableIncentives** = `object`

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

Claimable Obol Incentives

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="operator_address"></a> `operator_address` | `string` | Operator Address. | [types.ts:363](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L363) |
| <a id="amount"></a> `amount` | `string` | The amount the recipient is entitled to. | [types.ts:366](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L366) |
| <a id="index"></a> `index` | `number` | The recipient's index in the Merkle tree. | [types.ts:369](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L369) |
| <a id="merkle_proof"></a> `merkle_proof` | `string`[] | The Merkle proof (an array of hashes) generated for the recipient. | [types.ts:372](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L372) |
| <a id="contract_address"></a> `contract_address` | `string` | The MerkleDistributor contract address. | [types.ts:375](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L375) |
