# Community Actions

## Compounding

As staking rewards are generated by Validators, the newly created AZERO sit in an unclaimed state at the network level until the Validator claims them and re-bonds them.&#x20;

Any community member can execute a [`compound`](/the-ike-protocol/architecture/smart-contract-functions.md#staking-functions) transaction with the [`Vault`](/the-ike-protocol/architecture/core-smart-contracts.md#the-vault-contract) contract. This tells all of the participating Validators to claim then re-bond the claimed AZERO. This enables Ike to benefit from compounding yield rewards, and can happen at most once per [Era](/overview/proof-of-stake-blockchains.md#staking-at-the-network-level).

## Delegate Withdrawal Unbonded

Technically, any community member can execute the [`delegateWithdrawUnbonded`](/the-ike-protocol/architecture/smart-contract-functions.md#unstaking-functions) function. If no community member does this, it will happen the time a user tries to redeem AZERO. There is no incentive fee for doing this.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ike.xyz/the-ike-protocol/architecture/community-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
