# Bondify Value Proposition

**Two liquidity problems today**

1. Leveraged yield positions are locked. To exit a looping position you unwind it one loop at a time, then wait out the underlying asset's unstake cycle (a few days for sUSDe, potentially weeks for RWA assets). Through that window your capital can neither move nor be sold.
2. Many yield assets have no secondary market. If an asset isn't covered by a major yield market, its future yield has no public price, and the holder has no way to cash out early.

**What Bondify unlocks**

From a single looping position, a looper has two parallel ways to monetize, and buyers get a clean way in:

* **Sell the yield rights (Yield Token).** Keep the principal in place and package the position's yield, from now until maturity, into a YT sold for cash today.
* **Sell the whole position (Junior Token).** Standardize the looping position into a fungible token that trades on a secondary market (Staple) at the market price, skipping the full unwind and unstake wait.
* **Buy clean exposure.** Buyers build and manage nothing: buy YT for pure yield exposure, or buy Junior Token for leveraged-yield-position exposure.

The two issuance options are parallel: YT detaches the yield from the position; Junior Token tokenizes the position itself.

**SLF: the engine behind it**

SLF is a USDC liquidity facility, and it supplies liquidity to both strategy families, not just leverage for loopers.

* For looping strategies: SLF provides the leverage a looper borrows to build a position.
* For yield strategies: SLF also supplies liquidity to the YT market. When buyer demand for YT exceeds what loopers have listed, SLF steps in as the backstop source. That YT supply is realized through the same looping mechanism, so both strategy families draw on one shared pool of SLF liquidity.

Without SLF, neither leverage nor yield tokens could be issued. One point worth stressing: the funds a looper borrows never leave the protocol as cash. They're routed through DEX smart order routing or the official mint path and converted straight into collateral held inside the protocol.

**Three roles, one market**

* Lender: supplies USDC to SLF, earns a fixed yield.
* Looper: builds a leveraged position, issues YT or Junior Token to monetize.
* Yield buyer: buys YT or Junior Token for yield exposure.

<figure><img src="/files/4cD2uSpBdHgO5ynf7jct" 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.cian.app/bondify/for-users-quick-start/bondify-value-proposition.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.
