Cranker
Cranker with chainlink automation upkeep
Last updated
Cranker with chainlink automation upkeep
Last updated
Chainlink Automation provides a decentralized network of automated agents (keepers) that trigger on-chain smart contract executions based on predefined conditions, eliminating manual intervention and operational risks.
Epoch Management: Automated triggering of epoch changes to handle yield harvesting, yield optimization, and state updates at consistent intervals.
Reward Distributions: Automating distribution and accounting of accrued yield rewards at each epoch boundary to ensure timely and fair distribution.
Condition Definition:
On-chain conditions (checkUpkeep
) defined in the smart contract specify precisely when automation triggers should activate.
Automated Execution:
Once conditions are met, Chainlink Automation calls the performUpkeep
function on your deployed contract:
$LINK Token Payments:
Each automation execution consumes Chainlink's $LINK
tokens from the project's Automation balance, compensating the keepers for their service.
performUpkeep
executions and $LINK payments