> 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-supplemental-contracts/libraries/boostedpositiondeployerstatic.md).

# BoostedPositionDeployerStatic

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

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

```solidity
function deploy(
    string memory name,
    string memory symbol,
    IMaverickV2Pool pool,
    uint8 binCount,
    bytes32[3] memory binData,
    bytes32[12] memory ratioData
) external returns (IMaverickV2BoostedPosition boostedPosition);
```

<br>
