Skip to content
Docs

Norynta public docs

Norynta Integrator Changelog

Integration-relevant changes for Norynta APIs, SDKs, discovery, MCP, and compatibility behavior.

Integrator Changelog

Current product mode (2026-07-28): Norynta is play-only. Real-money trading, deposits, withdrawals, cash payouts, yield, and mainnet execution are postponed until further notice. Any such workflow retained below is historical or implementation reference, not an available product capability. See PLAY_MODE_GUIDE.md.

Purpose

Track externally relevant integration-surface changes for developers, bots, and AI agents.

2026-07-26

Added

  • SDK/CLI 0.2.6 adds acknowledgement-gated earn-watch, which rate-limits live opportunity checks, persists and reconciles one exact order intent, submits at most once, and exits.
  • Starter 0.2.7 exposes the same guarded watcher as npm run earn-watch.
  • easy-start, wallet-create, guarded earn, and idempotent earn-stop provide a no-code preview-through-cancellation path.
  • Event health now ranks the full candidate set before limiting results and loads trade/order activity concurrently.

Safety

  • Wallet creation never overwrites an existing wallet or prints private key material. Operators must privately back up the generated file before funding.
  • Guarded earn is buy-only, defaults to a $1 maximum loss, refuses unsafe books, uses the existing live-readiness gates, and requires NORYNTA_LIVE_ACK=I_ACCEPT_REAL_MONEY_LOSS.
  • Running automation is never represented as guaranteed income; reward eligibility, fills, claimability, and profit remain uncertain.

2026-07-24

Added

  • Python adapters for 18 popular OSS trading and research frameworks: CCXT, Hummingbot, Freqtrade, NautilusTrader, LEAN, Backtrader, Backtesting.py, vectorbt, vn.py, Qlib, FinRL/FinRL-X, Jesse, OpenBB, Lumibot, QuantStats, TensorTrade, Zipline Reloaded, and OctoBot.
  • Cloneable examples, Docker/Compose setup, native starter files, the norynta-adapters CLI, and machine-readable compatibility.ossAdapters discovery.
  • Sequence-aware order-book streaming with SHA-256 book revisions, Last-Event-ID resume, bounded replay, and authoritative resynchronization.

Reliability and verification

  • Safe reads and idempotent writes use capped retries; unsafe writes are never retried automatically.
  • Minimum and latest upstream lanes cover Backtrader, Backtesting.py, and vectorbt. Compatibility lanes publish CycloneDX SBOMs.
  • npm run trading-adapters:check
  • npm run python-sdk:check
  • npm run openapi:check
  • npm run check:agent-docs

2026-04-15

Added

  • Canonical onboarding entrypoint: docs/public/INTEGRATION_START_HERE.md
  • One-command integration validator: npm run agent:quickstart
  • MCP operations guide: docs/public/MCP_GUIDE.md
  • Compatibility matrix: docs/public/INTEGRATION_COMPATIBILITY_MATRIX.md
  • Authenticated example flow: examples/agent-authenticated.ts
  • CI quickstart + MCP smoke checks in .github/workflows/ci.yml

Verification

  • npm run check:agent-docs
  • npm run openapi:check
  • npm run mcp:smoke

Changelog conventions

  • Added for new externally consumable surfaces.
  • Changed for behavior updates on supported/stable surfaces.
  • Deprecated for soon-to-be-removed items with migration guidance.
  • Removed for retired surfaces.

Related docs

  • docs/public/INTEGRATION_STABILITY_POLICY.md
  • docs/public/INTEGRATION_COMPATIBILITY_MATRIX.md
  • docs/public/INTEGRATION_START_HERE.md