# DAPP Workers

DAPP-Workers allows smart contracts and code functions of any programming language, framework, or stack to run on top of EVM-compatible blockchains in a standard fashion. It does so through the use of docker and wasi containers as well as a PoS-based consensus mechanism.&#x20;

DAPP Workers can be used to run smart contracts, cross-chain bridges, 2nd-layer platforms, oracles, application backends, and even entire chains for app-specific EVM shards.&#x20;

Developers and projects can now use the open-source DAPP-Workers code to accelerate the DAPP Networks transition to a future dominated by EVM networks.

<https://github.com/DAPPNetworkLabs/dapp-workers>

*Read the announcement telegram post* [*here*](https://t.me/LiquidAppsOfficial/73164)*.*


---

# Agent Instructions: 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://docs.liquidapps.io/liquidapps-documentation/dapp-network-labs/dapp-workers.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.
