> For the complete documentation index, see [llms.txt](https://docs.endur.fi/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endur.fi/docs/concepts/what-are-btc-lsts.md).

# What are BTC LSTs?

BTC LSTs is Endur's Liquid Staking Tokens that represents your staked BTC position. It's a yield-bearing token that allows you to maintain liquidity while earning staking rewards on your BTC tokens!

Supported BTC LSTS:

1. WBTC ⇒ xWBTC
2. tBTC ⇒ xtBTC
3. LBTC ⇒ xLBTC
4. SolvBTC ⇒ xsBTC

**Exchange Rate and Token Amount**

When you deposit BTC, you'll receive the respective BTC LST at the current exchange rate. You'll notice that the amount of BTC LST received is less than your BTC deposit. This is because of 2 reasons:

1. Exchange Rate

   * **xyBTC's value increases over time** relative to BTC and it reflects accumulated staking rewards. In simple terms, the rewards auto compound automatically when you hold any of the BTC LST.
   * Example: If 1 xWBTC = 1.1 WBTC, you'll receive \~0.91 xWBTC for 1 WBTC

2. Yield-Bearing Mechanism
   * BTC LSTs automatically accrues value from staking rewards.
   * Your BTC LST balance stays constant, but its value in BTC increases!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.endur.fi/docs/concepts/what-are-btc-lsts.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.
