Mathematical Theory Cross-References

Token Economy Simulation Suite - Mathematical Reference Guide

This document provides cross-references between the unified mathematical framework and the subsystem-specific formulations.

1. Affine System Integration Points

1.1 Token Supply Dynamics

1.2 Commission Rate Dynamics

2. Airdrop System Integration Points

2.1 Demand Multiplier Evolution

2.2 Market Sentiment Coupling

3. Bonding Curve Laboratory Integration

3.1 Price Memory Representations

3.2 Trend Signal Processing

4. MCP System Integration

4.1 Resource Capacity Management

4.2 Allocation Priority Mechanisms

5. Subsystem-Specific Mathematical Extensions

5.1 Affine-Derived Concepts

5.2 Airdrop-Derived Concepts

5.3 Bonding-Derived Concepts

5.4 MCP-Derived Concepts

6. Mathematical Translations Between Systems

6.1 Concept Equivalences

Universal Concept Affine Terms Airdrop Terms Bonding Terms MCP Terms
Price Signal $P_i(t)$ $P(t) + M(t)$ $f(S(t))$ $Pr_j(t)$
Supply Control $\Delta T_{j,i}$ $\Delta S^{\text{burn}}$ $\Delta S$ $L_j(t+1)-L_j(t)$
Agent Utility $B_j(t)$ $H_i(t)P(t)$ $C_i+T_i P(t)$ $B_i(t)$
Resource Allocation Commission share Distribution fraction Curve dynamics Capacity extension

6.2 Parameter Mapping Functions

Φ_affine_to_mcp(b_j): Affiliate.balance  MCP.balance = b_j / scale_factor
Φ_mcp_to_affine(l_j): MCP.load  Affine.supply_projection = base_token * (1 + l_j/capacity)
Φ_bonding_to_affine(σ_p): Bonding.volatility  Affine.commission_rate = min(max_rate, σ_p * γ)
Φ_airdrop_to_all(t_t): Airdrop.vesting_period  Universal.time_window = t_t

These cross-references enable seamless translation between subsystems while preserving mathematical rigor and economic intuition. The mappings preserve the essential dynamics while accommodating system-specific implementation details.


Navigation