> For the complete documentation index, see [llms.txt](https://haven-11.gitbook.io/haven-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://haven-11.gitbook.io/haven-ai-docs/core-products/gateway.md).

# Unified Yield Gateway

> A single interface for accessing T-Bills, liquidity pools, and delta-neutral strategies.

***

## Overview

The Unified Yield Gateway is the access layer connecting users to Haven's full range of yield strategies — spanning both DeFi and TradFi fixed-income markets — from a single interface.

No need to navigate multiple protocols, manage separate wallets, or track positions across chains manually. Haven aggregates it all.

***

## Supported Strategy Types

### 📄 T-Bills (Tokenized RWA)

Access U.S. Treasury Bill yields through tokenized RWA wrappers. The lowest-risk option in Haven's strategy suite — stable, predictable, and backed by U.S. government obligations.

* **Risk tier:** Low
* **Typical APY:** 4.5–5.5%
* **Best for:** Capital preservation, institutional allocation

### 💧 Liquidity Pools (DeFi)

Stablecoin and low-volatility lending pools across major protocols including Aave, Compound, and Morpho.

* **Risk tier:** Low–Medium
* **Typical APY:** 5–9%
* **Best for:** Yield maximization within stablecoin exposure

### ⚖️ Delta-Neutral Strategies (Quant)

Market-neutral strategies that earn funding rates and basis spreads regardless of price direction. Built for users seeking higher yield without directional crypto exposure.

* **Risk tier:** Medium–High
* **Typical APY:** 8–15%
* **Best for:** Sophisticated users, yield optimization

### 🗂 Blended Portfolios (Structured)

Pre-constructed allocations combining all strategy types with defined risk/return profiles. Managed autonomously by HavenClaw with HavenScore monitoring.

***

## Supported Assets

| Asset                   | Type       | Avg APY  | Risk Tier      |
| ----------------------- | ---------- | -------- | -------------- |
| USDC                    | Stablecoin | 5–8%     | ✅ Low          |
| USDT                    | Stablecoin | 5–7%     | ✅ Low          |
| Tokenized T-Bills       | RWA        | 4.5–5.5% | ✅ Low          |
| DAI / sDAI              | Stablecoin | 6–9%     | 🔵 Medium      |
| Delta-Neutral Positions | Structured | 8–15%    | ⚠️ Medium-High |

***

## Supported Chains

* Ethereum Mainnet
* Arbitrum
* Base
* Optimism

Additional chains planned for Phase 4 — see [Roadmap](/haven-ai-docs/resources/roadmap.md).

***

## Related

* [HavenClaw — How strategies are executed](/haven-ai-docs/core-products/havenclaw.md)
* [HavenScore — Risk scoring per protocol](/haven-ai-docs/core-products/havenscore.md)
* [Quick Start — Deploy your first strategy](/haven-ai-docs/getting-started/quickstart.md)


---

# 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://haven-11.gitbook.io/haven-ai-docs/core-products/gateway.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.
