# rewardsPPM()

{% code overflow="wrap" %}

```solidity
    function rewardsPPM() external view returns (uint32);
```

{% endcode %}

This function returns the caller incentive rewards in PPM the caller will receive from calling the `execute()` function.

### Example

{% code overflow="wrap" %}

```solidity
// Returns:
[
20000,                   //portion in PPM
]
```

{% endcode %}

{% hint style="info" %}
For the ETH token, use the contract address: *0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE*&#x20;
{% endhint %}


---

# 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.carbondefi.xyz/contracts-and-functions/carbonvortex-functions/read-functions/rewardsppm.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.
