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

# introduction

- [LAYERK Ecosystem](https://docs.layerk.com/introduction/layerk-ecosystem.md): LAYERK is a tech company focused on hardware and software innovations. Advanced computing and blockchain, empowers people to achieve independence | Join us
- [Vision and Mission](https://docs.layerk.com/introduction/vision-and-mission.md): Discover LAYERK’s vision and mission in our White Paper. Explore our aspirations for a new technological era | Join LayerK and LYK token ecosystem and find out more about Minting
- [The Problem We Solve](https://docs.layerk.com/introduction/the-problem-we-solve.md)
- [Roadmap](https://docs.layerk.com/introduction/roadmap.md): Explore LAYERK’s roadmap in our White Paper, charting our course towards groundbreaking advancements. Read about our key milestones, objectives and initiatives including DAPP, Blockchain and Token
- [Deck](https://docs.layerk.com/introduction/deck.md): Machines and Blockchain that work for you. In simple words, explore our vision and mission, token economics, use cases, smart contracts, minting utility token, LYK Blockchain and Launchpad
- [Audit and Certifications](https://docs.layerk.com/introduction/audit-and-certifications.md): LayerK Audit and Certifications. LayerK underwent a rigorous security evaluation by a prominent Auditor specializing in blockchain and smart contract security.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.layerk.com/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
