> For the complete documentation index, see [llms.txt](https://norexa.gitbook.io/norexa-agent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://norexa.gitbook.io/norexa-agent/development-horizons/roadmap-2025-2026.md).

# Roadmap 2025 – 2026

## Q3 2025 – NRX Token Launch & First AI Agents

* NRX launch on Ethereum via Uniswap V2 (1 July 2025) ✅
* Tokenomics publication: supply, vesting, emission ✅
* Dapp launch with first Rebalancer AI Agent ✅
* Staking V1 program (no slashing) ✅
* Team expansion: Advisor, Copywriter, Brand Manager, content creators ✅
* Educational content: Medium articles, YouTube videos ✅
* Yield Optimizer launch on USDC (low-risk strategy)
  1. Internal alpha phase and testing
  2. Platform and yield audit
  3. Open beta for selected participants
  4. Proof of concept release
* Integration of official partnerships with new Ethereum protocols

***

## Q3-Q4 2025 – TVL Growth & UX Improvements

* Addition of two extra strategies: medium-risk and aggressive
* Increase Total Value Locked (TVL) and improve APY
* Integration of a multichain protocol
* Integration of additional EVM protocols
* User interface enhancements for Yield Optimizer

***

## Q4 2025 – Yield Optimizer Expansion & Staking V2

* Staking V2 program
* Launch reputation program and leaderboard
* Incentives for users and the protocol:
  * Fees used to buy back NRX&#x20;
  * More rewards for stakers
* More opportunities for users to earn higher yields on USDC

➡️ **New AI Agent**:

* Yield Optimizer – optimized strategies on ETH

***

## Q1 2026 – Open-Source & Community Governance

* Open-source release of Norexa Agent SDK
* Hackathon program with incentives for builders
* NFT-based agent licensing system for monetization
* Enable DAO voting via NRX
* Integration of non-EVM protocols
* More opportunities for users to earn higher yields

➡️ **New AI Agent**:

* MEV Searcher – arbitrage & MEV extraction agent

***

## Q2 2026 – Advanced AI Agents & Multi-Agent Strategies

* Support for multi-agent strategy orchestration
* Launch of AI-enhanced agents using LLMs
* More opportunities for users to earn higher yields

➡️ **New AI Agents**:

* Governance Maximizer – optimized participation in DeFi governance systems
* DeFi Pulse Trader – trading agent for high-frequency opportunities
* Risk Parity Bot – advanced rebalancing agent for diversified portfolios
* Arbitrage Master – specialized arbitrage agent cross chains


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://norexa.gitbook.io/norexa-agent/development-horizons/roadmap-2025-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
