> For the complete documentation index, see [llms.txt](https://howtostake-cn.kysenpool.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howtostake-cn.kysenpool.io/xia-yi-bu-shi-shen-me.md).

# 下一步是什么？

如果您已完成上述步骤，那么恭喜您，您的ATOM现在已开始运作，在验证人验证交易并向 Cosmos 权益证明区块链提出新区块的同时为您赢得收益！

您可以通过一些网站查看验证人的工作状态，以下网站给您参考：

* Mintscan - <https://www.mintscan.io/validators>
* Hubble - [https://hubble.figment.network/.../cosmoshub-2](https://hubble.figment.network/cosmos/chains/cosmoshub-2)
* Big Dipper - <https://cosmos.bigdipper.live/validators>
* Cosmos Outpost - <https://cosmosoutpost.io/uptime>

您可能会在某个时刻考虑转换验证人或者取消委托。下面将介绍如何操作。

{% hint style="info" %}
您知道吗？即使您已将 ATOM 委托给验证人，ATOM 的所有权不会转让给它们。 您仍然拥有您刚刚委托给验证人的 ATOM 的完全所有权！
{% endhint %}


---

# 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://howtostake-cn.kysenpool.io/xia-yi-bu-shi-shen-me.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.
