Arithmetic Agent Plugin
Overview
arithmetic_agent
is a mock economic modeler that forecasts token supply given initial supply, burn rate, and inflation rate.
Endpoint
Input Parameters
Field | Type | Description |
---|---|---|
initialSupply | float | Starting supply of the token |
burnRate | float | Burn percentage (e.g., 0.01 = 1%) |
inflationRate | float | Annual inflation rate |
Example Request
Example Response
Notes
- Good for tokenomics simulators or governance dashboards.