> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/validator-application-user-guide/manage-account/profile-details/stop-validator.md).

# Stop Validator

The Stop Validator feature allows users to securely deactivate their validator role on the blockchain. By entering their wallet’s mnemonic phrase, validators can confirm and authorize the deactivation process, ceasing participation in block validation and network consensus. Before stopping their validator status, users are advised to complete pending actions such as unbonding tokens or withdrawing rewards, as rewards will no longer accumulate after deactivation. This feature ensures a smooth and secure exit for validators while maintaining the network’s integrity and stability.

<figure><img src="/files/xtzpafO1pMwrHEE4Iwni" alt=""><figcaption></figcaption></figure>

### Wallet Address Field

This section displays the wallet address currently linked to the validator role (e.g., 0x4768589...8B145). It helps users identify which wallet is associated with their validator operations. A Copy Icon is provided next to the wallet address, allowing users to quickly copy it for use in external tools or for record-keeping.

### Sign and Submit Button

This button is the final step in the deactivation process. When clicked, it initiates the transaction to deactivate the validator role. The connected wallet prompts the user to confirm the action and pay the necessary gas fees. After submission, a notification is displayed, informing users that the account status update may take some time to reflect.&#x20;

<br>


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/validator-application-user-guide/manage-account/profile-details/stop-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.
