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

# Rate CLMM

Exponent’s **Rate CLMM** is a concentrated liquidity market maker built specifically for trading onchain interest-rate assets.

Instead of concentrating liquidity around a token price, Exponent concentrates liquidity around **Implied APY ranges**. This makes the mechanism better suited for PT and YT markets, where the key variable is not just spot price, but the rate the market is pricing for the remaining life of the maturity.

The result is a liquidity engine designed for yield markets: more capital efficient than passive AMMs, easier to quote around a rate view, and better aligned with how interest-rate products actually trade.

## Why a Rate CLMM?

Traditional AMMs were not built for interest rate assets like PT and YT.

Yield markets have a few unique characteristics:

* they revolve around a **fixed maturity**
* PT converges toward par over time
* YT value decays as less future yield remains
* the most meaningful variable is often **Implied APY**, not spot price alone

The Rate CLMM adapts concentrated liquidity to these dynamics by letting LPs provide liquidity across a **chosen yield range**, rather than a generic or fixed rate range that limits active management and makes it harder to express differentiated strategies.

## How It Works

The Rate CLMM holds liquidity for Exponent yield markets using a **PT/underlying pool**.

Liquidity providers choose an **Implied APY range** where they want to quote capital. When the market trades inside that range, their liquidity becomes active and earns fees. When the market moves outside the range, the position stays open but stops earning fees until rates come back into range or the LP repositions.

This is similar in spirit to concentrated liquidity systems like Uniswap v3 or Meteora DLMM, but adapted for interest-rate markets with maturities.

## Why PT and the Underlying?

The CLMM is built around **PT and its underlying (SY)**, not PT and YT.

That structure matters because:

* **PT** represents the fixed-rate principal side of the market
* **SY** represents the standardized underlying yield asset
* the PT/SY pair provides a clean base for routing swaps and managing liquidity

YT trades are still supported, but they are not held directly in the pool. Instead, Exponent uses atomic routing through flash swaps under the hood to convert between exposures when needed.

For users, this keeps the experience simple while preserving a cleaner liquidity structure at the protocol level.

## Trading on the Rate CLMM

The CLMM supports trading fixed-rate and yield exposure across Exponent markets.

<Tabs>
  <Tab title="PT trading">
    PT can be swapped directly against pool liquidity.

    This is typically the simplest route for users who want to:

    * lock a fixed rate by buying PT
    * exit fixed exposure by selling PT
    * trade around changes in Implied APY before maturity
  </Tab>

  <Tab title="YT trading">
    YT is also supported, but through Exponent's flash swap rather than as a direct pool asset.

    When users buy or sell YT, the protocol handles the necessary strip or merge flow atomically in the same transaction. This makes YT trading possible without fragmenting the pool into separate PT and YT liquidity venues.

    From the user perspective, YT trading still feels like a normal swap flow.
  </Tab>
</Tabs>

## Concentrated Liquidity by Yield Range

The defining feature of the Rate CLMM is that LPs choose where they want to provide liquidity on the **rate curve**.

A **narrower** range means:

* more capital efficiency
* more fee generation per unit of liquidity when the market stays in range
* more active management required if rates move away

A **wider** range means:

* less precision
* lower fee density
* more tolerance for rate movement without needing to rebalance

This gives LPs flexibility depending on how actively they want to manage positions and how strong their rate view is.

## Who Is It For?

The Rate CLMM is useful for several types of participants:

<Tabs>
  <Tab title="Liquidity Providers">
    LPs can use the CLMM to:

    * quote around a target Implied APY range
    * earn fees from PT and YT swap flow
    * gain exposure to trading activity in a given maturity
    * actively manage liquidity as rates move over time
  </Tab>

  <Tab title="Traders">
    Traders can use the CLMM for:

    * buying PT to lock fixed returns
    * selling PT to exit fixed positions
    * buying or selling YT through routed swaps
    * entering or exiting positions quickly against continuously available liquidity
  </Tab>

  <Tab title="Vault Managers">
    The CLMM also provides the base infrastructure for more structured liquidity strategies, including market-making through Exponent Strategy Vaults.
  </Tab>
</Tabs>

## Why Use the CLMM Instead of the Order Book?

The CLMM and the Rate Order Book are complementary.

|                     | Rate CLMM                               | Rate Order Book                          |
| ------------------- | --------------------------------------- | ---------------------------------------- |
| Liquidity model     | Continuous concentrated liquidity       | Discrete limit orders                    |
| Best for            | Fast swaps and active LP strategies     | Precise execution at target rates        |
| User type           | Traders and LPs                         | Active traders and passive order placers |
| Capital deployment  | Range-based                             | Order-by-order                           |
| Market making style | Concentrated and continuously available | Resting offers at specific levels        |

In general, the CLMM is better suited for users who want **continuous liquidity** and for LPs who want to actively market-make around a view on rates.

## Returns for LPs

LP returns on the Rate CLMM can come from several sources:

* **trading fees** from swap activity routed through their active range
* **PT fixed-rate convergence** inside the position
* **underlying asset yield** on the SY side of the pool
* **optional emissions or incentives**, when a market is incentivized

How much an LP earns depends on:

* how much trading happens
* whether rates stay inside the chosen range
* how efficiently the position is managed over time

A position that is out of range may still hold value, but it does not actively earn swap fees until it is back in range.

## Rate Markets Evolve Over Time

Because Exponent markets have maturities, the shape of a good liquidity range can change over the life of the market.

<Tabs>
  <Tab title="Earlier in the maturity">
    * rate expectations may move more
    * wider ranges can make more sense
    * trading may be more directional
  </Tab>

  <Tab title="Closer to maturity">
    * PT moves closer to par
    * remaining yield uncertainty declines
    * the useful quoting range may narrow
  </Tab>
</Tabs>

This is one reason the Rate CLMM is powerful for interest-rate markets: liquidity can adapt to where the market expects rates to trade at each stage of the maturity.

## Risks and Considerations

Using the Rate CLMM comes with several considerations:

* **Out-of-range risk** – positions stop earning swap fees when the market leaves the selected APY range
* **Active management risk** – concentrated liquidity often requires monitoring and rebalancing
* **Impermanent loss / inventory drift** – the asset mix in a position changes as the market moves
* **Liquidity risk** – thinner pools can lead to wider execution for larger trades
* **Smart contract risk** – applies to the CLMM, Exponent core logic, and the underlying protocol

Compared with traditional AMMs, Exponent’s CLMM is built around correlated yield assets, which helps make the structure more efficient for this use case. Still, LPing is an active strategy and should be treated as such.

## FAQ and Common Issues

<AccordionGroup>
  <Accordion title="What does the CLMM quote in?">
    The Exponent Rate CLMM is organized around **Implied APY ranges**, not just a standard spot-price grid.
  </Accordion>

  <Accordion title="What happens if the market moves outside my range?">
    Your position remains open, but it stops earning swap fees until rates move back into your range or you rebalance the position.
  </Accordion>

  <Accordion title="Does the pool hold YT directly?">
    No. The core pool is built around PT and SY. YT trades are handled through Exponent’s internal routing and strip/merge logic.
  </Accordion>

  <Accordion title="Is the Rate CLMM only for LPs?">
    No. Traders can also use it to swap into PT or route YT trades through available liquidity. LPs use it to provide concentrated liquidity and earn fees.
  </Accordion>

  <Accordion title="How is this different from a normal CLMM?">
    A normal CLMM concentrates liquidity around spot price. Exponent’s Rate CLMM concentrates liquidity around **yield ranges**, which is more natural for interest-rate assets with maturity.
  </Accordion>
</AccordionGroup>
