> For the complete documentation index, see [llms.txt](https://validators.polkachu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://validators.polkachu.com/master.md).

# Introduction

This is an **unofficial** support site for Kusama/Polkadot validators. It is started as I take note in the Element Chat (formerly Riot Chat) rooms such as [Kusama Validator Lounge](https://matrix.to/#/#KusamaValidatorLounge:polkadot.builders) and [Polkadot Validator Lounge](https://matrix.to/#/#polkadotvalidatorlounge:web3.foundation). Members in these chat rooms are immensely helpful in helping me get started as a Kusama Validator, and I thought it is worthwhile to codify my learnings.

Kusama/Polkadot has a comprehensive [wiki site](https://wiki.polkadot.network/docs/en/getting-started) that covers pretty much everything, including many resources for Kusama/Polkadot validators. This support site is by no means an attempt to duplicate the effort of the official guide. This site is purely validator-focused, and will not cover general Kusama/Polkadot topics (such as parachain, crowdloan, democracy, etc) unless it has a direct link with validators. Needless to say, if anything on this site is in conflict with the official guide, please trust the official guide. Moreover, you can click on "Edit on Github" and submit a pull request to make this site better. This site is open-sourced with this [repo](https://github.com/polkachu/validator-resources) on GitHub. &#x20;

This site will try to differentiate itself from the official guide in the following ways:

1. It includes more fan-created unofficial resources such as YouTube tutorials, Medium blog posts, etc.
2. It is not a comprehensive guide. Rather, it intends to surface the most frequently requested content and most frequently asked questions that I have observed in the chatrooms.&#x20;
3. It cover some corner cases that might not be of interest to the general validator population (thus not included in the official wiki) but of interest to those more technically inclined.&#x20;

### Tips Accepted

| Network | Address                                          |
| ------- | ------------------------------------------------ |
| DOT     | 15ym3MDSG4WPABNoEtx2rAzBB1EYWJDWbWYpNg1BwuWRAQcY |
| KSM     | CsKvJ4fdesaRALc5swo5iknFDpop7YUwKPJHdmUvBsUcMGb  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://validators.polkachu.com/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
