# Core Features

Core components that play an integral part in Firelight:

1. **Vaults** are smart contracts that manage staked FXRP, and mint liquid staking tokens. They follow the ERC-4626 standard and are fully backed by the underlying asset deposited into the vault.
2. **Liquid Staking Tokens (stXRP)** are ERC-20 tokens representing staked positions. They remain fully transferable and DeFi-compatible while accruing value through exchange rate adjustments.

These components form a staking ecosystem where XRP holders may earn protocol rewards without sacrificing liquidity.


---

# 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.firelight.finance/introducing-firelight/core-features.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.
