> For the complete documentation index, see [llms.txt](https://docs.gemach.io/gemach-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gemach.io/gemach-dao/readme/our-roadmap.md).

# Our Roadmap

***

## ✅ Completed (2024)

* ✅ **GLend Protocol** — Algorithmic lending and borrowing on Arbitrum; GMX V2 yield integration; dynamic interest rates
* ✅ **GBot** — Telegram-native sniper and trading bot on Solana and EVM chains
* ✅ **Alpha Intelligence** — AI-powered market analytics and trading signals
* ✅ **GMAC Launch** — Governance token fully distributed to community
* ✅ **GLoans** — Interest-free LUSD loans via Liquity protocol
* ✅ **GVault** — Non-custodial Enzyme vault strategy
* ✅ **GFund** — TokenSets managed index fund

***

## ✅ Delivered (2025)

* ✅ **GDex Pro** — Multi-chain trading terminal live at [gdex.pro](https://gdex.pro): spot trading, HyperLiquid perps, copy trading, cross-chain bridge, Memescope, Bubble Maps, Web3Auth social login, Apple Pay on-ramp
* ✅ **Gemach AI** — Natural-language DeFi interface; Stryke and Symbiosis protocol integrations; multi-chain portfolio management
* ✅ **Gclaw Living Agent** — Autonomous AI trading agent with GMAC metabolism, goodwill system, and swarm mode; live at [gclaw.gemach.io](https://gclaw.gemach.io)
* ✅ **GDEX SDK** — Open developer toolkit (`@gdexsdk/gdex-skill` npm package, MCP server, Agent Skills library)
* ✅ **GMAC Multi-Chain** — GMAC available on Uniswap (Ethereum), Curve (Arbitrum), and Orca (Solana)
* ✅ **Community Programs** — Ambassador program, contributor recognition, and strategic partnerships established
* ✅ **Agent Skills System** — Modular skills marketplace; 22 built-in skills; ClawHub registry launched

***

## 🔄 Current Focus (Q1–Q2 2026)

* 🔄 **Gclaw Living Agent Ecosystem** — Advanced swarm coordination, architect mode, and cross-chain autonomy expansion
* 🔄 **Agent Skills Marketplace** — Community-submitted skills, ClawHub publishing pipeline, skill monetization framework
* 🔄 **GDex Pro Perpetual Expansion** — Additional perpetual pairs, enhanced risk controls, liquidation monitoring tools
* 🔄 **Cross-Chain Bridge Improvements** — Faster settlement, more routes, lower fees on high-volume paths
* 🔄 **Gemach AI Multi-Protocol** — Expanded protocol coverage; deeper GLend, GVault, and GFund integrations via natural language

***

## 🔮 Ahead (H2 2026 and Beyond)

* **Autonomous Trading Swarms** — Fully coordinated multi-agent swarms with shared strategy and on-chain governance
* **Institutional-Grade APIs** — REST and WebSocket APIs for institutional integrators, algorithmic traders, and third-party AI systems
* **Mobile-Native Experience** — Native iOS and Android apps with full GDex Pro feature parity and Gemach AI integration
* **DAO Treasury Management Tools** — On-chain tooling for proposal execution, treasury diversification, and contributor payments
* **Expanded Chain Coverage** — Continuous integration of high-traction L1s and L2s as the multi-chain ecosystem grows
* **Developer Ecosystem Growth** — GDEX SDK v2, additional MCP tools, partner integrations, and hackathon grants program

***

> This roadmap is a living document. Items are prioritized based on community input, technical feasibility, and market conditions. Governance proposals can accelerate or reorder any milestone.


---

# 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://docs.gemach.io/gemach-dao/readme/our-roadmap.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.
