> 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/use-dapp-network-services/map-mainnet-to-new-chain.md).

# Map Mainnet to New Chain

### Map Mainnet to New Chain

To map an EOS mainnet account to a new chain’s account, perform the [`addaccount`](https://bloks.io/account/liquidx.dsp?loadContract=true\&tab=Actions\&account=liquidx.dsp\&scope=liquidx.dsp\&limit=100\&action=addaccount) action on the [`liquidx.dsp`](https://bloks.io/account/liquidx.dsp) account.

* owner {name} - name of account on the EOS mainnet staked to services
* chain\_account {name} - name of account on new chain to use services
* chain\_name {name} - account on mainnet that has registered the new chain, should be publicly available from a representative of the chain (DSP, BP, community)

Example cleos command:

```
cleos -u https://nodes.get-scatter.com:443 push transaction '{"delay_sec":0,"max_cpu_usage_ms":0,"actions":[{"account":"liquidx.dsp","name":"addaccount","data":{"owner":"natdeveloper","chain_account":"liquidxcnsmr","chain_name":"mynewchainnn"},"authorization":[{"actor":"natdeveloper","permission":"active"}]}]}'
```

###
