# EdgeDSPs

"Edge computing is a distributed computing paradigm that brings computation and data storage closer to the location where it is needed to improve response times and save bandwidth." [Wikipedia](https://en.wikipedia.org/wiki/Edge_computing)

In the case of DAPP Service providers, the EdgeDSP technology lowers the barrier to entry for providing DAPP Network services while also expanding the use cases primarily due to the lower amount of resources needed to provide services.&#x20;

EdgeDSPs do not remove the need for full DAPP Service Providers.  Full DSPs provide access to other blockchain nodes such as ETH/EOSIO which is a resource intense endeavor.

You can monitor progress on EdgeDSP technology at the [DAPP Network Labs repository](https://github.com/DAPPNetworkLabs)

* `hyperlink` - EdgeDSP (based on hyperlink - pre edgeos) with evm to evm bridge
* `edgeos` - more to come soon...


---

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