# Create a validator

### Create a mining account <a href="#create-a-mining-account" id="create-a-mining-account"></a>

You need to first create an account representing the key pair. Create a new account and set a password for the account with the following command:

```
geth account new --datadir ./data
```

This command will return the public address and the path to the private key. A backup of the key file is necessary!

If you already have an account, use the seed phrase to restore it:

```
geth account import --datadir ./data
```

#### Become a validator candidate <a href="#become-a-validator-candidate" id="become-a-validator-candidate"></a>

You need to use the [FSC Validator](https://fscnode.fonscan.io/#/) contract to create a validator,

To create a verifier, you need to pledge 9999 FON After the creation is complete, you need the creator's address, vote for yourself first, and let yourself enter the 99th place

In the validator campaign, the campaign ranking is refreshed every 3 hours, so as to compete for the qualification of the block producer.


---

# Agent Instructions: 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:

```
GET https://docs.fonscan.io/develop/validator/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
