> 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/disperse-forwarder.md).

# Disperse Forwarder

## Functions

### disperseToken()

`function disperseToken (address[] recipients, uint256[] values) external`

Transfers reward tokens to a list of recipients with amounts.

| Parameter    | Type       | Description                                                                |
| ------------ | ---------- | -------------------------------------------------------------------------- |
| `recipients` | address\[] | Array of address that are to receive token rewards.                        |
| `values`     | uint256\[] | Array of reward token amounts for each recipient including decimal places. |
