> For the complete documentation index, see [llms.txt](https://docs.mstable.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mstable.org/docs/integrations.md).

# Integrations

The external DeFi systems mStable currently interacts with for the **Stacked Yield** vault, and how they fit into the strategy.

The protocols listed here reflect the current implementation. The vault is built to rotate between supported yield markets as opportunities change, so this list may evolve over time. The infrastructure relationship with Chamber is constant.

### **Ethena (sUSDe)**

**What it is**\
Ethena issues USDe, a synthetic dollar backed by a delta-hedged perp strategy. When staked, it becomes sUSDe, a yield-bearing stablecoin that distributes funding and staking rewards.

**Why mStable uses it**

* Provides a credible, yield-bearing stablecoin as a base-layer building block.
* Adoption and liquidity of sUSDe are strong.

**Risks**

* **Funding dependency:** relies on perp market funding rates.
* **Depeg risk:** if USDe diverges from $1.
* **Protocol risk:** Ethena contracts and hedging mechanics.

**Learn more:** [Ethena Docs](https://docs.ethena.fi/)

### **Pendle Finance (PTs)**

**What it is**\
Pendle splits yield-bearing assets into two parts:

* **PT (Principal Token):** redeems 1:1 at expiry.
* **YT (Yield Token):** claims the yield until expiry.

mStable uses PTs to lock in a fixed yield until maturity.

**Why mStable uses it**

* Turns floating yield into fixed, predictable returns.
* At PT expiry, bots roll into the next series to keep exposure continuous.

**Risks**

* PT liquidity can thin out near expiry.
* Slippage during rollover.
* Reliance on Pendle contracts.

**Learn more:** [Pendle Docs](https://docs.pendle.finance/)

### **Aave**

**What it is**\
Aave is a lending market where users can deposit collateral and borrow against it.

**Why mStable uses it**

* Collateral is deposited into Aave, bots borrow against it, convert back into the collateral asset, and redeposit.
* This looping increases exposure within target leverage limits when profitable.

**Risks**

* **Liquidation:** if health factor falls.
* **Borrow caps:** access is limited when markets fill.
* **Oracle risk:** Aave price feeds.

**Learn more:** [Aave Docs](https://aave.com/docs)

#### **Chamber (infrastructure)**

**What it is**\
Chamber is the asset-management infrastructure mStable is built on. It provides the smart contracts, vault logic, and automation framework that the Stacked Yield product runs on.

**Why mStable uses it**

* Battle-tested contracts shared with other Chamber-built products such as Toros.
* Modular design that lets the vault plug into supported yield markets.
* Non-custodial, permissioned automation layer for bots.

**Risks**

* Smart contract dependency.

**Learn more:** [Chamber Docs](https://docs.dhedge.org/)


---

# 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:

```
GET https://docs.mstable.org/docs/integrations.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.
