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

# Services

## Chain Explorer

<https://mainnet.explorer.liveraven.net/nibiru>

## Public Endpoint

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

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

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

## Connections

### Peer

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

```bash
75d2372f7feecb7bf66a5c57302bea172c62a3d3@nibiru.rpc.liveraven.net:20656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

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

{% endcode %}
