Protocol & Governance

TSE is implemented as a set of smart contracts on a public blockchain.

Core contracts:

  • Keys Contract – Enforces the 21,000 Key cap per team, mint/burn rules, and bonding-curve pricing.

  • Controller Contract – Routes capital from each buy into liquidity, the Performance Pool, and protocol operations.

  • PerformanceAgent Contract – Connects to off-chain sports data, computes performance scores, and triggers merit-linked buybacks.

Upgradeability vs. Immutability

TSE follows a simple rule:

  • Monetary rules stay fixed.

    • Max Keys per team.

    • Mint/burn behavior.

    • Allocation ratios (67% / 30% / 3%).

    • Bonding curve structure.

  • Infrastructure can evolve.

    • Oracle providers.

    • Data feeds and scoring formulas.

    • Gas optimizations and UI/UX improvements.

Upgrades are controlled by a governance process with:

  • Multisig approvals.

  • Time-locked changes.

  • Full on-chain transparency.

TSE’s philosophy: “Code can evolve, money must be credible.”

Last updated