> 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-mainnets/rebus-chain/services.md).

# Services

## Chain Explorer

TBD

## Public Endpoint

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

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

{% tab title="gRPC" %}
<https://rebus.grpc.liveraven.net/>
{% endtab %}
{% endtabs %}

## Connections

### Peer

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

```bash
66da16370c56bd1951ab85699132cde8249822b1@rebus.rpc.liveraven.net:19656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

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

{% endcode %}
