aetre_evaluate_staking
Simulate entry equilibrium using AI generation costs and refundable submission deposits to prevent spam floods in applicant systems.
Instructions
Simulates submitter entry equilibrium under generative AI generation costs and refundable submission deposits to curb spam floods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Enterprise license key required. | |
| submission_fee | Yes | Required deposit or submission stake (c_sub), e.g. $5.00. | |
| generation_cost | Yes | AI generation cost per candidate (c_gen), e.g. $0.05. | |
| acceptance_capacity | Yes | Total available acceptance slots (K), e.g. 200. | |
| private_acceptance_value | Yes | Submitter's private value of winning acceptance (V), e.g. $100.00. | |
| total_potential_applicants | Yes | Total potential applicant pool (N), e.g. 5000. |