# LiNEAR Protocol

## LiNEAR Protocol

- [Introduction](https://docs.linearprotocol.org/introduction.md)
- [Understanding Allstake](https://docs.linearprotocol.org/introduction/understanding-allstake.md)
- [How LiNEAR Does Liquid Restaking](https://docs.linearprotocol.org/how-linear-does-liquid-restaking.md)
- [Product](https://docs.linearprotocol.org/product.md)
- [$LiNEAR](https://docs.linearprotocol.org/product/usdlinear.md)
- [How to Stake NEAR?](https://docs.linearprotocol.org/product/usdlinear/how-to-stake-near.md)
- [How to Restake $LiNEAR?](https://docs.linearprotocol.org/product/usdlinear/how-to-restake-usdlinear.md)
- [$bLiNEAR](https://docs.linearprotocol.org/product/usdblinear.md)
- [$LNR](https://docs.linearprotocol.org/usdlnr.md)
- [$LNR Distribution](https://docs.linearprotocol.org/usdlnr/usdlnr-distribution.md)
- [Utility](https://docs.linearprotocol.org/usdlnr/utility.md)
- [Developer Guide](https://docs.linearprotocol.org/developer-guide.md): LiNEAR Protocol Developer Guide
- [Contract Overview](https://docs.linearprotocol.org/developer-guide/contract-overview.md)
- [Automatic Staking Optimization](https://docs.linearprotocol.org/developer-guide/automatic-staking-optimization.md)
- [FAQ](https://docs.linearprotocol.org/faq.md): Most of your questions can be found here！
- [Liquid staking and $LiNEAR](https://docs.linearprotocol.org/faq/liquid-staking-and-usdlinear.md)
- [Liquid restaking and $bLiToken](https://docs.linearprotocol.org/faq/liquid-restaking-and-usdblitoken.md)
- [Security](https://docs.linearprotocol.org/security.md): LiNEAR Protocol is doing everything we can to ensure the security of everyone's assets.
- [Phoenix Bonds](https://docs.linearprotocol.org/phoenix-bonds.md): A novel bonding game built on LiNEAR protocol
- [Phoenix Bonds FAQ](https://docs.linearprotocol.org/phoenix-bonds/phoenix-bonds-faq.md)
- [Phoenix Bonds Audits](https://docs.linearprotocol.org/phoenix-bonds/phoenix-bonds-audits.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.linearprotocol.org/introduction.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.
