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

# Road Map

1. **Explorer - Transaction Tracking:**
   * Launching a robust Explorer feature for intricate transaction tracking on the Bitcoin blockchain. Unveil the details of every Bitcoin Runes transaction with an intuitive interface, empowering users with unparalleled insights.
2. **Subscribe to the Wallet for Real-Time Alerts:**
   * Introducing a subscription model for real-time alerts on wallet activities. Stay informed with instant notifications, ensuring you never miss a critical transaction or market movement within your subscribed wallets.
3. **Interaction - Encrypted Chat:**
   * Elevating user engagement with the introduction of an encrypted chat feature. Users can communicate securely within the platform, fostering a collaborative environment for sharing insights and staying connected with the community.
4. **Social Graph - Detailed Matrix:**
   * Enhancing the Social Graph feature to provide a detailed matrix of wallet connections. Visualize and understand the interconnected web of Bitcoin Runes holders, creating a comprehensive network map for users to explore and leverage.
5. **Leader Board/ Dashboard (Q1 2024):**
   * Unveiling a dynamic leaderboard and Dashboard to showcase top-performing portfolios and influential participants within the NetWorth community. Recognize and celebrate success while gaining inspiration from leaders in the Bitcoin Runes space.
6. **Portfolio - Total Asset Value:**
   * Introducing an advanced Portfolio feature that calculates and displays the total asset value. Empower users to track their digital wealth effortlessly and make informed decisions based on a comprehensive view of their Bitcoin holdings.


---

# 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.networth.is/fundamentals/road-map.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.
