Staking Rewards Manual: A Complete CLI Guide for OKTC

·

This comprehensive guide explains how to use command-line interface (CLI) commands to earn staking rewards as a validator or delegator on the OKTC blockchain.

Understanding Staking on OKTC

OKTC employs Tendermint’s BFT-DPoS consensus algorithm, allowing users to:

  1. Stake OKT to earn voting rights
  2. Delegate votes to validator nodes
  3. Receive chain dividends through validator share ratios

👉 Learn more about OKTC's consensus mechanism

Step-by-Step Staking Process for Delegators

1. Obtaining Voting Rights

2. Delegating Votes

Key Consideration: Voting weight is calculated based on stake amount and validator commission rates.

Essential CLI Commands for Delegators

Staking Operations

Command TypePurposeExample Syntax
Create StakeLock OKT for voting rightsexchaincli stake create
Withdraw StakeRetrieve staked OKTexchaincli stake withdraw

Reward Management

👉 Detailed command reference

Validator-Specific Operations

Commission Management

  1. Setting Rates: exchaincli validator commission-set [rate]
  2. Withdrawing Earnings: exchaincli validator commission-withdraw

Status Monitoring

Advanced Query Commands

Blockchain Analytics

Proxy Services

FAQ: Staking on OKTC

How often are rewards distributed?

Rewards are distributed per block according to the chain's inflationary model.

What's the minimum staking amount?

There's no minimum, but transaction fees apply for all operations.

Can I change my validator votes?

Yes, you can reallocate votes anytime through the voting commands.

How are commission rates determined?

Validators set their own rates, typically between 1-20% of rewards.

Is staking reversible?

Yes, you can unstake tokens after meeting the unbonding period requirements.

Best Practices for Optimal Rewards

  1. Diversify Validators: Spread votes across multiple high-performing nodes
  2. Monitor Rates: Regularly check validator commission changes
  3. Stay Updated: Follow network upgrades that may affect rewards
  4. Secure Operations: Always verify commands with -h before execution
Pro Tip: Use exchaincli query staking-pool to analyze the total staked amount and reward distribution across the network.

For advanced validator operations, including node creation and management, refer to the specialized validator documentation.