# Become a DSP on another chain

## Become a DSP on another chain

LiquidX enables DSPs (DAPP Service Providers) to offer services on new chains. All existing and newly created packages may be staked to and used by developers without any additional modifications.

To add a chain, a DSP must configure their DSP API’s `config.toml` file with the sidechain’s details then two way map their EOS mainnet DSP account, the account that will be staked to and will receive rewards, to their sidechain DSP account. This is done with the [`addaccount`](https://bloks.io/account/liquidx.dsp?loadContract=true\&tab=Tables\&account=liquidx.dsp\&scope=liquidx.dsp\&limit=100\&action=addaccount) action on the mainnet [`liquidx.dsp`](https://bloks.io/account/liquidx.dsp) account and `adddsp` on the `dappservicex.cpp` contract on the new chain. As a note, the `dappservicex.cpp` contract’s account can be called anything (hopefully `dappservicex` for simplicity), so the name must be found from the community.

To add a chain from an architecture perspective requires adding a new nodeos instance for that chain and having another demux instance running on the DSP’s API endpoint. The nodeos instance can be run external to the DSP API. There are two additional log files produced for the new chain. A new dapp-service-node log file for the new gateway port and another demux log file.

See list of example chains to add [here](/liquidapps-documentation/liquidx-stake-across-chains/getting-started-with-liquidx/example-chains-to-add.md).

Guide:

{% content-ref url="/pages/-MYoJOyrqFQGDoCV3cqM" %}
[Editing config.toml file](/liquidapps-documentation/liquidx-stake-across-chains/getting-started-with-liquidx/become-a-dsp-on-another-chain/editing-config.toml-file.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYoJS32jXfurJ-eS11Q" %}
[Push DSP account mapping action](/liquidapps-documentation/liquidx-stake-across-chains/getting-started-with-liquidx/become-a-dsp-on-another-chain/push-dsp-account-mapping-action.md)
{% endcontent-ref %}

###

### <br>


---

# 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/become-a-dsp-on-another-chain.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.
