# Warden

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

The Warden Protocol is not just a blockchain; it's a revolutionary approach in how we interact with and govern blockchain activities. Warden Protocol is a modular, intent-centric blockchain built on the robust Cosmos-SDK. It's designed to redefine the way users interact with multiple blockchains by enabling the creation and management of key material and its unique ability to understand and enforce users' intents directly on the blockchain. This capability allows for complex, multi-leg transactions and cross-chain activities, all safeguarded by the protocol’s on-chain enforcement mechanisms.

**Chain ID**: chiado\_10010-1 | **Latest Version Tag**: v0.5.2

[Website](https://wardenprotocol.org) | [Discord](https://discord.com/invite/wardenprotocol) | [Twitter](https://twitter.com/wardenprotocol)

## Chain explorer

[https://explorer.takeshi.team/warden-testnet](https://explorer.takeshi.team/warden)

## Public endpoints

* api: [https://warden-testnet.api.takeshi.team](https://warden-api.takeshi.team)
* rpc: [https://warden-testnet.rpc.takeshi.team](https://warden-rpc.takeshi.team)
* grpc: warden-grpc.takeshi.team:9398

## Peering

**state-sync**

```
d5519e378247dfb61dfe90652d1fe3e2b3005a5b@warden-rpc.takeshi.team:24456
```

**seed-node**

```
a85a651a3cf1746694560c5b6f76d566c04ca581@warden-rpc.takeshi.team:24459
```

**addrbook**

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

**live-peers** (11)

```bash
peers="6a8de92a3bb422c10f764fe8b0ab32e1e334d0bd@sentry-1.alfama.wardenprotocol.org:26656,7560460b016ee0867cae5642adace5d011c6c0ae@sentry-2.alfama.wardenprotocol.org:26656,24ad598e2f3fc82630554d98418d26cc3edf28b9@sentry-3.alfama.wardenprotocol.org:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.warden/config/config.toml
```


---

# 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/testnet/warden.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.
