Creditcoin Docs
Creditcoin Docs
  • What is Creditcoin
    • CTC Token 101
    • Acquiring Creditcoin Assets
  • SwapCTC Quick Guide
  • Wallets
    • How to Connect Your Wallet to Creditcoin
      • Polkadot-JS Extension
      • Metamask
      • Command-line Interface
        • Subkey
        • Creditcoin CLI
    • Advanced
      • Substrate & EVM accounts
      • Proxy Accounts
        • Setting up a Staking Proxy Account
        • Setting up a Validator
    • Using Testnet Faucet
  • Staking
    • Bonded Tokens
    • Validator Elections
      • Elections Example
    • Eras and Sessions
    • Staking Rewards
    • Slashing
  • Nominator Guides
    • Nominating with Staking Pools
      • Choosing a Pool
      • Joining a Pool
      • Creating a Pool
      • Exiting a Pool
      • Managing a Pool
    • Nominating without Staking Pools
    • Claiming Rewards
  • Validator Guides
    • Minimum requirements
    • Using a Docker container
    • Stake using Creditcoin CLI
  • EVM-compatibility
  • Smart Contract Guides
    • Creditcoin Endpoints
    • Deploying contracts with Remix
    • Hardhat Smart Contract Development
    • Creating Dapps with ethers.js
  • Environments
    • Mainnet
    • Testnet
  • Releases
  • LEGAL
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Validator Payouts
  • Pool Payouts
  1. Nominator Guides

Claiming Rewards

PreviousNominating without Staking PoolsNextValidator Guides

Last updated 1 year ago

Rewards for staking CTC are not automatically credited to validators and nominators, they must be distributed first. Anyone can trigger the payout for any validator by submitting the corresponding transaction. Validators are recommended to distribute payouts for their nominators at the end of each era.

Validator Payouts

Validators can trigger payouts for themselves and other validators by using the creditcoin's distribute command and specifying both their stash address and the era they are distributing payouts for. For more information about operating a Validator, refer to the .

Pool Payouts

Pools store all of their rewards as pending till users decide to compound or withdraw their rewards. Pool members can also opt to allow other to trigger compound or withdrawal of their funds. As a nominator within a pool, you can withdraw or compound your rewards in the staking dashboard pool page once the payout has been triggered.

The same options are also available in the nominate page if you are nominating outside of a pool.

For more information about using Staking Pools, go to the .

Nominating with Staking Pools section
Validator Guide