# Roadmap

{% stepper %}
{% step %}

### Phase 1: Initial Launch (closed beta)

* Deployment of **PSYOPS v1** with limited access
* Autonomous long/short execution on CEX perpetual markets
* Dynamic position sizing and portfolio allocation
* Core statistical arbitrage strategy live
* Real-time monitoring via the Agent Arc terminal
* Performance tracking, stability testing, and risk validation
  {% endstep %}

{% step %}

### Phase 2: Expansion

* Integration of PSYOPS as the reference execution agent on Agent Arc
* Upgrades to the PSYOPS neural engine
* Introduction of sentiment-aware execution variants
* Expanded perps/futures strategies under strict constraints
* Early access benefits for $PSYOPS holders
  {% endstep %}

{% step %}

### Phase 3: Open Beta

* Public access to PSYOPS
* Expanded CEX and initial DEX execution support
* Agent control tools for: risk limits

  capital allocation, strategy profiles
* Enhanced transparency into trade rationale and exposure
  {% endstep %}

{% step %}

### Phase 4

* PSYOPS operates as a stable, long-lived execution core
* Integration with vaults and capital routing frameworks
* Structured strategy outputs consumable by other agents
* Execution APIs for agent and application integrations
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://agent-arc.gitbook.io/agent-arc-docs/psyops-the-execution-core/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
