# Adding leverage to a position you already have

> Borrowing against a range puts cash in your account. Adding leverage puts the borrowed money back into the range. Two operations, one important difference.

- Source: https://defiloops.com/blog/adding-leverage-to-a-position-you-already-have
- Published: 2026-09-16
- Category: Strategy
- Tags: uniswap, leverage, liquidity, flash-loans
- Author: DeFiLoops

---
There are two things people mean by "borrow against my liquidity position", and they end
somewhere completely different.

<Compare left="Borrow" right="Add leverage" verdict>
  <Fragment slot="left">
    The money arrives in your account. Your position is unchanged, and you owe more. What you
    do with the proceeds is a separate decision.
  </Fragment>
  <Fragment slot="right">
    The money goes into the position. Your range is larger, it collects more, and you owe more.
    Nothing arrives for you to spend.
  </Fragment>
</Compare>

The first is cash out and has [its own article](/blog/borrowing-against-a-liquidity-position-without-closing-it).
This is the second.

## Two ways to get bigger

<Spec rows={[
  ['Add leverage', 'Flash-loans the asset, puts part of it into the position as liquidity, and re-borrows the rest from the vault to settle the loan. The position grows and so does the debt'],
  ['Add liquidity', 'Flash-loans the asset, uses it to clear the vault debt so the position can be touched, adds the liquidity, then re-borrows to repay the flash'],
]} />

Both make the position larger. The difference is what is being added: in the first the borrowed
asset itself becomes liquidity, in the second the flash exists to unpin the position so that
liquidity can be added to it at all.

<Callout type="note" title="Why either needs a flash loan">
  A position with debt against it cannot be modified while the debt stands — the vault will not
  let its collateral change underneath it. So every change starts by clearing the debt with
  money borrowed for the length of one transaction, and ends by re-establishing it.
</Callout>

## What leverage does to a range

Worth being blunt about, because the appeal is obvious and the risk is not symmetrical.

More liquidity in the same range collects more fees, in proportion. It does not collect for
longer, and it does not collect at all once price leaves the range — leverage does not widen
anything, it deepens it.

Meanwhile the debt does not care where the price is. A range that price has abandoned is a
position converting into the asset that fell, while the loan against it stays exactly the size
it was.

<Callout type="warn" title="The two risks do not move together">
  Fee income depends on price staying inside your range. Liquidation depends on the value of
  the collateral. A quiet market can starve the first without threatening the second, and a
  sharp move can threaten the second while the first has already stopped.
</Callout>

## Before you add

The honest check is whether the range would earn its keep unlevered. Doubling a position that
was in the wrong place doubles being in the wrong place, and the survey tools here will tell
you what a range you name would have collected, day by day, over real history — which is a
better input than a fee APR quoted at today's price.