Please describe your proposed solution.
Our proposed solution is a smart contract at a stakepool's reward address that disburses rewards accordingly:
- Pool takes 4% as the SPO configurable margin.
- Delegators of a single pool are ranked according to magnitude and duration of delegation.
- Delegators are eligible for a portion of the SPO configurable margin based on their ranking.
An example disbursement scheme using this contract:
- Thresholds for margin to delegators are powers of two (millions of ADA).
- Initial delegators under 2M ADA and over 16 months are eligible for +4% margin in addition to their rewards.
- Initial delegators under 4M ADA and over 8 months are eligible for +3% margin + rewards
- Initial delegators under 8M ADA and over 4 months are eligible for +2% margin + rewards
- Initial delegators under 16M ADA and over 2 months are eligible for +1% margin + rewards
The smart contract disbursement scheme described above, essentially amounts to a loyalty program for delegators. The contract might also be described as an initial delegation offering.
How does your proposed solution address the challenge and what benefits will this bring to the Cardano ecosystem?
Small SPOs face a paradox: no rewards without delegation, and no delegation without rewards. This solution aims to equip small SPOs with yet another tool to overcome this challenge. A healthy base of small SPOs is critical to the success of the Cardano blockchain, and enabling the success of small SPOs will increase the decentralization and the overall health of the network.
How do you intend to measure the success of your project?
The success of this proposal can be measured using the following
- github stars, forks, downloads (clones)
- the number of SPOs using the contract at their rewards address
- the number of delegators receiving extra rewards
- the availability/usability of project documentation
Please describe your plans to share the outputs and results of your project?
The software developed under this proposal will be released open source.