# Roadmap

<details>

<summary>Phase 1: Foundation &#x26; MVP Launch</summary>

**Goal:** Establish the core decentralized infrastructure, launch the MVP with essential features, and bootstrap the $NUM token ecosystem.

**Core Development**

* **Smart Contract Architecture**
  * [x] Build and deploy on-chain programs using Rust on Solana mainnet.
  * [x] Implement gasless transactions through Solana’s fee-payer model and decentralized relayer nodes.
  * [x] Introduce on-chain mapping for decentralized identifiers (phone/email → wallet) using hashed attestations or Solana Name Service (SNS).
* **MVP Release**
  * [x] Wallet integration with Web3 providers and social login via Web3Auth.
  * [x] User dashboard to initiate transfers, view history, and track balances in fiat equivalents.
  * [x] Gasless payment setup: relayer node network funded from protocol’s initial pool.
* **Secure Backend Layer**
  * [x] Backend APIs for session handling, activity logs, and rate-limiting (all logs anonymized to preserve privacy).
  * [x] Integration with IPFS for decentralized storage of non-sensitive metadata.

**$NUM Token & Ecosystem Bootstrapping**

* **Tokenomics Transparency**
  * [x] Publish audited tokenomics model with allocation schedules, vesting, and inflation control.
* **Liquidity & Staking**
  * [x] Deploy initial liquidity pools on Uniswap and SushiSwap.
  * [x] Enable staking contracts for $NUM with reward distribution from treasury.
* **Buyback & Burn Loop**
  * [x] Deploy contract that accumulates platform revenue in USDC, swaps to $NUM, and burns automatically.

**Community & Brand Building**

* Launch Twitter, Telegram, and official website with analytics tracker for visitor growth.
* Publish whitepaper and technical one-pager.
* Create explainer videos showing gasless transactions in real time.
* Launch Early Adopter Incentive Program with on-chain tracking of rewards.

</details>

<details>

<summary>Phase 2: Feature Expansion &#x26; User Growth</summary>

**Goal:** Broaden Numpay’s transaction capabilities, improve user experience, and expand adoption through integrations.

**Payment Stack Upgrades**

* [x] **Batch Transactions**: Allow multiple transfers in a single transaction to save gas.
* [x] **Smart Contract Interactions for dApps**: Enable payments to interact with on-chain services (subscriptions, escrow).
* [x] **Recurring & Scheduled Payments**: Implement CRON-like on-chain scheduler using Chainlink Keepers.
* [x] **Social Payments**: Enable transfers via `@username` or ENS name resolution without wallet address.

**User Experience Improvements**

* [x] Add real-time transaction updates through **WebSocket or Solana Web3.js event streams** for instant feedback
* [x] Include a live **fee comparison tracker** showing cost savings across Solana’s different transaction priorities.
* [x] ntegrate **Pyth Network or Switchboard** oracles for real-time token-to-fiat price conversions.
* [x] Support **Solana Pay links and QR codes** that trigger direct in-app or wallet transfers instantly.

**Growth & Adoption**

**Web3 Tool Integrations:**

* Extend Numpay’s SDK to integrate with **Solana-friendly platforms** like Discord bots, SaaS dashboards, or Solana Pay-enabled merchants.

**Referral & Cashback Program:**

* Launch **on-chain referral tracking** and reward distribution through a Solana program using $NUM incentives.

**Num Explorer:**

* Build a **public Solana dashboard** displaying key network data like total value locked (TVL), burn rates, transaction count, and relayer node stats.

</details>

<details>

<summary>Phase 3: Commerce Layer &#x26; Multi-Chain Ecosystem</summary>

#### Key Focus: Position Numpay as the go-to crypto-native commerce layer.

### &#x20;**Commerce & Business Tools**

* [ ] Add tools for on-chain invoicing and tax tagging.
* [ ] Develop "Numpay Business" dashboard for teams and DAOs.
* [ ] Support revenue sharing and split payments for creators.
* [ ] Launch Web3 Subscriptions Module.

### **Multi-Chain Expansion**

*


\| Chain     | Added Benefits                          | Integration Method    |
\| --------- | --------------------------------------- | --------------------- |
\| BNB Chain | Low-fee retail payments in Asia markets | Cross-chain bridge    |
\| Base      | Coinbase-linked onboarding & liquidity  | Native bridge + API   |
\| Polygon   | High-volume microtransactions & gaming  | EVM direct deployment |

### &#x20;**Compliance & Security**

* [ ] Add spending limits and multisig controls.
* [ ] Begin security audits (internal + third party).
* [ ] Launch Bug Bounty program.

</details>

<details>

<summary>Phase 4: Sustainable Protocol &#x26; Real Yield</summary>

Goal: Cement Numpay as the crypto-native commerce and DeFi payments protocol, with sustainable yield, strong token utility, and ecosystem flywheel effects.

#### Yield & Token Utility

* Automated $NUM Buyback + Burn → Smart contract triggers recycle protocol revenue into $NUM buybacks and burns.<br>
* Staked $NUM (xNUM) → Staking model with boosted rewards, revenue sharing, and governance power.<br>
* Governance via xNUM → Token holders guide product roadmap, integrations, and treasury strategy.

#### &#x20;Analytics & Reporting

* Business Dashboard → Real-time data on revenue, token burns, growth metrics.<br>
* Advanced Reporting → Transaction metadata tagging, cash flow projections, and custom reports.<br>
* Team/DAO Insights → Tools for treasury managers to forecast and plan.<br>

&#x20;Ecosystem & Developer Growth

* Open SDKs → Allow builders to plug Numpay into wallets, marketplaces, and dApps.<br>
* Ecosystem Grants → Fund integrations, plugins, and business use cases.<br>
* Strategic Partnerships → With wallets, DAOs, L2s, and commerce platforms.<br>

#### Ongoing Initiatives

Marketing & Community

* Meme-driven campaigns, XP-based quests, and community-led challenges.<br>
* Monthly Twitter Spaces sharing treasury stats and roadmap updates.<br>
* Partnerships with KOLs, newsletters, and influencers in payments, consumer apps, and SocialFi.

Education & Transparency

* Open monthly transparency reports on revenue, burns, and growth.<br>
* Numpay Academy → Hub for onboarding businesses, creators, and developers.<br>

Long-Term Innovation

* Research zkSync/zkRollups for private payments.<br>

Experiment with decentralized identity & portable payment history to power credit and trust in Web3 commerce.

</details>


---

# 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://numpay.gitbook.io/numpay/about-numpay/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.
