> For the complete documentation index, see [llms.txt](https://developers.mstable.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.mstable.org/emissions-controller/polygon-integration/bridge-forwarder.md).

# Bridge Forwarder

## Functions

### notifyRewardAmount()

`function notifyRewardAmount (uint256 _rewards) external`

Called by the Emissions Controller to trigger the processing of the weekly rewards.

The Emissions Controller has already transferred the MTA to this contract.

| Parameter  | Type    | Description                                                        |
| ---------- | ------- | ------------------------------------------------------------------ |
| `_rewards` | uint256 | The amount of reward tokens that were distributed to this contract |

### getRewardToken()

`function getRewardToken () external returns (contract IERC20)`

Gets the RewardsToken
