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

# Services

## Public Endpoint

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

## Connections

### Peer

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

```bash
1eed7f989dee2a7d7cb0f067154dfc72eac09f5c@23.88.5.169:34656
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

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

{% endcode %}

### Genesis

{% code overflow="wrap" %}

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

{% endcode %}
