# Leverage / Max Mining

The Leverage strategy borrows against a collateral asset and redeposits that newly borrowed asset back to the protocol as additional collateral. Leveraging can be used to gain greater exposure to an asset.&#x20;

### Leverage / Max Mining

When using the Leverage strategy you select a collateral asset and then select the debt you want Leverage against. Leverage utilizes assets already in your position so you may need to supply your initial asset.

Leverage Example --

In our example we think the value of ETH will increase and would like to leverage. We started by supplying ETH to AAVE. This is our starting position:

![We deposited \~0.01 ETH into AAVE](/files/azOsQMVOVkx5d3VUvZil)

Now we would like to leverage our ETH for more ETH. In this example we'll borrow against a stablecoin to leverage ETH. You can click the icon in debt space to change the token you will borrow against.

![You can leverage any token including tokens you are not using as collateral.](/files/vigNhwkOBaAcltPqoNrr)

The Leverage function combines multiple steps in one:

* Borrows against collateral generating debt
* Uses the new borrowed assets and resupplies it to the position
* This can be looped to create increased leveraged

In the input you can enter the amount of ETH to be leveraged this maximum leverage is determined by the protocol and collateral factor of the asset. For ETH you can leverage it about 4x on AAVE. This is an example of a projected leverage.

![Instadapp lets you leverage pass the CF of an asset](/files/7Sh8vRskjtHPDxa4IDKT)

For our example we'll leverage the position about 2.5x. In the Leverage panel we'll enter the amount of the debt asset we want to use to leverage. In this case $25 USDC is borrowed against and then swapped and resupplied as ETH into our position.

![You can see the projected status of your position before you execute it.](/files/okfo0QbRvdEp4IjAKnvZ)

Once the transaction confirms you have a position that looks like this:

![](/files/JRNWlOg6nb43B0GzWxxA)

![](/files/RifZYNIj9FyOyFWrMk3P)

Alternative Use


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.instadapp.io/strategies/leverage-max-mining.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
