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

# Services

## Chain Explorer

TBD

## Public Endpoint

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

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

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

## Connections

### Peer

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

```bash
51aeaa2c757989f720c904023c2dbedfc720f75e@testnet.lava.rpc.liveraven.net:27656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

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

{% endcode %}
