> ## 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.

# Overview

> Overview of Exponent Core read functions

# Read Functions

This section covers the read functions available for querying Core market state without submitting transactions.

## Vault Properties

<CardGroup cols={2}>
  <Card title="Get Exchange Rate" href="/yield-stripping/typescript/read-functions/get-exchange-rate" />
</CardGroup>

## YtPosition Functions

<CardGroup cols={2}>
  <Card title="Get Yield Position" href="/yield-stripping/typescript/read-functions/get-yield-position" />

  <Card title="Get Claimable Interest" href="/yield-stripping/typescript/read-functions/get-claimable-interest" />

  <Card title="Get Claimable Emissions" href="/yield-stripping/typescript/read-functions/get-claimable-emissions" />
</CardGroup>
