# Overview

A **Covenant Market** is a permissionless tranching market deployed against a single oracle-priced Base Asset. Each market splits its Base Asset into two fungible ERC‑20 tranches, a senior **Yield Coin** and a junior **Leverage Coin**, with prices and the funding rate cleared continuously by the [Latent Swap AMM](/protocol-mechanism/latent-swap-amm.md).

This section catalogues the Covenant Markets currently live on mainnet. For each market, the pages cover:

* the underlying Base Asset (issuer, strategy, native yield, redemption window);
* the market parameters fixed at deployment (oracle, debt duration `D`, price band `Pa`/`Pb`, target LTV);
* the Yield Coin (senior tranche specifics: ticker, current implied APY, capacity);
* the Leverage Coin (junior tranche specifics: ticker, current effective leverage, expected net carry).

## Live markets

| Market                       | Base Asset                       | Issuer / Strategy         | Native APY |
| ---------------------------- | -------------------------------- | ------------------------- | ---------- |
| [aHYPER](/markets/ahyper.md) | aHYPER (Hyperithm Delta Neutral) | Hyperithm, on Accountable | \~10% net  |

A live mark of all rates, prices, and capacity figures is available on the [Covenant app](https://app.covenant.finance).

## How to read a market page

Each market page leads with the underlying so a reader can decide whether the Base Asset matches their thesis. The Yield Coin and Leverage Coin sub-pages then describe what each tranche earns, who it is for, and what the effective entry rate is at the prevailing market price. The exact entry rate at any moment is the Latent Swap clearing price; the figures on these pages are illustrative of the market's design point and may differ from the live rate.


---

# 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.covenant.finance/markets/markets.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.
