> For the complete documentation index, see [llms.txt](https://nexon-3.gitbook.io/nexon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexon-3.gitbook.io/nexon-docs/part-vi-assurance/09-roadmap.md).

# Roadmap

Four phases from the confirmed economic foundation to an AI-native financial-social value connection network, advanced by capability gates rather than by calendar.

The NEXON roadmap is organized by **evidence and capability gates**, not by calendar promises or token-price milestones. A phase is complete only when its rules, responsible operators, security controls and public disclosures are verifiable.

```mermaid
flowchart LR
    P1["Phase 1<br/><b>Economic and account foundation</b>"] --> P2["Phase 2<br/><b>AI-Native PayFi</b>"]
    P2 --> P3["Phase 3<br/><b>Wallet · Marketplace · Card</b>"]
    P3 --> P4["Phase 4<br/><b>Decentralized financial-social network</b>"]
    classDef anchor fill:#047854,stroke:#047854,stroke-width:1.5px,color:#F5F3F0
    classDef engine fill:#8B5CF6,stroke:#8B5CF6,stroke-width:1.5px,color:#F5F3F0
    classDef solid  fill:#F5F3F0,stroke:#141414,stroke-width:1.2px,color:#141414
    class P1 anchor
    class P2,P3 solid
    class P4 engine
```

## Phase 1 — economic and account foundation

**Goal:** implement the approved economic mechanism and verify it.

The evidence of completion is a versioned rule set that reproduces: the order split into 28% fuel and the rest into XO, the 1,095-day release, settlement every 12 hours at 0.3% – 1.0%, term bonuses, the day-31 exit window, three settlement speeds with fuel-wallet burns, 20 generations of referral rewards and V1 – V12 leadership bonuses.

NEX Main Exchange / CEX and the Staking Platform hold **separable permissions, ledgers and disclosures**. Every order records principal, build, staking base, term, weight and parameter version.

## Phase 2 — AI-Native PayFi

**Goal:** stand up the second focus of the narrative — a controlled route from financial intent to execution evidence.

The gates: a published intent schema, route preview, deterministic policy checks, scoped approval, revocation, executor allowlists, quote expiry, duplicate-execution protection, receipts, failure handling, model-risk controls, privacy terms and security review. **Supported actions, assets, fees, jurisdictions and responsible executors are each named before availability.**

AI does translation and orchestration in this phase. It does not modify the economic mechanism, does not generate return, and does not become the custodian or the regulated executor.

## Phase 3 — Wallet, Marketplace and Stablecoin Card

**Goal:** connect decision state to real-world use.

| Product         | Gates                                                                                                                                        |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Wallet          | Custody architecture, permission management, recovery, staking display, clearly separated third-party prediction-market access               |
| Marketplace     | Supplier onboarding, inventory, payment and refund terms, fulfillment receipts, privacy and disputes                                         |
| Stablecoin Card | Responsible licensed issuer/operator, jurisdiction coverage, accepted funding assets, fees, safeguarding, fraud controls, cardholder support |

Any EXON payment, fee or consumption use, and any XO-based product benefit, requires **explicit product terms**. No universal utility is implied here.

## Phase 4 — decentralized financial-social network

**Goal:** close the user-controlled value loop — discovery, decision, routing, use, and context returning.

The gates: portable identity, community and moderation rules, strategy-content disclosures, privacy-preserving links to financial intent, user-controlled sharing, ecosystem governance specifications, and safe interoperability among the products. **Social information remains upstream context and never silently authorizes execution.**

## Cross-phase gates

Every phase also requires accountable entities, applicable legal review, incident handling, independent security evidence, monitoring, published change notices, and bilingual documentation aligned with the narrative and economic sources of truth.

The following stay [Open](/nexon-docs/appendix/open-parameters.md) until formally approved: contract addresses, the switch to 1:1 pairing after listing, leadership execution rates, product operators, supported jurisdictions, fees and service levels.

*Previous:* [*Compliance & Legal Posture*](/nexon-docs/part-vi-assurance/08-compliance.md) *· Appendix:* [*Glossary*](/nexon-docs/appendix/glossary.md)


---

# 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://nexon-3.gitbook.io/nexon-docs/part-vi-assurance/09-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.
