# Uniswap v3 - Single-Sided Liquidity

## Overview

The Uniswap v3 - Single-Sided Liquidity Proving strategy involves using a single asset, in this case USDC, and using a variety of protocols to provide liquidity on a decentralized exchange in order to earn yeild. There are a number of steps:&#x20;

1. USDC is provided as collateral on Aave and borrows out a corresponding asset like Ethereum&#x20;
2. The USDC and Ethereum is then deposited within a predefined range on Uniswap V3 to provide liquidity.&#x20;
3. Due to the risks of impermament loss based on the inherent price movement of Ethereum, bots automatically readjust positions over time (or exit altogether in times of high market volatility) to minimize losses. &#x20;
4. At the end of the period, the position is closed out on Uniswap and then on Aave.&#x20;
5. This process repeats over time to earn cumulative rewards.&#x20;

## Summary

* **Network**: Ethereum, Polygon
* **Protocol(s)**: Uniswap v3, Aave
* **Strategy Type**: Liquidity Providing

## Resources

* [Uniswap v3 USDC-ETH Pool](https://info.uniswap.org/#/pools/0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640)


---

# 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://earn-docs.affinedefi.com/strategies/uniswap-v3-single-sided-liquidity.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.
