# Kryptonite

## Kryptonite

- [About](https://docs.kryptonite.finance/kryptonite/about.md): Kryptonite is Sei's premier liquid staking platform. It enables users to enhance their staking strategies by providing them with access to liquidity normally locked within their staked assets.
- [Protocol Overview](https://docs.kryptonite.finance/kryptonite/protocol-overview.md)
- [Platform Overview](https://docs.kryptonite.finance/kryptonite/platform-overview.md)
- [Staking SEI](https://docs.kryptonite.finance/user-guide/staking-sei.md)
- [Burning stSEI\*](https://docs.kryptonite.finance/user-guide/burning-stsei.md)
- [Getting into an LP](https://docs.kryptonite.finance/user-guide/getting-into-an-lp.md)
- [NFT Game Event Rules](https://docs.kryptonite.finance/user-guide/nft-game-event-rules.md)
- [Staking](https://docs.kryptonite.finance/mechanisms/staking.md)
- [Farming](https://docs.kryptonite.finance/mechanisms/farming.md)
- [Convert](https://docs.kryptonite.finance/mechanisms/convert.md)
- [Governance](https://docs.kryptonite.finance/mechanisms/governance.md)
- [Bridge](https://docs.kryptonite.finance/mechanisms/bridge.md)
- [veSEILOR vs SEILOR](https://docs.kryptonite.finance/mechanisms/veseilor-vs-seilor.md)
- [SEILOR Tokenomics](https://docs.kryptonite.finance/tokenomics/seilor-tokenomics.md)
- [Staking](https://docs.kryptonite.finance/developer/staking.md)
- [Hub](https://docs.kryptonite.finance/developer/staking/hub.md)
- [Reward](https://docs.kryptonite.finance/developer/staking/reward.md)
- [Rewards Dispatcher](https://docs.kryptonite.finance/developer/staking/rewards-dispatcher.md)
- [Validators Registry](https://docs.kryptonite.finance/developer/staking/validators-registry.md)
- [Tokens: stSei and bSei](https://docs.kryptonite.finance/developer/staking/tokens-stsei-and-bsei.md)
- [SEILOR Token](https://docs.kryptonite.finance/developer/seilor-token.md)
- [Boost](https://docs.kryptonite.finance/developer/seilor-token/boost.md)
- [Dispatcher](https://docs.kryptonite.finance/developer/seilor-token/dispatcher.md)
- [Distribute](https://docs.kryptonite.finance/developer/seilor-token/distribute.md)
- [Fund](https://docs.kryptonite.finance/developer/seilor-token/fund.md)
- [Seilor](https://docs.kryptonite.finance/developer/seilor-token/seilor.md)
- [Staking](https://docs.kryptonite.finance/developer/seilor-token/staking.md)
- [Ve Seilor](https://docs.kryptonite.finance/developer/seilor-token/ve-seilor.md)
- [Oracle](https://docs.kryptonite.finance/developer/oracle.md)
- [Swap Extension](https://docs.kryptonite.finance/developer/swap-extension.md)
- [Staking Contracts](https://docs.kryptonite.finance/contract-addresses/staking-contracts.md)
- [SEILOR Token Contracts](https://docs.kryptonite.finance/contract-addresses/seilor-token-contracts.md)
- [Pool2 Farming](https://docs.kryptonite.finance/contract-addresses/pool2-farming.md)
- [Audit](https://docs.kryptonite.finance/security/audit.md)
- [Token Contracts](https://docs.kryptonite.finance/faqs/token-contracts.md)
- [Exchanges](https://docs.kryptonite.finance/faqs/exchanges.md): Where is SEILOR listed?
- [Socials + Links](https://docs.kryptonite.finance/faqs/socials-+-links.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.kryptonite.finance/kryptonite/about.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.
