> For the complete documentation index, see [llms.txt](https://docs.onre.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onre.finance/onyc-in-defi/defi-opportunities/looping-and-leveraged-exposure.md).

# Looping and Leveraged Exposure

Looping is a leveraged yield strategy that uses ONyc as collateral to increase exposure to its underlying yield. Rather than simply holding ONyc, users deposit it into a supported lending protocol, borrow against that collateral, and use the borrowed funds to acquire additional ONyc. This process can be repeated to build a larger yield-bearing position than the user's initial capital would otherwise allow.

Looping is supported through integrated lending protocols such as Kamino and Loopscale. By increasing exposure to ONyc, users can amplify returns when ONyc's yield exceeds borrowing costs. Because the strategy relies on leverage, it also increases liquidation risk and requires ongoing management of borrowing costs and loan health.

### How It Works

{% stepper %}
{% step %}

#### Deposit ONyc as Collateral

Users begin by depositing ONyc into a supported lending protocol, where it serves as collateral for a loan.
{% endstep %}

{% step %}

#### Borrow Against the Position

Using the deposited ONyc as collateral, users borrow an eligible asset, typically a stablecoin such as USDC.
{% endstep %}

{% step %}

#### Increase Yield Exposure

The borrowed funds are used to acquire additional ONyc, increasing exposure to ONyc's underlying yield without requiring additional capital.
{% endstep %}

{% step %}

#### Repeat the Process

The newly acquired ONyc can also be deposited as collateral, allowing the borrowing and redeployment process to be repeated until the desired leverage is reached.
{% endstep %}
{% endstepper %}

### Risks

Because looping relies on collateralized borrowing, positions may be liquidated if their loan-to-value (LTV) exceeds the protocol's liquidation threshold. This can occur if borrowing costs accumulate faster than ONyc's NAV growth or if collateral values decline relative to outstanding debt.

Returns are also sensitive to changes in borrowing rates. If the cost of borrowing rises above the yield generated by ONyc, the strategy may become less profitable or unprofitable. In addition, opening and closing leveraged positions depends on sufficient market liquidity, and users remain exposed to the smart contract, oracle, and operational risks of the protocols used within the strategy.

### Supported Markets

Supported looping strategies across select Solana protocols are eligible for enhanced OnRe Points multipliers based on leverage applied.

{% stepper %}
{% step %}

#### Kamino

[ONyc/USDC Multiply](https://kamino.com/multiply/47tfyEG9SsdEnUm9cw5kY9BXngQGqu3LBoop9j5uTAv8/6ZxkBSJEqsXA3Kdm2PDAzHLUdPTPUK93Lf4bAezec1UQ/AYL4LMc4ZCVyq3Z7XPJGWDM4H9PiWjqXAAuuHBEGVR2Z)

[ONyc/USDG Multiply](https://kamino.com/multiply/47tfyEG9SsdEnUm9cw5kY9BXngQGqu3LBoop9j5uTAv8/6ZxkBSJEqsXA3Kdm2PDAzHLUdPTPUK93Lf4bAezec1UQ/JBmLCoKqjdKSStK45onRqe6U6sxVgSpdXoeXe4h7NwJw)

[ONyc/USDS Multiply](https://kamino.com/multiply/47tfyEG9SsdEnUm9cw5kY9BXngQGqu3LBoop9j5uTAv8/6ZxkBSJEqsXA3Kdm2PDAzHLUdPTPUK93Lf4bAezec1UQ/3yDc9ARvtPLhYxZLgucZGuBtZ9bHshBvXTwHxGe3nhmC)
{% endstep %}

{% step %}

#### Loopscale

[ONyc/USDC Loop](https://app.loopscale.com/loops/onyc-usdc/)

[srONyc/USDC Loop](https://app.loopscale.com/loops/sronyc-usdc)

[PT-ONyc-10SEPT26 USDC Loop](https://app.loopscale.com/loops/onyc-10sep26-usdc)

[ONyc/USDT Loop](https://app.loopscale.com/loops/onyc-usdt)

[ONyc/USX Loop](https://app.loopscale.com/loops/onyc-usx)
{% endstep %}
{% endstepper %}


---

# 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.onre.finance/onyc-in-defi/defi-opportunities/looping-and-leveraged-exposure.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.
