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

# What is Leviatom

Leviatom is a Layer 0 Network in the NetX ecosystem, serving as the backbone of the decentralized cloud computing infrastructure network. It provides support for decentralized computing in NetX by building an infrastructure network. Leviatom has five major characteristics:

1. Decentralized Computing Infrastructure: Leviatom is the backbone of decentralized cloud computing and has built an infrastructure network to support decentralized computing in NetX.
2. Parallel Chain: Leviathan enhances blockchain performance through parallel chain technology, ensuring that on-chain computations match off-chain computations.
3. Microservice Management: The Leviatom ledger records the dynamic characteristics of nodes’ microservices, including the deployment and removal of microservices. This enables dynamic management and tracking of services through the ledger.
4. DeFaaS Platform: Leviatom is transformed into a decentralized Function-as-a-Service platform through an property-based service routing method, which improves network efficiency and functionality.
5. Collaboration with EVM: Collaboration with the EVM-compatible chain of Layer 1 enables smart contracts to call microservices hosted by Leviatom, bridging the gap between decentralized computing and smart contract execution.

**Leviatom official link:**

Website: <https://www.leviatom.network/>

Twitter: <https://twitter.com/LeviatomNetwork>

Discord: <https://discord.gg/HCRh5rrtCm>


---

# 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://leviatom.gitbook.io/leviatom-docs/leviatom-introduction/what-is-leviatom.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.
