> 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/ecosystem.md).

# Ecosystem

- [Multifunction Utility](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/multifunction-utility.md): The L1X Coin is a multifunctional utility coin at the heart of our ecosystem, designed to enhance the efficiency and usability of our blockchain platform.
- [Products](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/products.md)
- [Partnerships](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships.md)
- [L1DEX - Decentralised Exchange](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/l1dex-decentralised-exchange.md): EMP Money and DEX Finance collaborate to launch a revolutionary bridge-less DEX on Layer One X.
- [DigaLabs](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/digalabs.md): Diga are believers in the future of Web3 Gaming they are dedicated game builders, pouring their hearts and minds into becoming pioneers of this emerging market.
- [Omchain](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/omchain.md): Omchain teams up with Layer One X to issue Digital IDs for 15M blockchain users using L1X infrastructure. This will enhance access to governmental and banking services, among others.
- [Healthlink](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/healthlink.md)
- [L1X\_Labs](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/l1x_labs.md): L1X\_LABS is the Development Partner for Layer One X. Working with businesses to build and innovate on the Layer One X blockchain protocol.
- [UWA](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/uwa.md): The University of Western Australia, Blockchain Dept.
- [Prysm Group](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/prysm-group.md): Prysm Group is the Tokenomics Partner for I1X, delivering value to platforms by leveraging established economic research.
- [Hype Talent](https://l1x-sdk.gitbook.io/l1x-foundation/ecosystem/partnerships/hype-talent.md): Hype Talent - world-class Web3 Talent Agency


---

# 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/ecosystem.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.
