# Introduction to Endur

Endur.fi is a liquid staking platform on Starknet, supporting liquid staking of STRK and BTC. Endur allows stakers to stake their assets while maintaining liquidity.

In other words, by converting STRK to xSTRK or BTC to xyBTCs, users can earn staking rewards without sacrificing access to liquidity.

### Key Features:

* **Liquidity Unlocked:** Unlike native staking, Liquid staking token (LST) holders maintain control over their liquidity.
* **No Fees on Stake/Redemption:** Endur charges no fees on your stake or redemption amount.
* **Faster Unstaking - unstake faster than the native unstake period of** 7 days on average.
* **Extended Use Cases**: Use the LSTs for borrowing, high-yield strategies, and more.
* **Security**: Our smart contracts are audited! Reports are shared [here](https://docs.endur.fi/docs/security).

### Supported tokens

| Token                    | LST symbol |
| ------------------------ | ---------- |
| STRK                     | xSTRK      |
| WBTC (Wrapped Bitcoin)   | xWBTC      |
| tBTC (Threshold network) | xtBTC      |
| LBTC (Lombard finance)   | xLBTC      |
| SolvBTC                  | xsBTC      |


---

# Agent Instructions: 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/introduction-to-endur.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.
