aetre_quadratic_staking
Compute anti-sybil staking deposits that scale super-linearly with submission count to deter AI spam, preserving affordable human entry.
Instructions
Calculates super-linear anti-sybil staking deposit requirements (Stake(m) = S_0 * m^gamma) to deter mass AI spam submissions while preserving human entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Enterprise license key required. | |
| base_fee | Yes | Base deposit for a single submission (S_0), e.g. $5.00. | |
| generation_cost | No | AI generation cost per submission (c_gen). Defaults to 0.05. | |
| submission_count | Yes | Total submissions attempted by the entity within the time window (m). | |
| escalation_exponent | No | Escalation exponent gamma >= 1.0 (e.g. 2.0 for quadratic escalation). Defaults to 2.0. | |
| private_acceptance_value | No | Private monetary or prestige payoff if accepted (V). Defaults to 100.0. |