> For the complete documentation index, see [llms.txt](https://docs.mav.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mav.xyz/technical-reference/maverick-v2/v2-contracts/maverick-v2-reward-contracts/libraries/incentivematcherdeployer.md).

# IncentiveMatcherDeployer

### Functions <a href="#functions" id="functions"></a>

#### deploy <a href="#deploy" id="deploy"></a>

```solidity
function deploy(IMaverickV2VotingEscrow veToken, IMaverickV2RewardFactory factory)
    external
    returns (IMaverickV2IncentiveMatcher incentiveMatcher);
```

#### incentiveMatcherBytecodeHash <a href="#incentivematcherbytecodehash" id="incentivematcherbytecodehash"></a>

```solidity
function incentiveMatcherBytecodeHash() external pure returns (bytes32);
```

<br>
