> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/reference/roadmap.md).

# Roadmap

Similar to Robinhood in the US or Toss in Korea, Defi App is focused on making financial products simple, mobile-native, and accessible for retail users. Our roadmap is centered around expanding from crypto-native DeFi into broader financial markets, while keeping the same simple UX that lets users access everything from one app.

## Q2 2026

* Closed beta and production release of Rocket Perps
* Expanded iOS + Android apps
* Trading competition launches: gold, silver, and stocks 24/7 on-chain
* Improved spot, perps, and cross-chain routing via additional RFQ and atomic integrations
* Mobile portfolio and trading UX upgrades:
  * Unified dashboard for positions, balances, and P\&L across chains
  * One-tap spot/perps switching
  * In-app yield management
  * Push notifications for liquidation levels, funding rates, and price alerts

## Q3 2026

* **Expanded RWAs, stocks, and commodities** — 24/7 tokenized trading for traditional assets alongside crypto
* **HOME Finance / yield products** — single-click access to lending, staking, and yield strategies with auto-rebalancing across protocols
* **AI / Jarvis v1** — conversational trading assistant for portfolio insights, yield comparison, market summaries, and simple multi-step execution (e.g. *"move my USDC to the highest yield"* or *"close all perp positions"*)
* **Social trading and copy-trading** — public trader profiles with performance history, community leaderboards, and opt-in portfolio mirroring; all user-directed, non-custodial, with no investment advice or managed account features

## Q4 2026

* **Defi App debit card** — spend crypto balances at point of sale with auto-conversion, linked to existing app wallets
* **Prop trading / funded trader program** — users trade with protocol-allocated capital, performance-based qualification, no user funds at risk
* **AI / Jarvis v2** — autonomous agent capabilities, strategy automation, conditional execution, and portfolio rebalancing with user-defined rules
* **Retail structured products** — pre-packaged yield and market exposure strategies with transparent risk parameters, fully self-custodial
* **Cross-margin portfolio** — single collateral pool backing positions across spot, perps, and yield simultaneously

## 2027 strategic direction

* Build Defi App into a full consumer finance super-app for crypto, tokenized equities, commodities, RWAs, and structured products
* **AI / Jarvis v3** — full financial assistant: opportunity discovery, risk management, and autonomous execution via natural language
* **On-chain prime brokerage** — unified access to all major on-chain liquidity venues through a single account with cross-margining, best execution routing, and consolidated settlement
* **Social finance expansion** — copy trading, communities, performance-based trader discovery
* **Active trader ecosystem** — funded trader programs, competitions, professional-grade analytics and execution
* **Expanded HOME utility** — fee tiers, governance, buybacks, loyalty, and ecosystem incentives
* **Europe and Asia growth** — localized product, language, distribution, and community

**Goal:** the simplest front door to on-chain finance for mainstream users globally.

***

**Note:** All products, services, and features described above are subject to applicable laws, regulations, and jurisdictional restrictions. Full terms of service available at: [Terms of Service](https://docs.defi.app/knowledge-base/legal).


---

# 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.defi.app/knowledge-base/reference/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.
