Incentive Lab
model_contributor_rewardsIncentive Lab separates customer revenue from token subsidy, then allocates a declared reward budget using accepted work and quality weights. Contributor caps and exact budget conservation keep the scenario inspectable. The worksheet does not establish Sybil resistance or distribute tokens. No live subnet data, fraud detection, Bittensor emission replication, staking recommendation or token distribution. Retrieve incentives with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | Yes | Total budget (preserve source text; decimal amounts must stay strings) | |
| currency | Yes | Currency (preserve source text; decimal amounts must stay strings) | |
| otherCost | Yes | Other Cost (preserve source text; decimal amounts must stay strings) | |
| capPercent | Yes | Maximum contributor share (%) | |
| reviewCost | Yes | Review Cost (preserve source text; decimal amounts must stay strings) | |
| computeCost | Yes | Compute Cost (preserve source text; decimal amounts must stay strings) | |
| contributors | Yes | Contributors | |
| tokenSubsidy | Yes | Token Subsidy (preserve source text; decimal amounts must stay strings) | |
| customerRevenue | Yes | Customer Revenue (preserve source text; decimal amounts must stay strings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| toolId | Yes | ||
| version | Yes | ||
| citation | Yes | ||
| revision | Yes | ||
| processing | Yes | ||
| limitations | Yes | ||
| evidenceStatus | Yes | ||
| officialReferences | Yes |