Agentic trading uses software agents to interpret goals, choose market actions, and operate through tools within explicit permissions.

Agentic trading is the use of an AI system to run part or all of a trading decision loop under delegated authority. The system interprets a mandate, observes market and portfolio state, chooses a tradable action, uses tools to submit or prepare that action, observes the result, and uses the new state in a later decision. Human oversight can be continuous, approval-gated, or supervisory.
That definition is about what the system can do, whatever its marketing calls it. A chatbot that discusses markets stays a chatbot until it can act. A fixed-rule bot is automated but may not be agentic. A system can qualify in a simulation, but that supports simulated behavior only: live execution, safety, and returns are separate claims. It is the definition we use in our own evaluations, and the one we hold our own deployments to.
This is our technical and operational definition at DXRG, a working category rather than a legal classification or an investing recommendation. The terminology is still developing. FINRA's January 2026 industry observations describe trade-execution agents as systems that analyze markets, generate strategies, and execute transactions with varying human oversight, while emphasizing that existing securities rules still apply.1 NIST describes AI agents more generally as software systems that use data and algorithms to autonomously perform tasks, with identity and authorization controls becoming more important as access expands.2
A useful definition needs a boundary. The test we use counts a system as an agentic trading system when it has all five of these properties:
The last condition separates an agent from a one-shot text generator. Foundational agent research such as ReAct formalized the interleaving of reasoning and action so a model can gather new information from an external environment and update its plan.3 A 2026 review focused specifically on agentic trading uses a similar pipeline: perceive market information, retrieve context, reason, emit tradable actions, and adapt under market feedback.4
A compact diagnostic is:
Who chose this action, under whose authority, from what state, through which tool, and what happens after the result comes back?
If those questions cannot be answered, “agentic” is probably describing an interface rather than a closed decision-and-action loop.
The model is only one component. A complete system usually contains the following path:
Mandate → market and portfolio state → memory or retrieval → decision policy → proposed action → deterministic controls → execution → reconciliation → feedback
The mandate expresses what the principal wants the agent to do and where its authority stops. It may be natural-language strategy text, structured preferences, an investment policy, or a narrow task. A strong mandate separates objectives from constraints.
The agent receives a bounded view of market data, balances, orders, fees, venue rules, news, and time. A correct decision on stale data can still become a bad action.
Some systems use only the current snapshot; others retain prior actions, errors, or summaries. Memory can support continuity but also preserve obsolete assumptions. Retrieved items therefore need provenance, time, and relevance.
The policy may be an LLM, a reinforcement-learning policy, a predictive model wrapped in planning logic, a rules engine, or a hybrid. Current “agentic trading” research often focuses on LLMs because language models can interpret mandates, combine heterogeneous information, call tools, and explain proposed actions. An LLM is not required by the definition.
Before an action reaches a venue, the operating layer outside the model should validate it against permissions and limits: allowed assets, order size, leverage, price impact, loss limits, venues, and shutdown rules. NIST's agent-identity work highlights identification, authorization, auditing, non-repudiation, and prompt-injection defenses as distinct control problems for software agents.2
An execution adapter translates approved intent into an exchange, broker, or smart-contract operation, then reconciles the response. A generated order evidences intent alone; a submission and a fill are separate events.
The next cycle should receive the post-action state. Operators need a trace linking mandate, data snapshot, policy output, and controls to the tool call, venue result, and portfolio state. Without that trace, strategy and data failures blur into policy, tool, and settlement failures.
“Autonomous” is not binary. The clearest taxonomy asks which decisions remain with the human:
| Level | System role | Who authorizes each market action? | Category |
|---|---|---|---|
| A0 | Retrieves data or summarizes markets | Human chooses and submits | Research tooling |
| A1 | Produces recommendations or signals without preparing an executable action | Human chooses and submits | Agentic-adjacent decision support |
| A2 | Selects and prepares a specific action | Human approves before submission | Approval-gated trading agent |
| A3 | Selects and submits actions inside fixed limits | Prior human mandate; no per-trade approval | Bounded execution agent |
| A4 | Manages a persistent portfolio loop and adapts across cycles | Prior human mandate plus ongoing supervision | Bounded portfolio agent |
A0 and A1 are adjacent research or decision-support systems, but they do not meet this article's five-part minimum for agentic trading because they stop before a tool-mediated trading action. A2 through A4 meet the minimum and differ in where approval occurs and how long authority persists. Higher autonomy has no inherent virtue: it expands both capability and the damage radius of mistakes.
Agent organization is a separate dimension. A single-agent system selects an action in one loop. A multi-agent system divides roles among researchers, critics, risk managers, or executors. TradingAgents, for example, assigns specialist financial roles.5 Multiple personas create no independent evidence when agents share models, data, and assumptions.
Agentic trading sits inside the broader world of automated and algorithmic trading, but the terms are not interchangeable.
| System | Typical behavior | What makes it different? |
|---|---|---|
| Rule-based trading bot | Executes predefined conditions such as “buy when X crosses Y” | The decision path is specified in advance; it need not interpret a mandate or plan at decision time |
| Algorithmic execution system | Slices, routes, prices, or schedules an already selected order | It may optimize execution without deciding the portfolio objective |
| Robo-adviser | Recommends or manages portfolios through an online advisory service | This is a service and regulatory category; the SEC describes robo-advisers as registered investment advisers using algorithms to provide online advice, often with limited human interaction6 |
| Trading copilot | Answers questions, summarizes evidence, or drafts an order | The human remains the decision maker and executor |
| Copy-trading system | Mirrors another account or signal source | The copied source chooses the trade; the follower may apply only fixed constraints |
| Agentic trading system | Interprets a mandate, selects an action from current state, uses tools, and closes the feedback loop | Decision rights are delegated to the system for at least part of the loop |
The boundary is functional. A conventional algorithm can sit inside an agent as a forecasting model or an execution tool. An agent can also delegate order routing to an older algorithm. The SEC's staff report describes algorithms as pervasive across modern markets; “agentic” identifies a particular decision-and-authority pattern that sits within that larger automated stack.7
Whether a system is agentic and whether it is proven are separate questions. Every claim should identify the environment in which it was observed:
These five evidence classes matter because the academic base is still uneven. A May 2026 preprint reviewed 77 agentic-trading studies, but only 19 met its minimum of tradable action output plus closed-loop evaluation. Within that subset, the authors found sparse reporting of time-consistent splits, transaction costs, survivorship handling, execution semantics, and reproducibility.4 Those findings describe the reviewed literature snapshot rather than every system in existence, but they show why a return chart without protocol details is weak evidence.
Returns also require attribution. The KTD-Fin preprint found that, in its leakage-controlled CSI300 experiment across ten LLM agents, passive market and style exposure largely explained cumulative returns, with limited evidence of persistent stock-selection alpha.8 One experiment settles no universal question about trading agents. It demonstrates why “made money in this period” and “possesses transferable trading skill” are different claims.
An agentic architecture does not prove that the agent is:
It also leaves open whether the agent is:
Simulation results need especially careful interpretation. In one experimental-finance study, LLM agents priced assets closer to textbook fundamentals, showed less strategy variance than human subjects, and did not robustly reproduce large human-style bubbles.9 That result is specific to the study design, but it is a useful warning: an LLM-only market can reveal agent behavior without serving as a faithful model of human market behavior.
The agent may take an action outside the principal's intended scope even if the tool call is technically valid. Identity answers which agent is acting; authorization answers what it may do now. Both must be checkable at execution time.
Market text, retrieved documents, tool responses, and user messages can carry misleading or adversarial instructions. Separating untrusted data from control instructions, restricting tools, validating parameters, and requiring approval for exceptional actions reduce this risk.
Two runs with the same visible context may produce different outputs. Deterministic policy checks should therefore enforce hard constraints after model inference rather than asking the model to remember every rule.
Reasoning takes time while markets move. An action can become stale between observation, decision, validation, and submission. Timestamps, expiry conditions, price bounds, and pre-submit state checks belong inside the trading policy.
A natural-language rationale is not a complete trace. Operators need the inputs actually available at decision time, the policy version, tool arguments, control results, venue responses, and post-trade state. FINRA has identified autonomy, scope, auditability, transparency, and data sensitivity among the risks firms are considering for AI agents.1
Agents using the same model, prompts, retrieval sources, or market signals may respond similarly. Multi-agent presentation does not eliminate a shared dependency. The FSB's June 2026 consultation treats agentic AI as an emerging complex form of AI within a broader lifecycle-governance and financial-stability discussion.10
NIST's AI Risk Management Framework recommends ongoing testing and monitoring, documentation of limitations, real-time monitoring, and the ability to shut down or intervene when systems deviate from intended behavior.11 Those are baseline system properties; no particular implementation is certified safe by them.
No. A model that emits a prediction or a bot that follows fixed rules can be useful automation while leaving mandate interpretation, tool selection, and feedback adaptation to someone else.
No. A system can exercise agentic behavior in simulation, replay, paper, or shadow mode. The environment determines the evidence class. Only live execution supports claims about real order handling in that deployment.
Yes. Approval-gated systems are still agentic when the system selects a specific action and prepares the tool call. They simply delegate less authority than systems operating without per-trade approval.
The cited U.S. sources treat “agentic trading” through existing securities law rather than as a standalone new rulebook. FINRA explicitly frames its AI-agent observations as creating no new requirements, with existing securities laws and rules continuing to apply.1 Applicable obligations still depend on the actor, service, assets, venue, jurisdiction, and activity, so legal and compliance analysis must be specific to the deployment.
Agentic trading begins when software moves from describing a market to operating a bounded decision loop within it. The defining unit is not the chat interface, model name, or number of “agents.” It is the inspectable path from delegated mandate to state-aware decision, authorized action, execution result, and feedback.
We evaluate that path one evidence class at a time. The Agentic Trading Evidence Ladder separates simulation, replay, paper, shadow, and live claims. The DXRG Benchmark Card turns the definition into a repeatable evaluation checklist. The Agentic Trading Guardrail Matrix separates model behavior from deterministic permissions, limits, monitoring, and interruption controls. DX Terminal Pro is our first-party case study, with historical live, controlled pre-launch, and separate internal evidence labeled independently. None of those evidence classes, by itself, guarantees future returns.
This article is educational and describes a technical category. It is not financial, investment, legal, or compliance advice.
FINRA, “Emerging Trend in GenAI: Observations on AI Agents”, January 27, 2026. FINRA labels the publication as observations rather than new legal or regulatory requirements. ↩ ↩2 ↩3
NIST National Cybersecurity Center of Excellence, “New Concept Paper on Identity and Authority of Software Agents”, February 5, 2026. The linked concept paper was a draft solicitation, still at concept stage rather than a final standard. ↩ ↩2
Yao et al., “ReAct: Synergizing Reasoning and Acting in Language Models”, ICLR 2023. ↩
Xia et al., “Agentic Trading: When LLM Agents Meet Financial Markets”, arXiv:2605.19337, May 2026 preprint. ↩ ↩2
Xiao et al., “TradingAgents: Multi-Agents LLM Financial Trading Framework”, arXiv:2412.20138, December 2024 preprint. ↩
U.S. Securities and Exchange Commission, “SEC Staff Issues Guidance Update and Investor Bulletin on Robo-Advisers”, February 23, 2017; last reviewed November 4, 2022. ↩
U.S. Securities and Exchange Commission Staff, “Staff Report on Algorithmic Trading in U.S. Capital Markets”, August 2020. The Commission expressed no view on the staff report's analysis or conclusions. ↩
Zhu et al., “From Knowing to Doing: A Memory-Controlled Benchmark for LLM Trading Agents on Stock Markets”, arXiv:2605.28359, May 2026 preprint. ↩
Henning et al., “LLM Agents Do Not Replicate Human Market Traders: Evidence From Experimental Finance”, arXiv:2502.15800v3, October 2025 preprint. ↩
Financial Stability Board, “Sound Practices for Responsible Adoption of Artificial Intelligence: Consultation Report”, June 10, 2026. This source was a consultation report with a final report scheduled for October 2026. ↩
NIST, “AI Risks and Trustworthiness”, AI Risk Management Framework 1.0 resource. ↩