# LEVERAGED LIQUIDITY STRATEGIES

**UNBRK™ Protocol** features safe, gas efficient, multi-intent, atomic strategy execution, built on top of primitives such as **UBKLiquidityPool** and **UBKCollateralVault**.

Any strategy that requires leveraged liquidity is supported: long, short or delta-neutral.

Below is an example of an automated ERC-4626 carry trade with atomic leverage to capture the spread between **UNBRK™** pool yields and a yield-bearing collateral asset.

Users can supply the underlying as margin to execute a safe, atomic leveraged ERC-4626 deployment in one transaction.

The **UBKAutoDeployerERC4626** will allow a user to atomically:

* Supply frxETH as margin.
* Borrow leveraged frxETH liquidity at a fixed rate from the (frxETH, 12M) pool, capturing any spread.
* Deposit the margin and borrowed liquidity to the sfrxETH ERC-4626 vault and receive any shares.
* Collateralize their position with shares to ensure both user and protocol solvency is maintained.
* Be protected from harmful deployments by reverting if undercollateralized post op.

  <figure><img src="/files/rKchNDfJMJgTmP5zCbSN" alt=""><figcaption></figcaption></figure>


---

# 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://docs.unbrk.xyz/advanced/leveraged-liquidity-strategies.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.
