> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iris.credit/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported markets

> The pairs you can borrow against today, and the venues behind them.

IRIS launches with six pairs on Ethereum mainnet. More will be added.

## Pairs

| Collateral | Borrow | Venues               |
| ---------- | ------ | -------------------- |
| cbBTC      | USDC   | Aave V3, Morpho Blue |
| cbBTC      | USDT   | Aave V3              |
| WBTC       | USDC   | Aave V3, Morpho Blue |
| WBTC       | USDT   | Aave V3              |
| wstETH     | USDC   | Aave V3              |
| wstETH     | USDT   | Aave V3, Morpho Blue |

| Asset  | Address                                      |
| ------ | -------------------------------------------- |
| cbBTC  | `0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf` |
| WBTC   | `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` |
| wstETH | `0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0` |
| USDC   | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` |
| USDT   | `0xdAC17F958D2ee523a2206206994597C13D831ec7` |

## Venues

Every pair runs on Aave V3. Three of them also run on Morpho Blue, on one specific market each.

**Aave V3.** Risk parameters are set per asset, so a pair maps to one configuration.

**Morpho Blue.** A pair is not a single market. Each Morpho market is its own combination of collateral, loan asset, oracle and liquidation LTV, and several can exist for the same pair. IRIS uses one specific market per pair:

| Pair          | LLTV | Market                                                                                                                                      |
| ------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| cbBTC / USDC  | 86%  | [`0x64d65c…fcc64`](https://app.morpho.org/ethereum/variable/0x64d65c9a2d91c36d56fbc42d69e979335320169b3df63bf92789e2c8883fcc64/cbbtc-usdc)  |
| WBTC / USDC   | 86%  | [`0x3a85e6…fee49`](https://app.morpho.org/ethereum/variable/0x3a85e619751152991742810df6ec69ce473daef99e28a64ab2340d7b7ccfee49/wbtc-usdc)   |
| wstETH / USDT | 86%  | [`0xe7e969…687d2`](https://app.morpho.org/ethereum/variable/0xe7e9694b754c4d4f7e21faf7223f6fa71abaeb10296a4c43a54a7977149687d2/wsteth-usdt) |

LLTV is the venue's liquidation threshold, not an IRIS parameter. At 86%, a position is liquidatable once the debt reaches 86% of the collateral value under that market's oracle.

## Choosing between them

Venue is the last term you set, so IRIS already knows your pair by then. The step offers only the venues that pair runs on. Pick cbBTC/USDT and Aave V3 is the only option, so there is nothing to choose.

Where both are available, allowing both gives the solver more room and can produce a better rate. Allowing one gives you a position that stays where you expect. The solver picks from the set you allow when it quotes you, and can move the position between them later while the loan runs. See [Borrowing](/home/user-guide/borrowing).

Everything about your collateral comes from whichever venue currently holds the position: the liquidation threshold, the penalty charged when you cross it, how much collateral is taken, and the oracle your collateral is priced against. Those differ between Aave and Morpho, and between Morpho markets. See [Venue liquidations](/home/user-guide/liquidations).

The app is the current source of truth. If a pair appears there and not here, the app is right.
