> 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/example-chains-to-add/telos.md).

# Telos

### Telos

```
[sidechains.liquidxxtlos]
    # dsp
    dsp_port = 3119
    dsp_account = ""
    dsp_private_key = ""
    # nodeos
    nodeos_host = ""
    nodeos_port = 8888
    nodeos_secured = false
    nodeos_chainid = "4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11"
    nodeos_websocket_port = 8887
    nodeos_latest = true
    webhook_dapp_port = 8116
    # demux
    demux_webhook_port = 3199
    demux_socket_mode = "sub"
    demux_bypass_database_head_block = false
    demux_max_pending_messages = 500
    # sidechain 
    name = "liquidxxtlos"
    mapping = "dappservices:dappservicex,EOS_MAINNET_DSP_ACCOUNT:TELOS_DSP_ACCOUNT"
```
