bee
bee copied to clipboard
Staking Agent
This component's aim is to provide a convenient user experience for staking as a participant in the storage incentives redistribution process.
The most simple form would take some user defined value from an API providing amount to stake, which is then consequentially deposited in the staking contract along with the node's overlay using the 'register'-like method of the contract.
expected smart contract interface for interactions: Deposit(bytes32 overlay, uint256 value)
additional specs and notes: > https://hackmd.io/@NivJ0VAwTB2QRu3weL9S2g/Bk5f2Zk-i
Would be nice to add links to the smart contracts itself once the code is available, at least on the interface level.