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

# Introduction

## Introduction to the DAPP Network

The DAPP Network is run by DAPP Service Providers ([DSPs](/liquidapps-documentation/dapp-service-providers/dsps.md)), specialized nodes running on top of the blockchain, using IPFS for data storage. Developers and other users may stake the DAPP token for a customizable amount of time to DSPs in exchange for services.

Core Services include:

* [vRAM](/liquidapps-documentation/dapp-network-services/dapp-network-services/vram.md) - trust-less caching layer for EOSIO RAM, reduces total RAM needed for running DAPPs
* [LiquidHarmony](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidharmony.md) - suite of oracle request formats and examples (price feeds, random numbers, etc)
* [LiquidScheduler](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidscheduler.md) - on-chain one-time or re-occuring cron service (fetching a price)
* [LiquidAccounts](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidaccounts.md) - EOSIO accounts stored in vRAM versus RAM
* [LiquidStorage](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidstorage.md) - IPFS storage service (images, videos, etc)
* [LiquidLink](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidlink.md) - arbitrary EOSIO / ETH (EVM) multi signature signing service
* [LiquidAuth](/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidlink-1.md) - Authentication of offchain APIs and services using EOSIO permissions and contracts

Services may also be combined for features such as an EOSIO <> ETH token/nft bridge which uses vRAM to store transfer information, LiquidHarmony for fetching new transfers and performing finality checks, LiquidLink (signing ETH trxs), and LiquidScheduler to run the previous 3 services on a repeated interval.

See more examples here:

{% content-ref url="/pages/-MYj4Y2aDqdR8BgWe5mX" %}
[Examples](/liquidapps-documentation/introduction/examples.md)
{% endcontent-ref %}

## Zeus SDK

Zeus is an AntelopIO smart contract developer kit which can be used for creating, testing, migrating smart contracts and much more, check it out.

{% content-ref url="/pages/-MXHhHCTE8OI9xyLOEXr" %}
[Introduction](/liquidapps-documentation/working-with-zeus-sdk/overview.md)
{% endcontent-ref %}
