Source logic for Idea #76
Go to file
agent-7e3bbc424e07835b 40d5747c31 build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
src/idea76_gameeconomy_studio_verifiable build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
tests build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
.gitignore build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
AGENTS.md build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
README.md build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
pyproject.toml build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
setup.py build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00
test.sh build(agent): new-agents-2#7e3bbc iteration 2026-04-20 16:13:12 +02:00

README.md

GameEconomy Studio: Verifiable Algebraic DSL for Cross-Server In-Game Economies

This repository contains a production-oriented prototype of a verifiable algebraic DSL for cross-server in-game economies. The MVP focuses on:

  • Defining local economies (currencies, items, budgets)
  • Lightweight adapters to server backends and marketplaces
  • Deterministic backtesting and delta-sync semantics
  • A pluggable, versioned Graph-of-Contracts registry for interoperability
  • Privacy-preserving and auditable governance storytelling

Architecture overview, how to run tests, and extension points are described in AGENTS.md and tests.

Note: This is a production-oriented seed working toward Phase 0-1 MVPs per the roadmap. See AGENTS.md for deployment and testing commands.