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

# Getting Started

### **Welcome to the Layer One X Wiki**

Welcome to the official Layer One X Wiki, your comprehensive source for all information related to Layer One X (L1X), a groundbreaking blockchain infrastructure. This Wiki serves as the definitive guide to understanding the foundation, technology, and innovative products of Layer One X.

Layer One X is at the forefront of blockchain innovation, offering a robust Layer One infrastructure built from the ground up. It's a platform where advanced technology meets practical application, facilitating seamless cross-chain communication and interoperable digital identities. With a focus on efficiency and scalability, L1X is tailored to bridge the gap between traditional web technologies and the emerging Web3 landscape.

In this Wiki, you'll find detailed insights into the foundation of Layer One X – the principles, vision, and the team behind this revolutionary project. Delve into the core technologies that make L1X a pioneer in the field, including its proprietary X-Talk infrastructure for bridgeless cross-chain exchanges, the innovative Interoperable Digital ID system, and the high-efficiency native oracle system.

Additionally, explore the diverse range of products and solutions offered by Layer One X, from the scalable infrastructure that supports both existing Web2 projects and new Web3 initiatives, to partnerships and collaborations that showcase L1X's versatility and adaptability in various sectors.

Whether you're a developer, investor, blockchain enthusiast, or just curious about the future of decentralized technology, the Layer One X Wiki is your gateway to understanding and engaging with one of the most promising platforms in the blockchain ecosystem.


---

# 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://l1x-sdk.gitbook.io/l1x-foundation/getting-started.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.
