Skip to main content

HedgeEm Feature Specification

This is the golden source feature catalogue for Texas HedgeEm. Every feature is documented here before it appears in code, and updated whenever behaviour is discovered, corrected, or extended. Each feature document contains:
  • Business Rule — plain English, readable by a product manager or regulator
  • Technical Design — implementation details, algorithms, data structures, coordinates
  • Mathematics — formulas with worked examples where applicable
  • Acceptance Criteria — testable statements, each mapped to a Playwright assertion
  • Version Parity — implementation status across JS / TypeScript / UMA

Mintlify Integration

This directory lives at mintlify-docs/feature-docs/ and is published as the Feature Docs tab at hedgeem-api.qeetoto.com.

Parity Status Legend

Version Parity Matrix

Phase Progress

Source Documents

Open Items — Simon Actions

  • Confirm jurisdiction for regulatory compliance documentation (Phase 6)
  • Provide SQLite DB file for schema extraction (HEDGE-29)
  • Confirm RTP configuration range and operator parameters (Phase 4/6)
  • Specify bonus round types and skill mechanics (F083)
  • Specify jackpot trigger events and accumulation model (F084)
  • Confirm rounding algorithm(s) in use in JS server (F033)

Playwright Test Coverage

Run feature tests against a specific version:
Shared test infrastructure: tests/shared/ Feature specs: tests/features/F0XX-feature-name.spec.ts