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

# Services

## Public Endpoint

|      |                                           |
| ---- | ----------------------------------------- |
| RPC  | <https://union-testnet.rpc.liveraven.net> |
| API  | <https://union-testnet.api.liveraven.net> |
| gRPC | <union-testnet.grpc.liveraven.net:443>    |

## Connections

### Peer

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

```bash
b25b49f8e27607ebf62158ee110559a4fa2adbd1@23.88.5.169:30656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

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

{% endcode %}

### Genesis

{% code overflow="wrap" %}

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

{% endcode %}
