> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/validator.md).

# Validator Guide

- [Technical Introduction](https://docs.v2.like.co/validator/technical-introduction.md)
- [LikeCoin chain node](https://docs.v2.like.co/validator/likecoin-chain-node.md)
- [Setup a node (mainnet / public testnet)](https://docs.v2.like.co/validator/likecoin-chain-node/setup-a-node.md)
- [Node Security](https://docs.v2.like.co/validator/likecoin-chain-node/setup-a-node/node-security.md)
- [Setup on docker (Deprecated)](https://docs.v2.like.co/validator/likecoin-chain-node/setup-a-node/setup-on-docker-deprecated.md): This is the deprecated method of setting up a node. Please read the latest guide first.
- [Setup on cloud platforms](https://docs.v2.like.co/validator/likecoin-chain-node/setup-a-node/setup-on-cloud-platforms.md)
- [Syncing from genesis](https://docs.v2.like.co/validator/likecoin-chain-node/setup-a-node/syncing-from-genesis.md)
- [Node configuration](https://docs.v2.like.co/validator/likecoin-chain-node/node-configuration.md)
- [Command line interface](https://docs.v2.like.co/validator/likecoin-chain-node/command-line-interface.md)
- [Useful commands](https://docs.v2.like.co/validator/likecoin-chain-node/command-line-interface/useful-commands.md)
- [Become a validator](https://docs.v2.like.co/validator/become-a-validator.md): What is the requirement?
- [ChungKing++ Upgrade](https://docs.v2.like.co/validator/chungking-plus-upgrade.md): ChungKing is the fourth major upgrade to the LikeCoin chain
- [Previous upgrades](https://docs.v2.like.co/validator/previous-upgrades.md)
- [ChungKing+ Upgrade](https://docs.v2.like.co/validator/previous-upgrades/chungking-plus-upgrade.md): ChungKing is the fourth major upgrade to the LikeCoin chain
- [ChungKing Upgrade](https://docs.v2.like.co/validator/previous-upgrades/chungking-upgrade.md): ChungKing is the fourth major upgrade to the LikeCoin chain
- [StarFerry Upgrade](https://docs.v2.like.co/validator/previous-upgrades/starferry-upgrade.md): StarFerry is the third major upgrade to the LikeCoin chain
- [LaiChiKok Upgrade](https://docs.v2.like.co/validator/previous-upgrades/laichikok-upgrade.md): LaiChiKok is the second major upgrade to the LikeCoin chain
- [FoTan Upgrade](https://docs.v2.like.co/validator/previous-upgrades/fotan-upgrade-mainnet.md)
- [Overview](https://docs.v2.like.co/validator/previous-upgrades/fotan-upgrade-mainnet/overview.md): The Public Testnet is a preview of what the LikeCoin FoTan Mainnet will be.
- [Software Changes Overview](https://docs.v2.like.co/validator/previous-upgrades/fotan-upgrade-mainnet/software-changes-overview.md): Software Changes that you are expected to see in the new upgrade to FoTan
- [For other full node operators](https://docs.v2.like.co/validator/previous-upgrades/fotan-upgrade-mainnet/for-other-full-node-operators.md)
- [Miscellaneous](https://docs.v2.like.co/validator/previous-upgrades/fotan-upgrade-mainnet/faq-1.md): Questions asked by validators, experience on issues we met during testnet upgrade, etc
- [Legacy endpoints](https://docs.v2.like.co/validator/legacy-endpoints.md)


---

# 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://docs.v2.like.co/validator.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.
