> For the complete documentation index, see [llms.txt](https://services.liveraven.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.liveraven.net/cosmos-testnets/elys-network/services.md).

# Services

## Chain Explorer

[Explorer](https://testnet.explorer.liveraven.net/elys/staking/elysvaloper1e4x9y3atxm0g833ccfz63ua470h7fakhw0udkw)

## Public Endpoint

{% tabs %}
{% tab title="RPC" %}
<https://elys.rpc.liveraven.net>
{% endtab %}

{% tab title="API" %}
<https://elys.api.liveraven.net>
{% endtab %}

{% tab title="gRPC" %}
<elys.grpc.liveraven.net:443>
{% endtab %}
{% endtabs %}

## Connections

### Peer

{% code overflow="wrap" fullWidth="false" %}

```bash
cf22dec11ff8aa44e117f6cb8832538d597c9c68@elys.rpc.liveraven.net:22656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

```bash
curl -Ls https://snapshots.liveraven.net/snapshots/elys/addrbook.json > $HOME/.elys/config/addrbook.json
```

{% endcode %}

### Genesis

{% code overflow="wrap" %}

```bash
curl -Ls https://snapshots.liveraven.net/snapshots/elys/genesis.json > $HOME/.elys/config/genesis.json
```

{% endcode %}
