> For the complete documentation index, see [llms.txt](https://docs.brahma.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brahma.fi/change-log/ambient-less-than-greater-than-aave-strategy.md).

# Ambient <> Aave Strategy

The Ambient x Aave Combo Strategy optimises your yield and Scroll Marks earning securely on USDC or ETH by allocating 50% to Ambient LP pools and 50% to Aave. This strategy ensures efficiency and convenience, allowing you to enter a multi-position in a single transaction.

Deploy to experience:

* **Efficiency and Convenience**: Single transaction to open an LP + Lending position.
* **Optimized Scroll Marks**: Open and manage Scroll positions faster. Earn extra marks as Console user
* **Optimised Returns**: Utilises both LP pools and lending for balanced returns.
* **Risk Mitigation**: Diversification in Aave and Ambient positions, blue-chip protocols.

### How to Deploy?

**Steps to Deploy the Strategy**

1. **Choose Input Token and Amount**: Select either ETH or USDC as your input token and an amount.
2. **Simulate and Sign Transaction**: Approve and sign the transaction in your Console.

#### What the Strategy does in a single transaction:

**For ETH:**

1. **Allocate 50% ETH to LP on Ambient**: Swap ETH to wstETH and provide liquidity on the wstETH/ETH pool.
2. **Supply 50% ETH to Aave**: Deposit the remaining ETH on Aave.

**For USDC:**

1. **Allocate 50% USDC to LP on Ambient**: Swap USDC to USDT and provide liquidity on the USDC/USDT pool.
2. **Supply 50% USDC to Aave**: Deposit the remaining USDC on Aave.

#### Notes

* **Direct Execution**: The transaction is executed directly on the Ambient and Aave contracts, without depositing in any Brahma proxy contracts. The user's Console directly owns the positions in the two protocols at all times.
* The Ambient price range for liquidity provision is set at \[-2%, +2%] of the current price, preselected due to the correlated nature of assets in the Ambient pool, such as USDC-to-USDT or ETH-to-wstETH.
* The strategy opens 2 positions of equal size, one on Ambient and one on Aave.
* The position can only be opened with the template, not managed nor closed.

  The opened positions can be managed directly on each of the protocols by using [Brahma Connect.](https://docs.brahma.fi/features-and-functionalities/execution/dapp-connection-and-execution/brahma-connect)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.brahma.fi/change-log/ambient-less-than-greater-than-aave-strategy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
