> ## Documentation Index
> Fetch the complete documentation index at: https://docs.range.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Multiple positions

> Split an overall range into several positions and choose how to distribute your deposit.

Use **Multiple** to split one overall range into several adjacent positions in the same pool. This is different from using multiple wallets.

## Configure the distribution

<Steps>
  <Step title="Choose the pool and overall range">
    Follow [create your first position](/quickstart) to inspect the pool, then select **Multiple**. Set the minimum and maximum bounds. The **Full** preset is only available in **Single** mode.
  </Step>

  <Step title="Set the number of positions">
    Use **Positions** to choose a count from 2 to 20. The pool's tick spacing limits how many fit, so widen the range if you need more.
  </Step>

  <Step title="Choose a distribution">
    Select **Even**, **Bottom-heavy**, or **Top-heavy**.
  </Step>

  <Step title="Review the total deposit">
    Enter amounts under **Total deposit**, then review **Composition**, **Ticks**, the position count, and **Slippage**.
  </Step>

  <Step title="Create and verify the positions">
    Submit the configuration and review the transaction count and gas estimate in your wallet. After confirmation, check each position's range and assets.
  </Step>
</Steps>

## Distribution choices

| Choice           | Allocation intent                                |
| ---------------- | ------------------------------------------------ |
| **Even**         | Equal allocation weights across the positions.   |
| **Bottom-heavy** | Greater weights at lower prices or market caps.  |
| **Top-heavy**    | Greater weights at higher prices or market caps. |

Each token is allocated only among positions that can hold it, so equal weights do not mean equal dollar values. Equal tick intervals are also not equal price intervals.

Creating several positions does not automate their management. Continue with [track your positions](/guides/track-positions).
