Kroma
GithubCommunity
  • Introduction
    • Overview
    • KRO Tokenomics
      • Token Allocation
      • Token Distribution
      • Token Utilities
      • Airdrops
        • Initial Airdrop
    • Official Links
  • BUILDERS
    • Developers
      • Contract Deployment Tutorial
        • Using Foundry
        • Using Remix IDE
        • Using Hardhat
      • JSON-RPC API
      • Oracles
    • Node Operators
      • Kroma MPT Migration Guide
      • Running a Full Node
      • Running a Kroma v2 Validator Node
        • How to Migrate Your Validator to KRO-based Validator System
      • How to Sync Blocks Using a Snapshot
      • FAQ
      • [Deprecated] Running a Kroma v1 Validator Node
        • How to Check and Claim the Validator Reward
    • Network Information
    • Protocol Contracts
    • Testnet
      • Setup
      • Faucet
      • Bridge
      • Contract Addresses
  • USERS
    • Wallet Configuration
    • Bridge
    • Block Explorer
    • How to Swap legacy USDC to upgradable USDC
  • Governance
    • Kroma Security Council
  • Kroma Guardian House
    • Overview
    • Philosophy
    • KRO & KGH NFT Staking
      • Validator Boosting by KGH NFT
      • How to Get KRO
      • FAQ
    • KGH NFT Migration & KYC
      • KGH NFT Migration
      • How to Complete KYC with Argos
    • KGH NFT Sales (Ended)
      • KGH Utilities
      • Referral Program: Expand Your Impact
      • Estimated Reward Value
    • Notice
  • Resources
    • Security
    • Brand Kit
    • FAQs
    • Glossary
Powered by GitBook
On this page
  • Pre-requisite
  • How to check the validator reward in ValidatorRewardVault
  • How to claim(withdraw) the validator reward from ValidatorRewardVault
  • Future Works

Was this helpful?

  1. BUILDERS
  2. Node Operators
  3. [Deprecated] Running a Kroma v1 Validator Node

How to Check and Claim the Validator Reward

Previous[Deprecated] Running a Kroma v1 Validator NodeNextNetwork Information

Last updated 10 months ago

Was this helpful?

Pre-requisite

  • A Metamask account with the corresponding validator private key

How to check the validator reward in ValidatorRewardVault

  1. Visit on Kroma Blockscout.

  2. Go to Contract > Read proxy tab.

  3. Connect wallet.

  4. Input your EOA address in the 5. balanceOf and click Query, then you will see your validator reward amount in the ValidatorRewardVault(unit: wei).

How to claim(withdraw) the validator reward from ValidatorRewardVault

  1. Go to Contract > Write proxy tab.

  2. Connect wallet.

  3. At this point, you have two choices: withdraw all of your reward to L1 or L2. If you withdraw your reward to L1, then you need to prove and claim your withdrawal via the Standard Bridge, and it will take about 7 days. If you withdraw your reward to L2, you will receive it almost instantly, and you can move your funds to L1 by using the Standard Bridge or using 3rd party bridge like Owlto.

    1. Withdraw to L2: Click write button in 3. withdrawToL2 section. This will claim your reward from the vault, and withdraw the amount to your L2 EOA address. The withdrawal amount will be credited to your EOA address after a few seconds.

Future Works

Visit on Kroma Blockscout.

Withdraw to L1: Click write button in 2. withdraw section. This will claim your reward from the vault, and withdraw the amount to your L1 EOA address. You can view your withdrawal transaction in the > History tab. You should follow the steps in Bridge to finish your withdrawal from Kroma to Ethereum Mainnet.

We will add a write proxy which allows you to claim your validator reward to your L2 EOA address. With this proxy, you can use 3rd-party bridges like .

ValidatorRewardVault Contract page
Kroma Bridge
Owlto
ValidatorRewardVault Contract page