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

# BoostedPositionDeployerDynamic

### 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 kind,
    uint32 binId,
    uint256 tokenAScale,
    uint256 tokenBScale
) external returns (IMaverickV2BoostedPosition boostedPosition);
```

<br>
