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
Implement an incentive mechanism for posting requests, along with a refund system to ensure fairness and efficiency.
Motivation
This feature incentivizes users to post requests by attaching a reward. It also ensures refunds are provided when requests are not fulfilled or conditions are not met.
Implementation
Add logic to attach incentives when a request is posted.
Implement a refund mechanism that returns to the request creator the amount not used (derived from gas used fields)
Update or extend interfaces as needed.
Emit relevant events for incentives and refunds.
The text was updated successfully, but these errors were encountered:
✨ Feature
Implement an incentive mechanism for posting requests, along with a refund system to ensure fairness and efficiency.
Motivation
This feature incentivizes users to post requests by attaching a reward. It also ensures refunds are provided when requests are not fulfilled or conditions are not met.
Implementation
The text was updated successfully, but these errors were encountered: