# Provenance

<figure><img src="https://github.com/takeshi-val/Logo/raw/main/provenanced_logo_name.png" alt=""><figcaption></figcaption></figure>

The provenance Protocol is a fast, scalable, and secure blockchain that empowers individuals, developers, and enterprises to increase their data privacy and cybersecurity posture without sacrificing ease of use. This protocol strives to offer world-class applications to protect the planet's most important data–your data.

**Chain ID**: pio-mainnet-1 | **Latest Version Tag**: v1.25.1 | **Wasm**: ON

[Website](https://provenance.io) | [Discord](https://discord.gg/kNZC8nwCFP) | [Twitter](https://twitter.com/provenancefdn)

## Chain explorer

<https://explorer.provenance.io/dashboard>

## Public endpoints

* api: <https://api-provenance.takeshi.team>
* rpc: <https://rpc-provenance.takeshi.team>
* grpc: grpc-provenance.takeshi.team

## Peering

**seed-node**

```bash
1fcb1fe676876087d0c641ad6476417dcccb396f@provenance-seed.takeshi.team:10656
```

**addrbook**

{% code overflow="wrap" %}

```bash
curl -Ls https://snapshots.takeshi.team/provenance/addrbook.json > $HOME/.provenance/config/addrbook.json
```

{% endcode %}

**live-peers** (21)

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

```bash
peers="919b4d9257da3c0d0880881758bc43e3c07bae00@142.132.205.169:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.provenance/config/config.toml
```

{% 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.takeshi.team/chain/mainnet/provenance.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.
