# DApp

## 👨‍💻 Overview

The [**Phanes DApp**](https://dapp.phanes.bot/) provides a comprehensive dashboard to track, analyze, and compare calls from your groups. Access your group's dashboard by sending `/dapp` in your Telegram or Discord group.

## ⭐️ Features

### Leaderboard Tracking

* View all calls from your group in a sortable table
* Track returns, market caps, volumes, and price changes
* Filter and search calls by various criteria

### Real-Time Updates

* Live price updates with automatic refresh
* Real-time market data including volumes and holders
* WebSocket connection for instant updates

### Multi-Group Mode

* Compare performance across multiple groups simultaneously
* Track calls from different Telegram or Discord groups side-by-side
* Unified dashboard for all your groups

{% hint style="info" %}
To access the Multi Mode, click on the <img src="/files/T64qqZrHHmAHxPWN15ol" alt="" data-size="line"> button in the header. You can connect up to five groups.

![](/files/XJKOMuOvVj78O5L7kaql)
{% endhint %}

### Advanced Analytics

* Performance charts and heatmaps
* Success rate analysis
* Return distribution charts
* Chain comparison views
* Time-based performance trends

***

## 🔩 Filters

> Refine the leaderboard results using various filters to focus on specific calls:

### Primary Filters

* **Chain**: Filter by blockchain network (Ethereum, Solana, Base, etc.)
* **Caller**: Filter by specific user. Use the search function to quickly find callers by name
* **Launchpad**: Filter by platform (Pump.fun, Bonk, BAGS, etc.)
* **Migration Status**: Filter launchpad tokens by migration status (All, Migrated, or Not Migrated)

### Range Filters

Set minimum and maximum values for:

* **ATH**: All-time high market cap reached
* **Called at MC**: Market cap at the time of the call
* **Current MC**: Live market cap from current data
* **Volume 24h**: 24-hour trading volume
* **X Return**: Return multiplier (e.g., 2x means doubled)
* **Called Time**: Filter calls by when they were made using calendar dropdowns

### Additional Options

* **Timeframe**: Select time period (1 hour, 1 day, 1 week, etc.)
* **Token Search**: Search for specific tokens by name, symbol, or contract address
* **Comparison Mode**: Display both filtered and unfiltered statistics side-by-side to compare the impact of your filters

{% hint style="info" %}
All filters can be combined to create precise searches. Active filters are shown as badges above the table.
{% endhint %}

<div><figure><img src="/files/qwKnbezwozaEiOdVCw5u" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/dSIo9cxm4blaDicvbF3d" alt="" width="375"><figcaption></figcaption></figure></div>

***

## ⚙️ Settings

> Customize your experience through the Settings menu:

### Display Options

* **Return Display**: Choose between Current return or ATH *(All-Time High)* return
* **Show Group Performance**: Toggle the group performance statistics box
* **Show Coin Banners**: Enable/disable banner images in the coin column
* **Full Width Table**: Stretch the table to fill the entire browser width (desktop only)
* **Anonymous Mode**: Hide real names and group names for privacy

### Columns

* Show or hide any column in the leaderboard
* Drag and drop to reorder columns
* Customize which data you want to see
* Coin and Risk Indicators columns are always visible

### Quick Tasks

* Select quick task tools (AXIOM, GMGN, Terminal, etc.) to display in the table
* Drag to reorder quick task buttons
* Extra Big Button option for easier clicking
* Quick tasks appear as buttons in the leaderboard for instant access

### Notifications

* **New Call Alerts**: Get browser notifications when new calls arrive
* **X Return Alerts**: Get notified when coins reach x-return thresholds (requires [1 boost](/premium/group-boost.md))
* **Migration Alerts**: Get notified when coins migrate (requires [2 boosts](/premium/group-boost.md))
* **Custom Sound**: Configure notification sounds with volume control

<div><figure><img src="/files/zDo9AQb5ejxQD8JC3nEF" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/5xlhmppWs2YFUzU29KWE" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/Mw8FNsotdZS8TF4haG6J" alt="" width="375"><figcaption></figcaption></figure></div>

***

## 🧩 Example

#### Interface

<figure><img src="/files/uQx7GSVGtP0YieeSisDb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9ABHUJ2hFyrmUXi7j8tn" alt=""><figcaption></figcaption></figure>

#### Charts

<div><figure><img src="/files/jM6cWfaiEE2A6qCK6un9" alt=""><figcaption><p>Performance Trend Analysis</p></figcaption></figure> <figure><img src="/files/pkg9N2BYPHxPq3a9rJvd" alt=""><figcaption><p>Success Rate By Time</p></figcaption></figure></div>

<div><figure><img src="/files/nFRGuPghSr1xLEOqNtTO" alt=""><figcaption><p>Time Heatmap</p></figcaption></figure> <figure><img src="/files/WG0ISKAnAGJL7hPal5Qb" alt=""><figcaption><p>Chain Comparison </p></figcaption></figure></div>

<div><figure><img src="/files/5bsAgGN25r3VQMYGsZ6e" alt=""><figcaption><p>Return Distribution</p></figcaption></figure> <figure><img src="/files/5mTgOtPYXFglfnMTdTMc" alt=""><figcaption><p>Return vs Market Cap </p></figcaption></figure></div>


---

# 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://docs.phanes.bot/phanes/dapp.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.
