# Getting Started with LiquidX

## LiquidX Getting Started

LiquidX enables DAPP Network services to be used between chains. A user can stake DAPP on the EOS mainnet for an account on another eosio based chain.

This is accomplished by creating a set of mappings between accounts. DSPs and Users must create a 2 way mapping where by they verify on the mainnet and on the chain in question that each account is linked. This topic is explored in more detail in the docs to follow.

## Dev

{% content-ref url="getting-started-with-liquidx/use-dapp-network-services" %}
[use-dapp-network-services](https://docs.liquidapps.io/liquidapps-documentation/liquidx-stake-across-chains/getting-started-with-liquidx/use-dapp-network-services)
{% endcontent-ref %}

## DSP

{% content-ref url="getting-started-with-liquidx/become-a-dsp-on-another-chain" %}
[become-a-dsp-on-another-chain](https://docs.liquidapps.io/liquidapps-documentation/liquidx-stake-across-chains/getting-started-with-liquidx/become-a-dsp-on-another-chain)
{% endcontent-ref %}

## Chain Operator

{% content-ref url="getting-started-with-liquidx/add-a-chain-to-liquidx" %}
[add-a-chain-to-liquidx](https://docs.liquidapps.io/liquidapps-documentation/liquidx-stake-across-chains/getting-started-with-liquidx/add-a-chain-to-liquidx)
{% endcontent-ref %}


---

# 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/liquidx-stake-across-chains/getting-started-with-liquidx.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.
