Skip to content

Add trade-memory: decision audit trail for AI trading agents#233

Open
zychenpeng wants to merge 1 commit intobinance:mainfrom
zychenpeng:feature/trade-memory
Open

Add trade-memory: decision audit trail for AI trading agents#233
zychenpeng wants to merge 1 commit intobinance:mainfrom
zychenpeng:feature/trade-memory

Conversation

@zychenpeng
Copy link
Copy Markdown

@zychenpeng zychenpeng commented Mar 26, 2026

What this skill does

TradeMemory records why an AI agent made each trading decision — the conditions that triggered the signal, which filters passed or blocked, market indicators, risk state, and execution details. Every record is SHA-256 hashed for tamper detection.

No existing skill in the Hub covers decision auditing. The existing Binance skills handle execution; TradeMemory handles the audit trail that MiFID II and the EU AI Act now require for algorithmic trading.

Why it belongs here

  • Complementary: Binance Spot/Futures skills execute trades → TradeMemory records the decision context
  • Regulatory demand: MiFID II Article 17 + EU AI Act (Aug 2025) + ESMA Feb 2026 briefing mandate decision audit trails for AI-driven trading
  • Production-tested: 1,234 tests, 17 MCP tools, 35 REST endpoints
  • Safe: Never touches API keys, never executes trades, never moves funds. Read-and-record only.

Links

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@zychenpeng zychenpeng force-pushed the feature/trade-memory branch from 23726da to c8edfe6 Compare March 27, 2026 14:26
@zychenpeng zychenpeng changed the title Add TradeMemory — decision reasoning & audit layer for trading agents Add trade-memory: decision audit trail for AI trading agents Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant