> 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/kyve/services.md).

# Services

## Chain Explorer

TBD

## Public Endpoint

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

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

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

## Connections

### Peer

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

```bash
36afae529bd7fb07c6d0650c9acacdd4e5dad32a@kyve.rpc.liveraven.net:13656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

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

{% endcode %}
