Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 829 Bytes

staking.md

File metadata and controls

17 lines (11 loc) · 829 Bytes

Staking constraints in CTL

Staking is the process of delegation of Ada claimed by a stake key or a script to a staking pool. Staking is an important part of Cardano operation, because it incentivizes block validators to actually perform their work.

The explainer from Plutonomicon shows how staking works from a more technical perspective.

CTL supports all operations with stake:

  • Registration/Deregistration of stake credentials (pubkeys, plutus and native scripts)
  • Registration/Retirement of a stake pool
  • Delegation of ADA to a stake pool
  • Receiving rewards
  • Withdrawing rewards

Our tests include examples for each of the supported cases.