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.6adds acknowledgement-gatedearn-watch, which rate-limits live opportunity checks, persists and reconciles one exact order intent, submits at most once, and exits. - Starter
0.2.7exposes the same guarded watcher asnpm run earn-watch. easy-start,wallet-create, guardedearn, and idempotentearn-stopprovide 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-adaptersCLI, and machine-readablecompatibility.ossAdaptersdiscovery. - Sequence-aware order-book streaming with SHA-256 book revisions,
Last-Event-IDresume, 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:checknpm run python-sdk:checknpm run openapi:checknpm 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-docsnpm run openapi:checknpm run mcp:smoke
Changelog conventions
Addedfor new externally consumable surfaces.Changedfor behavior updates on supported/stable surfaces.Deprecatedfor soon-to-be-removed items with migration guidance.Removedfor retired surfaces.
Related docs
docs/public/INTEGRATION_STABILITY_POLICY.mddocs/public/INTEGRATION_COMPATIBILITY_MATRIX.mddocs/public/INTEGRATION_START_HERE.md