Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

File metadata and controls

17 lines (11 loc) · 1.09 KB

Sweetspot & Scorer Contracts

This repository contains the smart contracts for the Sweetspot and Scorer. These contracts provide functionality for managing token deposits and claims, integrating scoring mechanisms for eligibility, and supporting round-based deposit/claim systems.

Contracts Overview

Sweetspot Contract

The sweetspot contract allows users to deposit ERC20 tokens or Ether into the contract, with a mechanism to claim funds based on eligibility scores determined by the Scorer contract. It also supports round-based logic to manage claims within specific time windows.

Scorer Contract

The Scorer contract manages the scoring system that determines eligibility for claiming funds from the sweetspot. It allows admins to set and manage user scores, and defines score types for various purposes (e.g., Trust score).

Directory Structure