DeltaOne Verifier & Contribution Registry
DeltaOneVerifier
- Verifies fractional DeltaOne improvements
- Accepts benchmark performance data
- Can integrate zkProof or oracle attestation
- Minimum threshold: 10 bps (0.1%)
Example:
uint256 deltaInBps = (new - baseline) * 100;
require(deltaInBps >= 10, "Improvement below minimum threshold");
reward = deltaInBps * rewardPerDeltaOne / 100;
DataContributionRegistry
- Tracks data submissions using hashed identifiers
- Stores contributor weights
- Enables reward claims for valid contributions