# 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>
