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

# Roadmap

<details>

<summary>Phase 1: MVP Launch, Core Payment Features &#x26; Token Launch</summary>

* **Telegram TG-Client Beta Release:**
  * [x] Launch core chat-based crypto transaction capabilities within Telegram
  * [x] Instant wallet onboarding with auto-generated smart wallets supporting multiple currencies
  * [x] Basic send/receive crypto functionality with blockchain-integrated receipts
  * [x] Secure user authentication and encryption mechanisms implemented
* **AI-Powered Automation Core:**
  * [x] Deploy AI models for wallet creation, payment suggestions, and error prevention
  * [x] NLP for basic transaction intents and natural language processing
* **Multi-Chain Integration:**
  * [x] Support for Ethereum mainnet and Binance Smart Chain (BSC)
  * [x] Implementation of HD wallets and transaction signing
* **Security and Compliance Foundation:**
  * [x] Non-custodial architecture with multi-sig wallet support
  * [x] GDPR and CCPA compliance frameworks initiated
* **$BGRAM Token Launch:**
  * [ ] Public Token Launch (Incubation through Proof Platform)
  * [x] Staking programs and reward mechanisms activated

</details>

<details>

<summary>Phase 2: Digital Gift Cards &#x26; Group Payments</summary>

* **AI-Driven Gift Recommendation Engine:**
  * [ ] Personalized gift suggestions based on user preferences and transaction history
  * [ ] Launch of NFT-enabled, cross-chain digital gift cards
* **Merchant Integration Pilot:**
  * [ ] Partnerships with global merchants for digital gift card acceptance
  * [ ] Merchant dashboard and reporting tools
* **Smart Bill Splitting & Group Payments:**
  * [ ] AI fairness algorithms for expense division
  * [ ] On-chain group payment transparency with immutable records
  * [ ] Recurring bill management via smart contracts with automated reminders

</details>

<details>

<summary>Phase 3: Personal Finance Dashboard, Analytics &#x26; Interactive Payment Cards</summary>

* **Comprehensive Finance Dashboard:**
  * [ ] On-chain transaction categorization and spending analytics
  * [ ] AI-driven budget forecasting and personalized financial insights
* **DeFi Portfolio Integration:**
  * [ ] Integration with DeFi protocols for yield tracking and portfolio management
  * [ ] Goal setting and smart contract-enabled savings plans
* **Enhanced AI NLP Capabilities:**
  * [ ] Improved natural language understanding for finance queries
  * [ ] Voice transaction support expansion
* **AI-Generated Animated Transaction Visuals:**
  * [ ] Customizable payment cards with dynamic animations and rich media
  * [ ] NFTs and audio cues integrated into transaction confirmations
* **Personalized User Experience:**
  * [ ] Advanced UX tailored to user behavior and preferences
  * [ ] Seamless integration of media assets securely stored on-chain

</details>

<details>

<summary>Phase 4: Full AI Contact Integration &#x26; Predictive Payment Flows</summary>

* **AI-Powered Contact Matching:**
  * [ ] Deep integration with phonebooks, Telegram contacts, and blockchain identity verification
  * [ ] Enhanced contact discovery and payment prediction algorithms
* **Predictive Payment Automation:**
  * [ ] Smart scheduling and auto-suggestion of payment recipients and amounts based on behavior
  * [ ] Context-aware reminders and transaction triggers

</details>

<details>

<summary>Phase 5: Expansion &#x26; Ecosystem Growth</summary>

* **Layer-2 and Cross-Chain Scaling:**
  * [ ] Integration with multiple Layer-2 solutions for lower fees and faster transactions
  * [ ] Cross-chain bridges for seamless asset transfer
* **Enterprise Solutions:**
  * [ ] Custom API licensing and white-label offerings for businesses
  * [ ] Enhanced compliance and reporting tools for corporate clients
* **AI & Blockchain Innovation:**
  * [ ] Continuous improvement of AI models with real-time learning loops
  * [ ] Research into advanced privacy tech including zero-knowledge proofs
* **Global Market Penetration:**
  * [ ] Localized versions of BlockGram for emerging markets
  * [ ] Strategic partnerships with telecoms and financial institutions

</details>


---

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