> For the complete documentation index, see [llms.txt](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview.md).

# Overview

- [Start here](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/start-here.md): The fastest way to understand LSteak, plus where to go next.
- [LSteak Explainer](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/lsteak-explainer.md)
- [LSteak FAQ](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/lsteak-faq.md)
- [How to use LSteak](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/how-to-use-lsteak.md): Where to get LSTEAK, how to exit, and what to expect.
- [Security & audits](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/security-and-audits.md): Audit status, scope, and security posture.
- [33Audits audit report](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/security-and-audits/33audits-audit-report.md): Independent smart contract security review of the LSteak protocol by 33Audits.
- [ISSAM strategic system analysis](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/security-and-audits/issam-strategic-system-analysis.md): System-level structural assessment of LSteak under ISSAM v1.
- [Verification checklist](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/verification-checklist.md): Concrete things you can verify on-chain and in the docs.
- [Terms & Conditions](https://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview/terms-and-conditions.md): Legal terms for accessing and using the LSteak protocol.


---

# 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://lsteak-protocol.gitbook.io/lsteak-protocol-docs/overview.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.
