> 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/l2-bridge-recipient.md).

# L2 Bridge Recipient

## Functions

### constructor()

`function constructor (address _rewardsToken, address _l2EmissionsController) public`

| Parameter                | Type    | Description                                                                 |
| ------------------------ | ------- | --------------------------------------------------------------------------- |
| `_rewardsToken`          | address | Bridged rewards token on the Polygon chain.                                 |
|                          |         |                                                                             |
| `_l2EmissionsController` | address | Polygon contract that will distribute bridged rewards on the Polygon chain. |
