> 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.md).

# Manage Account

The Profile Details Section provides users with an overview of their wallet status and facilitates the process of becoming a validator. By clicking the Setup as a Validator button, users are guided through a step-by-step workflow to configure their validator, including entering essential details, setting commission rates, and staking tokens. The section also features a validator status update, offering real-time insights into the user's progress and activities within the network, ensuring transparency and keeping them informed about their validator's operational state and performance.

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

### Wallet Address

This section displays the user's connected wallet address, a unique identifier on the blockchain *(e.g., 0x47685...8B145)*. The wallet address is crucial for managing funds, staking tokens, and interacting with the validator network.&#x20;

### Validator Status

The Validator Status field shows the current state of the user's validator setup. Initially, the status will appear as Inactive, indicating that the user has not yet set up or activated their validator. Once the setup process is completed, this status dynamically updates to reflect the validator’s operational state, such as:

* **Active:** The validator is live and participating in block validation.
* **Deactivating:** The validator is transitioning out of active participation.
* **Inactive:** Validator setup is incomplete or temporarily not participating in validation.

### Setup as a Validator Button

The Setup as a Validator button allows users to begin the process of becoming a validator. Clicking this button launches a step-by-step guided workflow where users:

1. **Enter Validator Details:** Provide necessary information, such as the validator name and description.
2. **Set Commission Rates:** Configure the validator's commission structure, including initial rates and maximum allowed rates.
3. **Stake Tokens:** Bond a specific amount of tokens to activate the validator, demonstrating commitment to the network.
4. **Activate the Validator:** Finalize the setup and become an active participant in the blockchain’s validation process.

<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.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.
