Skip to content

Commit

Permalink
Added link to PositionManager (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: saucepoint <[email protected]>
  • Loading branch information
seeyijie and saucepoint authored Dec 5, 2024
1 parent bf878a4 commit 29caef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts/v4/quickstart/01-create-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IPoolManager(manager).initialize(pool, startingPrice);
- i.e. `79228162514264337593543950336` is the starting price for a 1:1 pool

## Guide: Create a Pool & Add Liquidity
Uniswap v4's `PositionManager` supports atomic creation of a pool and initial liquidity using [_multicall_](/contracts/v4/reference/periphery/base/Multicall_v4). Developers can create a trading pool, with liquidity, in a single transaction:
Uniswap v4's [PositionManager](/contracts/v4/reference/periphery/PositionManager) supports atomic creation of a pool and initial liquidity using [_multicall_](/contracts/v4/reference/periphery/base/Multicall_v4). Developers can create a trading pool, with liquidity, in a single transaction:

### 1. Initialize the parameters provided to `multicall()`
```solidity
Expand Down

0 comments on commit 29caef0

Please sign in to comment.