> For the complete documentation index, see [llms.txt](https://nakis-organization.gitbook.io/naki-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nakis-organization.gitbook.io/naki-wallet/roadmap.md).

# Roadmap

## Roadmap 🗺️

### Immediate Next Steps (Q2 2025) 🚀

* **Social Login Integration** 🔑
  * Add Google, Apple, and Discord authentication options via Privy
  * Enable account linking between different login methods
  * Implement social profile import for faster user onboarding
* **QR Scanner Optimization** 📱
  * Enhance camera functionality for payment QR code scanning
  * Implement automatic address detection and validation
  * Add transaction amount pre-filling from QR data
* **Real-time Contact Updates** 👥
  * Implement WebSocket connections for live contact status
  * Add transaction notifications in real-time
  * Create activity indicators for frequent contacts

### Mid-term Goals (Q3-Q4 2025) 🌱

* **Business Integration** 🏪
  * Build merchant dashboard for business accounts
  * Create QR code generation tool for store payments
  * Implement purchase history and receipts for business transactions
  * Add loyalty program functionality for repeat customers
* **Additional Funding Methods** 💳
  * Integrate bank transfer options for lower fees
  * Add PayPal as a funding source
  * Implement ACH transfers for US users
  * Support for international payment methods
* **Enhanced Security Features** 🔒
  * Add biometric confirmation for large transactions
  * Implement transaction limits and controls
  * Create multi-factor authentication options
  * Add suspicious activity detection

### Long-term Vision (2026) 🔭

* **Multi-chain Support** ⛓️
  * Expand beyond Base to other EVM-compatible chains
  * Add support for Bitcoin Lightning Network
  * Implement cross-chain swaps within the wallet
  * Create unified balance view across multiple networks
* **DeFi Integration** 📈
  * Simple savings options with yield generation
  * Beginner-friendly staking interfaces
  * Automated dollar-cost averaging for crypto purchases
  * Basic portfolio management tools
* **NFC Payment Capabilities** 📲
  * Tap-to-pay functionality at supporting merchants
  * Peer-to-peer NFC transfers between devices
  * Integration with existing payment terminals
  * Digital receipt storage
* **International Expansion** 🌎
  * Multi-language support
  * Region-specific payment methods
  * Compliance with international regulations
  * Local currency support with instant conversion

### Community Features (Ongoing) 👫

* **Social Feed** 📱
  * Activity timeline of friends' public transactions
  * Like and comment on transactions
  * Split bill functionality for group expenses
  * Shared savings goals
* **Developer Platform** 👨‍💻
  * Open API for third-party integrations
  * Plugin system for wallet extensions
  * Developer documentation and SDKs
  * Community hackathons and challenges

This roadmap represents our vision for Naki Wallet's evolution from a hackathon project to a full-featured financial platform that brings cryptocurrency to mainstream users through intuitive design and familiar experiences.


---

# 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:

```
GET https://nakis-organization.gitbook.io/naki-wallet/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.
