You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a UTxO pointer to a stake chain derived enterprise address to know which stake key to register next
If a transaction using such a pointer is rolled back, the whole stake key registration/delegation is rolled back as well, which keeps key discovery consistant.
Stake pool portfolios
Each stake key adds 2 ADA for the key deposit to the initial cost. We need to communicate, that those deposited ADA are not part of the staked ADA, but returned once the keys are deregistered.
Low fund wallets, eg. 50 ADA trying to delegate to a 20 pool portfolio should be informed, that the staked ADA amount would then only be 0.43 ADA per pool, which would result in 0.000300 rewards per epoch per pool.
Huge portfolios can cause problems with performance of wallets, if we make use of more than the first base address of an additional stake key.
Initial implementation
We may want to start by adding stake keys manually like:
Staking > Delegated Pool List > Button "Add a pool to portfolio"
Add more than one new pool in one transaction
Use evenly split weight for the start
Implement the IOG pointer UTxO
Optionally: Slider "How much % of your wallets funds should be staked"
Put access funds on enterprise addresses?
We need to implement a simple UI for that feature, that feels intuitive.
Any thoughts?
The text was updated successfully, but these errors were encountered:
IOG developments
ccwallet.io should get a multi-delegation feature, which is compatible with current developments by IOG.
There is a pull request for CIP-0018 with some implementation details here:
cardano-foundation/CIPs#83
CIP-0018 conclusion:
Stake pool portfolios
Each stake key adds 2 ADA for the key deposit to the initial cost. We need to communicate, that those deposited ADA are not part of the staked ADA, but returned once the keys are deregistered.
Low fund wallets, eg. 50 ADA trying to delegate to a 20 pool portfolio should be informed, that the staked ADA amount would then only be 0.43 ADA per pool, which would result in 0.000300 rewards per epoch per pool.
Huge portfolios can cause problems with performance of wallets, if we make use of more than the first base address of an additional stake key.
Initial implementation
We may want to start by adding stake keys manually like:
Optionally: Slider "How much % of your wallets funds should be staked"
We need to implement a simple UI for that feature, that feels intuitive.
Any thoughts?
The text was updated successfully, but these errors were encountered: