Vertical roadmap, straight and readable
The goal is simple: anyone landing here should understand the maturity of the project immediately, without digging through commits or scattered notes.
-
Stable base layer
- Locked baseline model for Stellar intent planning with strong eval and golden coverage.
- Guardrails already in place: allowlist, policy checks, and intent safety exit paths.
- Typed templates v2 support practical normalization for `address`, `bytes`, `symbol`, and `u64`.
- Runtime parity across REPL, `.nc` files, CLI, and API keeps behavior predictable.
- x402-lite gateway now exposes a paid intent-plan flow with `payment_required`, `finalized`, `replay_blocked`, `expired`, and guardrail decision states.
- Frontend and agent response contract now has fixtures, JSON Schema, TypeScript types, and a client adapter.
- Public web demos make the current surface reviewer-friendly and easy to understand.
-
Contract-aware Soroban depth + x402 agent access
- Deeper Soroban integration through typed templates per contract function instead of generic intent routing alone.Shipped
- Event and return-value decoding fed back into DSL flow so the script can react to on-chain responses deterministically.
- First real multi-step workflow executed inside one `.nc` run, not just isolated single-step actions.
- x402-lite access layer lets agents pay for NeuroChain execution without installing the local DSL runtime.Shipped
- Paid requests still pass through the same typed ActionPlan and guardrail pipeline.Shipped
- The response contract is shaped for both frontend UIs and autonomous agent clients.Shipped
- x402-paid intent-plan endpoint moves from mock/finalize mode toward a real facilitator boundary.
- Stable response contract for agents and frontend clients: payment, decision, guardrails, logs, audit_id, and plan.Shipped
- Replay/idempotency and payment state handling become production-shaped before real mainnet payments.
- Sharper testnet demo and runbook flow for external reviewers and technical pilots.
-
Toward pilot readiness
- Contract-level resource and fee guardrails.
- Consistent audit trail and error taxonomy.
- Real x402 facilitator integration.
- Durable replay/idempotency storage.
- Pricing, receiver account, and auth boundary decisions.
- Audit-safe payment and decision logging.
- Release hardening with regression and parity gates.
- Pilot candidate flows evaluated on testnet.
What the roadmap is optimizing for
This is not roadmap theater. The throughline is deterministic execution, reviewer clarity, and practical integration depth.
Determinism first
Every phase keeps the “explicit plan before action” model intact instead of hiding behavior behind opaque automation.
Better integration depth
The next leap is not cosmetic. It is stronger contract-level structure and richer DSL-to-chain feedback loops.
Reviewer confidence
The final shape targets traceability, safer pilot execution, and a clean explanation surface for external evaluators.
Try the live surfaces while the roadmap advances
What is already visible publicly is meant to show the philosophy now, not just promise it later.