Staking Methods
overviewexperimental::staking
This section provides an overview of the staking methods available in the Komodo DeFi Framework API. Each method is documented in its own dedicated page:
- Claim Staking Rewards: Claim all delegated staking rewards from a validator using the
experimental::staking::claim_rewards
method. - Add Delegation: Initiate staking of a compatible coin with the
experimental::staking::delegate
method. - Delegations: View information about your node's staking using the
experimental::staking::query::delegations
method. - Ongoing Undelegations: View information about undelegations in progress with the
experimental::staking::query::ongoing_undelegations
method. - Remove Delegation: Stop staking of a compatible coin using the
experimental::staking::undelegate
method. - Validators: View information about validators on the network with the
experimental::staking::query::validators
method.