# Services

## Chain Explorer

TBD

## Public Endpoint

{% tabs %}
{% tab title="RPC (requests)" %}
Can be used for the usual requests

[https://namada.rpc.liveraven.net/](https://namada.rpc.liveraven.net)
{% endtab %}

{% tab title="RPC (cli for --node)" %}
Can be used as a parameter for the CLI command:

\--node tcp\://namada.rpc80.liveraven.net:80

[http://namada.rpc80.liveraven.net/](http://namada.rpc80.liveraven.net)
{% endtab %}
{% endtabs %}

## Connections

### Peer

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

```bash
e5604e738b59b144d0a56c4345c2d3cb7a609e2e@namada.rpc.liveraven.net:38656
```

{% endcode %}

### Genesis

{% code overflow="wrap" %}

```bash
curl -Ls https://snapshots.liveraven.net/snapshots/namada/genesis.json > $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/config/genesis.json
```

{% endcode %}

### Address Book

{% code overflow="wrap" %}

```bash
curl -Ls https://snapshots.liveraven.net/snapshots/namada/addrbook.json > $HOME/.local/share/namada/shielded-expedition.88f17d1d14/cometbft/config/addrbook.json
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://services.liveraven.net/cosmos-testnets/namada/services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
