# DSPs

A DAPP service provider is a specialized node to perform LiquidApps related logic, such as performing an oracle request and returning it to the blockchain, or scheduling an action on a re-occuring schedule.&#x20;

Below you'll find some helpful resources

### Articles

* [vRAM guide for experts](https://medium.com/@liquidapps/vram-guide-for-experts-f809c8f82a27)
* [EOS dApps and Their RAM Expenses](https://medium.com/@liquidapps/eos-dapps-and-their-ram-expenses-39352417be5c)

### Videos

* [Developer Explains - Decentralized Dapp Scaling w/ IPFS! How LiquidApps Dapp Service Providers Work](https://www.youtube.com/watch?v=-XdVnK22mZc)
* [EOS Weekly - The LiquidApps Game-Changer](https://www.youtube.com/watch?v=C30kJ7p33wg)
* [EOS Weekly - Unlimited DSP Possibilities](https://www.youtube.com/watch?v=g9x-M67iEFA)

### Have questions?

* [Join our Dev Telegram channel](https://t.me/joinchat/GTxt3lEL6HLeFzgsWA87qg)
* [Join our Telegram channel](https://t.me/LiquidAppsOfficial)
* [Email us: support@liquidapps.io](https://docs.liquidapps.io/en/v2.0/dsps/support@liquidapps.io)

### Want more information?

* Read our [whitepaper](https://liquidapps.io/DAPP%20Network%20and%20DAPP%20Token%20Whitepaper%20v2.0.pdf) and subscribe to our [Medium](https://medium.com/@liquidapps/) posts.


---

# 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-service-providers/dsps.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.
