> For the complete documentation index, see [llms.txt](https://docs.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defisaver.com/triggers/chicken-bonds/cbreboundtrigger.md).

# CBReboundTrigger

### Description

Chicken Bonds trigger when the optimal amount of bLUSD has accrued

### Trigger ID

`0xd39413dc`

### SDK Action

```ts
const cBRebondTrigger = new dfs.triggers.CBRebondTrigger(
    bondID
);
```

### Subscription Parameters

```solidity
/// @param bondID Nft id of the chicken bond
struct SubParams {
    uint256 bondID;
}
```

### Calldata Parameters

```solidity
None
```

### IsChangeable

`false`
