Junø
WebDiscordGithubTwitter
  • Juno
    • Intro
    • Home of CosmWasm
    • Contributors - Core Software
    • Brand Identity
    • Security Disclosures
    • Economic Overview
      • Disclaimer
      • Native Asset (JUNO)
      • Incentive structure
      • Supply API - Data
  • Developer Guides
    • CosmWasm Contracts
      • Compile a Contract
      • Deploy a Contract
      • Guide: How to Upload a Smart Contract on the Juno Chain
      • Use Cw-orchestrator to speed-up your development
      • Query A Contract
      • Send Tokens to a Contract
    • Miscellaneous
      • Conversions
      • Multi Message Transaction
      • Get & Decode Transactions
      • Get Token Prices
      • Get Account Transactions
      • IBC Transfer
      • State Export / Airdrop
    • Juno Modules
      • FeeShare
      • TokenFactory
    • API Endpoints
      • Cosmos
        • Tx
          • V1beta1
            • Simulate
            • Txs
              • Block
        • Params
          • V1beta1
            • Params
        • Bank
          • V1beta1
            • Balances
              • By denom
            • Denoms metadata
            • Params
            • Spendable balances
            • Supply
        • Upgrade
          • V1beta1
            • Applied plan
            • Current plan
            • Module versions
            • Upgraded consensus state
        • Auth
          • V1beta1
            • Accounts
            • Module accounts
            • Params
        • Staking
          • V1beta1
            • Delegations
            • Historical info
            • Params
            • Pool
            • Validators
              • Delegations
                • Unbonding delegation
              • Unbonding delegations
            • Delegators
              • Redelegations
              • Unbonding delegations
              • Validators
        • Evidence
          • V1beta1
            • Evidence
        • Mint
          • V1beta1
            • Annual provisions
            • Inflation
            • Params
        • Feegrant
          • V1beta1
            • Allowance
            • Allowances
            • Issued
        • Gov
          • V1beta1
            • Params
            • Proposals
              • Deposits
              • Tally
              • Votes
        • Distribution
          • V1beta1
            • Community pool
            • Params
            • Delegators
              • Rewards
              • Validators
              • Withdraw address
            • Validators
              • Commission
              • Outstanding rewards
              • Slashes
        • Slashing
          • V1beta1
            • Params
            • Signing infos
        • Authz
          • V1beta1
            • Grants
              • Grantee
              • Granter
        • Base
          • Tendermint
            • V1beta1
              • Blocks
                • Latest
              • Node info
              • Syncing
              • Validatorsets
                • Latest
          • Node
            • V1beta1
              • Config
      • Cosmwasm
        • Wasm
          • V1
            • Code
              • Contracts
            • Contract
              • History
              • Raw
              • Smart
              • State
            • Codes
              • Params
              • Pinned
            • Contracts
              • Creator
      • Juno
        • Feeshare
          • V1
            • Fee shares
            • Params
        • Tokenfactory
          • V1beta1
            • Denoms from creator
            • Params
            • Denoms
              • Authority metadata
      • Ibc
        • Apps
          • Router
            • V1
              • Params
      • API Specification
    • Local Interchain
      • Local Interchain Rust Example
    • Junod Local Dev Setup
    • Integrate Leap wallet
    • SubQuery Indexer
  • Governance
    • Before submitting a proposal
    • Submitting a Proposal (CLI)
      • Formatting Proposal Markdown
  • Command-Line Interface (CLI)
    • Introduction
    • Useful CLI Commands
    • Module Reference
      • bank
      • distribution
      • gov
      • keys
      • params
      • slashing
      • staking
      • status
      • tendermint
      • upgrade
      • wasm
  • Nodes & Validators
    • Junod Installation and setup
    • Setting up Cosmovisor
    • Mainnet Setup and Tooling
    • Joining Mainnet
      • Sync from Snapshot
      • Sync with state-sync
      • Mainnet Upgrades
    • Joining Testnet
    • Relaying
    • Juno Delegations Program
Powered by GitBook
On this page
  • Available Commands
  • junod query distribution commission
  • junod query distribution community-pool
  • junod query distribution params
  • junod query distribution rewards
  • junod query distribution slashes
  • junod query distribution validator-outstanding-rewards
  • junod tx distribution fund-community-pool
  • junod tx distribution set-withdraw-addr
  • junod tx distribution withdraw-all-rewards
  • junod tx distribution withdraw-rewards

Was this helpful?

  1. Command-Line Interface (CLI)
  2. Module Reference

distribution

The distribution module allows you to manage your staking rewards

Available Commands

Name
Description

Query distribution validator commission

Query the amount of coins in the community pool

Query distribution params

Query all distribution delegator rewards or rewards from a particular validator

Query distribution validator slashes.

Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations

Funds the community pool with the specified amount

Set the withdraw address for rewards associated with a delegator address

Withdraw all rewards for a single delegator

Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator

junod query distribution commission

Query validator commission rewards from delegators to that validator.

junod query distribution commission [validator] [flags]

junod query distribution community-pool

Query all coins in the community pool which is under Governance control.

junod query distribution community-pool [flags]

junod query distribution params

Query distribution params.

 junod query distribution params [flags]

junod query distribution rewards

Query all rewards earned by a delegator, optionally restrict to rewards from a single validator.

junod query distribution rewards [delegator-addr] [validator-addr] [flags]

junod query distribution slashes

Query all slashes of a validator for a given block range.

junod query distribution slashes [validator] [start-height] [end-height] [flags]

junod query distribution validator-outstanding-rewards

Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations.

junod query distribution validator-outstanding-rewards [validator] [flags]

junod tx distribution fund-community-pool

Funds the community pool with the specified amount.

junod tx distribution fund-community-pool [amount] [flags]

junod tx distribution set-withdraw-addr

Set the withdraw address for rewards associated with a delegator address.

junod tx distribution set-withdraw-addr [withdraw-addr] [flags]

junod tx distribution withdraw-all-rewards

Withdraw all rewards for a single delegator.

junod tx distribution withdraw-all-rewards [flags]

junod tx distribution withdraw-rewards

Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator.

junod tx distribution withdraw-rewards [validator-addr] [flags]
PreviousbankNextgov

Last updated 2 years ago

Was this helpful?

commission
community-pool
params
rewards
slashes
validator-outstanding-rewards
fund-community-pool
set-withdraw-addr
withdraw-all-rewards
withdraw-rewards