# Staking of Node

**Steps to Stake a Validator Node:**

**Step 1: Install Wallet**\
Install the **Keplr Wallet**, **Leap Wallet**, or **Cosmostation Wallet** from the Chrome extension store.

**Step 2: Import Mnemonics**\
Import the mnemonics (seed phrase) used to create the validator into your Keplr, Leap, or Cosmostation wallet. For the **Keplr Wallet**, add the Coreum testnet and mainnet by visiting **chains.keplr.app**.

**Step 3: Navigate to the Validator Nodes Page**\
From the left navigation panel, navigate to the **Validator Nodes** Link on the platform .You'll see a list of your deployed validator nodes under **Validator Nodes (x)**. Find your Coreum node and click the **Manage** button in the **Actions** column.

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

**Step 4: Navigate to validator dashboard** \
Once the node is created and its status is marked as *Ready*, the user is redirected to the **Node Details** page.&#x20;

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

**Step 5: Navigate to Staking**

Click the **Stake** button located in the top-right corner of the screen.&#x20;

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

**Step 6 :Stake Validator** – Enter the basic node details (e.g., validator name, commission rate, etc.). Click the **Stake** button to complete the configuration. A transaction request will be triggered to the installed wallet (Leap, Keplr, or Cosmostation). After the transaction is approved in the selected wallet, it will be submitted to the blockchain for confirmation. Once approved, the node becomes a validator node on coreum blockchain.

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

**Note**: Users can edit or update the validator node only after the staking is completed.


---

# 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.zeeve.io/validator-nodes/coreum/manage-coreum-validator-node/staking-of-node.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.
