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

# Pendle Markets

### Table Details

| Property     | Value                            |
| ------------ | -------------------------------- |
| Table Name   | `hyperevm.yields.pendle_markets` |
| Table Status | Production-Ready                 |
| Unique Key   | `market`                         |

### Table Columns

| Column Name                     | Data Type         | Description                                                                            |
| ------------------------------- | ----------------- | -------------------------------------------------------------------------------------- |
| market\_contract\_factory       | VARCHAR(16777216) | Address of the Pendle market factory that created this market.                         |
| market                          | VARCHAR(16777216) | Contract address of the Pendle market (liquidity pool token).                          |
| market\_name                    | VARCHAR(16777216) | Human-readable market name.                                                            |
| market\_decimals                | NUMBER(38,0)      | Decimal precision of the market LP token.                                              |
| expiry                          | TIMESTAMP\_NTZ(9) | Maturity date of the market, after which PT can be redeemed 1:1 for the underlying.    |
| standardized\_yield\_token      | VARCHAR(16777216) | Address of the Standardized Yield (SY) token.                                          |
| sy\_name                        | VARCHAR(16777216) | Name of the standardized yield token.                                                  |
| sy\_symbol                      | VARCHAR(16777216) | Symbol of the standardized yield token.                                                |
| sy\_decimals                    | NUMBER(38,0)      | Decimal precision of the standardized yield token.                                     |
| yield\_token                    | VARCHAR(16777216) | Address of the Yield Token (YT).                                                       |
| yt\_name                        | VARCHAR(16777216) | Name of the yield token.                                                               |
| yt\_symbol                      | VARCHAR(16777216) | Symbol of the yield token.                                                             |
| yt\_decimals                    | NUMBER(38,0)      | Decimal precision of the yield token.                                                  |
| principal\_token                | VARCHAR(16777216) | Address of the Principal Token (PT).                                                   |
| pt\_name                        | VARCHAR(16777216) | Name of the principal token.                                                           |
| pt\_symbol                      | VARCHAR(16777216) | Symbol of the principal token.                                                         |
| pt\_decimals                    | NUMBER(38,0)      | Decimal precision of the principal token.                                              |
| scalar\_root                    | NUMBER(38,0)      | AMM scalar root parameter set at market creation, controlling the interest rate range. |
| initial\_anchor                 | NUMBER(38,0)      | AMM initial anchor rate parameter set at market creation.                              |
| lnfee\_rate\_root               | NUMBER(38,0)      | Natural log of the market's fee rate parameter set at market creation.                 |
| transaction\_hash               | VARCHAR(16777216) | Hash of the market-creation transaction.                                               |
| transaction\_index              | NUMBER(38,0)      | Zero-based position of the transaction within its block.                               |
| log\_index                      | NUMBER(38,0)      | Zero-based position of the market-creation event log within its transaction.           |
| block\_timestamp                | TIMESTAMP\_NTZ(9) | Timestamp (UTC) of the block that contains the market creation.                        |
| block\_number                   | NUMBER(38,0)      | Number of the block that contains the market creation.                                 |
| block\_hash                     | VARCHAR(16777216) | Hash of the block that contains the market creation.                                   |
| is\_pendle\_verified            | BOOLEAN           | Whether the market is verified by Pendle.                                              |
| \_created\_at                   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                               |
| \_updated\_at                   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                          |
| \_changed\_since\_full\_refresh | BOOLEAN           | Indicates if the record has changed since the last full data refresh.                  |

### Related Docs

* [EVM Yields Pendle Markets](/historical-data/supported-blockchains/evm/core-schemas/yields/pendle-markets)
