Skip to main content

Staking user stories

User Story IdTitleUser StoryAcceptance Criteria
STK-001Multiple Stake Address RegistrationAs a Dapp developer,
I want to register multiple stake addresses in a single transaction
Given That I am using cardano-api or cardano-cli
When I need to register multiple stake addresses in a single transaction
Then the transaction should be successfully submitted.
STK-002Multiple Stake Pool RegistrationAs a Dapp developer,
I want to register multiple stake pools in a single transaction
Given that I am using cardano-api or cardano-cli
When I need to register multiple stake pools in a single transaction
Then the transaction should be successfully submitted.
STK-003Multiple Stake Address DelegationAs a Dapp developer,
I want to delegate multiple stake addresses to various stake pools in a single transaction
Given that I am using cardano-api or cardano-cli
When I need to delegate multiple stake addresses to various stake pools in a single transaction
Then the transaction should be successfully submitted.
STK-004Multiple Stake Address DeregistrationAs a Dapp developer,
I want to deregister multiple stake addresses in a single transaction
Given that I am using cardano-api or cardano-cli
When I need to deregister multiple stake addresses in a single transaction
Then the transaction should be successfully submitted.
STK-005Multiple Stake Pool RetirementAs a Dapp developer,
I want to retire multiple stake pools in a single transaction
Given that I am using cardano-api or cardano-cli
When I need to retire multiple stake pools in a single transaction
Then the transaction should be successfully submitted.