> 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/liquidx-stake-across-chains/getting-started-with-liquidx/become-a-dsp-on-another-chain.md).

# 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>
