OriginProtocol / OriginProtocol/origin-dollar
Decentralized rebase incentives
Nobody has claimed this yet.
- Dominant language
- Solidity
- Stars
- 152
- Forks
- 115
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 17
Description
In https://github.com/OriginProtocol/origin-dollar/pull/869, we made it possible for anyone to trigger a harvest and receive an incentive in exchange. The idea was that we would eventually do the same for rebases. Anyone can already call the function, but there's no incentive to do so. We have a Chainlink keeper triggering it every morning, and redeems already include a call to rebase.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing pull request 869 and the existing harvest incentive, then trace the rebase function called by the Chainlink keeper and during redeems. The issue does not name a file or test, so identify the relevant contract and test entry points first. Done means rebase callers can receive an incentive without breaking the existing keeper or redeem-triggered paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100