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

# Features

### Real-time Analytics and Multi-token Tracking <a href="#real-time-analytics-and-multi-token-tracking" id="real-time-analytics-and-multi-token-tracking"></a>

* The dashboard leverages Goldsky pipelines to provide **real-time streaming** of transfer data for multiple Hyperliquid stablecoins.
* Each supported token (e.g., `usdxl`, `kei`, `feusd`, etc.) has its dedicated PostgreSQL table, enabling granular and efficient data tracking.
* Users can query and visualize transfers, balances, and token flows with minimal latency.

### Whale Alerts and Notification System <a href="#whale-alerts-and-notification-system" id="whale-alerts-and-notification-system"></a>

* Users can subscribe to customizable whale alerts that notify significant transfer events based on USD thresholds.
* Alerts can be received via Telegram (and planned support for Discord and other platforms in the future).
* This helps traders and analysts stay aware of market-moving transactions.

### User Authentication & Embedded Wallet Workflow <a href="#user-authentication--embedded-wallet-workflow" id="user-authentication--embedded-wallet-workflow"></a>

* Integrated **Privy authentication** supports multiple login methods including social logins and email.
* The system creates **embedded wallets** tied to user sessions, allowing interaction without external wallet dependencies.
* Provides a seamless onboarding experience with built-in wallet management.

### Identity and UI Enhancements Using Hyperliquid Names <a href="#identity-and-ui-enhancements-using-hyperliquid-nam" id="identity-and-ui-enhancements-using-hyperliquid-nam"></a>

* Wallet addresses linked with **Hyperliquid Names (.hl)** are displayed throughout the dashboard for better user-friendly identities.
* This improves readability and trust by replacing long hexadecimal addresses with recognizable names.
* Names can be minted and managed (future feature roadmap).


---

# 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://hypernexus.gitbook.io/hyper-nexus/features.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.
