Try   HackMD

Impact Evaluation Service

IES incentivize people to create impact evaluation reports. Everyone can be a evaluator on IES, and they conduct impact evaluations on specific projects and create attestations on the blockchain. The reports created are approved through the DAOs on-chain governance and the evaluator can qualify for tokens for retroactive funding.
Grant operators such as Optimism and Gitcoin can permissionlessly reference the project's impact evaluations through IES.

Links:

Github repos:

Problem we solve

Many ways to fund public goods and OSS have been invented in the last few years. Examples include Quadratic Funding and Retroactive Public Goods Funding. These have been very successful and have brought great value to previously unfunded projects.
The problem, however, is that there is no outcome measurement or evaluation of what value the projects have subsequently brought to the world. In the case of retrospective funding, there are also cases where funding is provided without properly evaluating the results and impact of the project.
Outcome measurement is being done by Open Source Observer based on-chain and Github activity, and projects such as Karma GAP are now able to observe project progress and outputs on a milestone basis.

Beyond that, there are still many issues to be addressed regarding evaluation.
Originally, project impact evaluations are very human resource and time consuming, and in the world, when involved in Social Impact Bond(SIB), we sometimes outsource project impact evaluations to a group of experts, but these are contracts that exceed several million dollars. If you are going to put this amount of money into an evaluation for funding a public good, you might as well put the money into funding it.
However, incentives for evaluators are essential, and IES exists to address this issue.

Overview

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

User Stories

Impact Creators

Projects

  • As impact evaluation is being introduced in grant programs like Gitcoin and Optimism, we want to conduct impact evaluations on our own products.
  • We want to receive funding from more grants.

Grant Operators

  • We want to conduct evaluations to improve the quality of grant programs.
  • We want to attract more funding by evaluating grant programs.

Evaluators

  • We want opportunities to earn more funds.
  • We want projects to receive funding based on appropriate evaluations.

Voters

  • We hope that by producing more appropriate reports, more OSS and public goods projects will receive funding.
  • We want to earn funds by participating in governance.
  • We want to make protocol decisions.

Workflow

  • Project owners register their project through the IES contract.
  • Projects create impact in the market.
  • Evaluators identify these facts from the market and evaluate the projects.
  • Evaluators submit impact evaluation reports to the IES contract and deposit a certain amount of tokens.
  • The IES contract creates a proposal through the Governor contract.
  • Voters reference the report and vote through the Governor contract.
    • If passed:
      • The deposited tokens are returned.
      • The Governor contract creates an Attestation through the EAS contract.
      • The IES contract sends Liquid Splits to the evaluator.
    • If rejected:
      • The deposited tokens are sent to the Treasury.
  • liquid splits contract tracks all contributions. To reward all contributors, just send fund to splits contract.
  • The share of the token directly equals the Allocation of Splits, and this share is updated each time the token is minted.
    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

Implementation

This product is built on top of the following stacks:
Splits(Liquid Splits) for funds distribution and tracking contributions.
Ethereum Attestation Service for attestation
Hats protocol for on-chain role management

Sequence Diagram

TreasuryVoterEvaluatorGovernor contractIES contractMarketProjectTreasuryVoterEvaluatorGovernor contractIES contractMarketProjectalt[proposal has passed][voting has not passed]liquid splits contract tracks all contributions.The share of the token directly equals the Allocation of Splits, and this share is updated each time the token is minted.register projectcreate impactcapture impactcreate impact report, deposit tokencreate proposal, transfer deposited tokenvote for proposalfunds will backattest()attest reports on-chain(EAS)mint liquid splitsmint liquid splitstoken will send to treasury

Hats Tree

The Hats tree allows us to visualize which reports have been created for which projects and who has contributed in what role.

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →