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

# Commands

## 🎮 Price Queries

Phanes monitors all messages in chat and if a **ticker**, **token contract** or **LP address** is mentioned, it will trigger Phanes to spawn an embedded message.

{% tabs %}
{% tab title="🕹️ Commands" %}

* `$sol`
* `$fartcoin sol` (specify the chain, can be anything like eth, sol...)
* `0x6982508145454Ce325dDbE47a25d4ec3d2311933`
* `https://dexscreener.com/ethereum/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f`

{% hint style="info" %}

* Add a `.` **in front of the query** and Phanes will ignore it
* Add a `.` **at the end of the query** and Phanes will send a trimmed version
* Add a `,` **at the end of the query** and Phanes will send a detailed version

**Group Commands**

* Turn charts on/off: `/show_chart`
* Turn $cashtags on/off: `/cashtag`
* Turn banners on/off: `/show_banner`
  {% endhint %}
  {% endtab %}

{% tab title="🔒 Security Tab" %}

<figure><img src="/files/xXQ3Vk2rwTIPjbOoX3yU" alt="" width="250"><figcaption></figcaption></figure>

* `Fresh`: 1 day and 7 days old wallet trades
* `Top 10`: Top 10 holders % and total holders count
* `TH`: Top 5 holders *(excluding pools)*
* `Dev Sold` 🟢 = sold; 🔴 = didn't sell
* `Dex Paid` 🟢 = DexScreener Paid; 🔴 = not paid&#x20;

{% hint style="info" %}
The security section is only displayed for coins l**ess than 7 days old**.\
To view it for older coins, add a comma (`,`) after your query. Example: `$fartcoin,`
{% endhint %}

#### Extended Security Tab

To access the extended security panel — add a **comma** ( **,** ) after your query.

* `Dev Toks`: Tokens created / migrated
* `Bundlers`: wallets executing **4+ coordinated buys within the same block**, useful for spotting synchronized accumulation.
* `Snipers`: wallets buying **within 4 seconds of the first swap**, highlighting bots and ultra-fast traders at launch.
* `Insiders`: definitions and methodologies for insiders for EVM and SVM networks are as follows:
  * **EVM Insider Definition**
    * Recipient funded by creator — wallet’s firstFundedByAddress matches token creator.
    * Direct transfer from creator — transfer.from is the creator address.
    * Transfer from existing insider — transfer.from is already in the insider set.
  * **SVM (Solana) Insider Definition**
    * Recipient funded by creator — same as EVM.
    * Creator is tx signer or sender — if creator is in txMakers or is the from address (when NOT a DEX event).
    * Any non-swap launchpad token transfer — if it’s a launchpad token and the recipient doesn’t send tokens back in the same tx, assumed insider.

> Once a wallet is tagged as a bundler, sniper, or insider, that designation remains consistent across all tokens.

{% hint style="info" %}
***Note:*** Methodologies for identifying this data vary between platforms, and some classifications can be highly subjective.
{% endhint %}
{% endtab %}

{% tab title="🐲 Emoji Guide" %}

| Emoji                                                           | Definition         |
| --------------------------------------------------------------- | ------------------ |
| <img src="/files/tUwXkgQDt3nfAzvmkNI5" alt="" data-size="line"> | Trending indicator |
| <img src="/files/irhE9jQNhRt0512rMLKp" alt="" data-size="line"> | 24h query count    |
| <img src="/files/2eX0XO1Ytov3r0uTnx2n" alt="" data-size="line"> | New coin           |
| {% endtab %}                                                    |                    |

{% tab title="⭐️ Example" %}

<figure><img src="/files/Ki0PfKcyjlqTLLhhAhYm" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 📸 Chart Queries

The `/c` command generates and displays price charts for cryptocurrency tokens.

{% tabs %}
{% tab title="🕹️ Commands" %}

```
/c SYMBOL [INTERVAL] [FLAGS]
```

#### **Intervals**

* `1m, 5m, 15m, 30m, 1h, 4h, 12h, 1d, 1w`
  * On-chain coins also support `15s` and `30s`

#### **Overlays**

* [`sr`](#user-content-fn-1)[^1] — support / resistance bands
* [`vp`](#user-content-fn-2)[^2] — volume profile *(VPVR)* + POC / value area
* `pday` — previous-day H / L / C
* `ses` — NY / EU / Asia session shading
* [`avwap`](#user-content-fn-3)[^3] — anchored VWAP
* [`vwaph`](#user-content-fn-4)[^4] — anchored VWAP from the swing high
* `<wallet>` — paste a wallet address to mark its buys / sells on the chart
* [`fib`](#user-content-fn-5)[^5] — Fibonacci retracement
* `%` — swing % moves (legs ≥3% labeled; use `%5` for 5% floor)
* `mas` — moving averages (EMA21 · SMA50 · SMA200)
* `emaN`, `smaN` — custom MAs (e.g. `ema50` `sma25`; up to 5)
* `mc` — market-cap scale
* `nv` — hide the volume band
* `fchm` — first-call heatmap
* `w` — wide chart

#### Feed

* `dex` — on-chain
* `bn` — Binance
* `bb` — Bybit
* `hl` — Hyperliquid&#x20;
* `t` — TradFi / Stocks

Prefix/suffix on symbol: `/c bn:BTC` · `/c SOL:hl` · `/c dex:0x…` · `/c gold:t`

#### Timestamp

Reply to any message — or include an X (tweet) or Truth Social post link — to pin the chart at that moment and show the % move since.

#### Examples

* `/c BTC 1h`
* `/c BTC,SOL,ETH` — up to 5 charts at once
* `/c ETH 4h ema50 sma25`
* `/c SOL avwap sr`
* `/c BTC 1d %` — swing % moves
* `/c tsla` — stocks / commodities
* `/c BTC/ETH 1h` — ratio candles *(base ÷ quote)*
* `/c AAPL:t 1d` — Yahoo Finance *(stocks, FX, futures)*
* `/c ANSEM GUZmbCYK…UAsg` — a wallet's buys / sells on the chart
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/8lKcawwrlZ7HtniPenSX" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Timestamp on Chart

Reply to any message — or include an X (tweet) or Truth Social post link — to pin the chart at that moment and show the move since. Works on coin *and* prediction-market charts.

{% tabs %}
{% tab title="🕹️ Command" %}

#### Telegram Message

* Reply to a message with `/c <symbol>` or `/c <symbol1,symbol2>`

***

#### Tweet

`/c <symbol> <tweet_url>`

* `/c btc https://x.com/CryptoCapo_/status/1778710222904734145`

{% hint style="info" %}
Phanes will automatically select the optimal timeframe.
{% endhint %}
{% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/fzyaFGltOg0IST6b6Qlo" alt="" width="563"><figcaption><p>/c btc</p></figcaption></figure>

<figure><img src="/files/gkfy4TCU7wxwwB3CtfEm" alt="" width="563"><figcaption><p>/c sol,btc,eth,hype</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### Prediction Markets

Paste a Polymarket or Kalshi event link to chart its outcome odds over time *(1H → ALL buttons)*.

Reply / tweet timestamps work too — each outcome shows its odds move since *(see* [*Timestamp*](#timestamp-on-chart)*)*.

{% tabs %}
{% tab title="🕹️ Command" %}
`/c <poly/kalshi url>`

* `/c polymarket.com/event/…`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/43qDzEcx4CeHCWjy7It3" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### First Call Bubbles

Shows colored bubbles on the chart when groups called a coin, indicating activity levels at different points.

* Magenta/Pink = Extremely hot (viral)
* Red/Orange = Very hot
* Orange/Yellow = Hot
* Yellow/Green = Warm

{% tabs %}
{% tab title="🕹️ Command" %}
`/c <symbol/ca> fchm`
{% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/gInJPTP0P72oFMbqfkKi" alt="" width="563"><figcaption><p>/c ansem fchm</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### Custom Theme

Customize your charts with a unique theme! Use `/ctheme <theme_name>`.

<details>

<summary>🎨 Available Themes</summary>

<div><figure><img src="/files/Bzrw3LsQPiJnxEmNDXDR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PaJu7QrZMCM8tY8j7Pn4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/MvAjVUZJ0D2yNpT87pUw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/73L6f9SmEduUhp7Q5Huz" alt=""><figcaption></figcaption></figure></div>

</details>

***

## ♻️ Recycled X Accounts

We manually track thousands of new X accounts every day and cross-check to identify any reuse.

*Our tracking began in February 2024, so username changes made before that date are not detected.*

{% tabs %}
{% tab title="🕹️ Command" %}
`/x <user_name>`

* `/x elonmusk`

{% hint style="info" %}

* **Recycled Accounts:** sharing the **same User ID**, indicating **a connection to the creator**.
* **Username History:** is a list of past usernames, with **no inherent connection** between accounts.
* If available, we also display the associated contract address for each X account.
  * Click on <kbd>⤴️</kbd> to view the details.
    {% endhint %}
    {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/MEd4p3Rr0VloeWpeL2FG" alt="" width="371"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🔎 Search Tokens

Search for up to 10 tokens by name or symbol. You can also apply additional filters. Dead coins are automatically excluded.

{% tabs %}
{% tab title="🕹️ Command" %}
`/s [limit] [chain] <args>`

#### Parameters

* `old` : Sort by oldest coin
* `mc`: Sort by highest Market Cap
* `vol`: Sort by highest 24h Volume
* `holder`: Sort by number of holders
* `txns`: Sort by unique 24h transactions

#### Examples

* `/s lol` → filter by `"lol"`
* `/s wif 10` → filter by `"wif"`, show top 10 results
* `/s rekt eth` → filter by `"rekt"` on the **eth** chain
* `/s trump mc` → filter by `"trump"`, sort by highest Market Cap
* `/s pump vol` → filter by `"pump"`, sort by highest 24h Volume
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/MBmRmPukralYOskPl8bP" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🔎 Search Polymarket

Search for up to 10 Polymarket markets by name, sorted by highest market cap and displaying only active markets.

{% tabs %}
{% tab title="🕹️ Command" %}
`/poly <term>`

* `/poly btc`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/z3KSLWNOkxeEfqOEfHEg" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## ⚡️ Heatmap

* `/hm` provides a visual representation of the cryptocurrency market, displaying the relative market capitalization of top cryptocurrencies (excluding stablecoins and wrapped tokens).
* `/hmc` displays a category-based heatmap showing the market distribution across different cryptocurrency sectors.

{% tabs %}
{% tab title="🕹️ Command" %}

#### Parameters

* `count` *(optional)*: Top coins count
* `%` *(optional)*: Sort by top gainers

#### Examples

* `/hm 50`
* `/hm 100 %`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/TPFyR9ZO9yRvVrzpzUnP" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🤝 Community Take Overs

View CTO's from the last 24 hours.

{% tabs %}
{% tab title="🕹️ Command" %}
`/ctos <args>`&#x20;

#### Parameters

* `mc`: sort by highest market cap
* `age`: sort by most recent CTO

#### Examples

* `/ctos time` or `/ctos age`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/VdUmse8ov1uFtxfTM7b4" alt="" width="307"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## ⚙️ GitHub Repo Analysis

Analyzes GitHub repositories and provides detailed insights about their health and status.

Provides information about:

* Basic repository stats (stars, watchers, contributors, forks)
* Repository strengths (pros)
* Potential concerns (cons)

{% tabs %}
{% tab title="🕹️ Command" %}
`/gh <owner/repo> or <url>`

* `/gh solana-labs/solana`
  {% endtab %}

{% tab title="🧠 Overview" %}

#### **Basic Repository Details**

* Repository name, owner, and **description**
* Creation date and last update (with relative ages)
* **Fork / archived badges** when applicable
* Contributors, stars, watchers, forks, and **open issues** — *all with direct links to their GitHub pages*
* **Primary languages** (with % breakdown) and repository **topics**

#### **Repository Strengths** — the tool identifies positive signals such as:

* Active development, including **commit velocity** (commits in the last 30 days)
* Strong community involvement
* Documentation quality
* Programming languages used
* Testing and security practices
* Project organization
* **Release management, including how recent the latest release is**
* Community engagement
* **Organization backing and maintainer reputation**
* **A linked project website**

#### **Potential Concerns** — the tool flags issues including:

* Inactive or abandoned projects *(and archived/disabled repos)* *(updated)*
* Limited documentation
* Low community engagement
* Unresolved issues
* Poor code organization
* Missing important repository features (license, dependency manifests)
* **Fork of another project rather than original work**
* **Empty repository / throwaway-style maintainer account**
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/TNOorD3XGKLt5S4K3Yav" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🌐 Domain Lookup

Retrieve detailed information about domains, including creation date, expiration date, registrar, registrant details, DNS records, and more.

{% tabs %}
{% tab title="🕹️ Command" %}
`/do <url>`

* `/do bitcoin.org`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/H2s02ySPxBvGOhhegdfI" alt="" width="375"><figcaption><p>/do bitcoin.org</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## ✅ Dex Paid

{% tabs %}
{% tab title="🕹️ Command" %}
`/dp <ca/symbol>`

* `/dp wif`
  {% endtab %}

{% tab title="🐲 Emoji Guide" %}

|              | Definition       |
| ------------ | ---------------- |
| 🟢           | Order Confirmed  |
| 🔴           | Order Cancelled  |
| ⏳            | Order Processing |
| ✋            | Order On Hold    |
| {% endtab %} |                  |

{% tab title="⭐️ Example" %}

<figure><img src="/files/HNFUUB7IkVyUrf4ZvM4E" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🔮 About & Narrative

View the story behind a token - what it's about, why it was created, or any interesting background information. Returns a simple description of the token's purpose or origin.

***May contain inaccuracies!***

{% tabs %}
{% tab title="🕹️ Command" %}
`/nar <ca>`

* `/nar 0x...`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/Octiiw5x3WhehtaAoh2F" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🔗 Coin Socials

View the official social media links for any coin.

{% tabs %}
{% tab title="🕹️ Command" %}
`/soc <ca/symbol>`

* `/soc wif`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/ddrhSgW0nL5cbxGtoFS5" alt=""><figcaption><p>/soc wif</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 🗓️ Calendar <a href="#calendar" id="calendar"></a>

The Calendar command provides access to high-impact economic events.

{% tabs %}
{% tab title="🕹️ Command" %}

* `/cal` - Shows this week's USD events.
  * `/cal d` - Shows today's USD events.
  * `/cal eur` - Shows this week's EUR events.
  * `/cal all` - Shows this week's events for all currencies.
  * `/cal ust+2` or `+2` - Shows this week's events in the UST+2 timezone.
  * `/cal est` - Shows this week's events in the EST timezone.

{% hint style="info" %}
**Available currencies:**

* USD, EUR, GBP, AUD, NZD, CNY, CHF, CAD, JPY

**Available timezone codes:**

* UTC, GMT, EST, PST, CST, MST
  {% endhint %}
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/DczbrZvUKVbZXFFRLtot" alt="" width="284"><figcaption><p>/cal</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 💹 Global Market Status

View real-time status of major stock markets around the world. Shows whether markets are open or closed, local times, and next-day trading status. Includes markets from the United States, Asia-Pacific (Japan, Hong Kong, China, Australia, India), and Europe (UK, Germany).

{% tabs %}
{% tab title="🕹️ Command" %}

* `/markets`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/QlUKtif0ASHiJiFunlf3" alt="" width="371"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 📰 News Summary

This command provides an AI-generated summary of recent market-moving news.

{% tabs %}
{% tab title="🕹️ Command" %}
`/today <time>`

* `/today 12h`
  {% endtab %}

{% tab title="⭐️ Example" %}

<p align="center"><img src="/files/2gw0r3YmmXBpyWVKsIed" alt=""></p>
{% endtab %}
{% endtabs %}

***

## 📖 Summarize/Translate

Summarize/Translate Text The text summarization command uses AI to create a concise summary of long text content, while the translation command converts text from any language to English. Both commands can process direct text input and message replies.

{% tabs %}
{% tab title="🕹️ Command" %}

* `/tldr <text>` , `/sum <text>`, or reply to a message
* `/tr` - Translate text to English
  * Set the target language by adding `-<lang>` at the end of your message.
    * Example: `Hello -es`&#x20;
      {% endtab %}

{% tab title="⭐️ Example" %}

<div><figure><img src="/files/B7U1vDQJdR6LANAe96lJ" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/0qtFAPGqW66W9CcT3QIU" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

***

## 🧮 Value Calculations

Phanes can calculate and convert the value of pretty much any coin.

{% tabs %}
{% tab title="🕹️ Commands" %}
`/v <amount> <symbol/ca>`

* `/v 1b pepe`
* `/v 2.5 eth`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/BhwX9nD59GuYkmPiXsGJ" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 💸 Simple Price Queries

We also provide a simplified price query option, which presents a cleaner interface and is powered by CoinGecko

{% tabs %}
{% tab title="🕹️ Commands" %}

* `/p btc`
* `/i`: Get the top 10 coins (by market cap)
  {% endtab %}

{% tab title="⭐️ Examples" %}

<figure><img src="/files/t8IuJ8rJY1bqpEt0XP1b" alt="" width="235"><figcaption><p>/p sol</p></figcaption></figure>

<figure><img src="/files/pZ6AOSPD6WtzQIl54jiB" alt="" width="273"><figcaption><p>/i</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 💎 Top Holders / Wallet List <a href="#th-tw" id="th-tw"></a>

You are able to query **Top Holders & Top Wallets** for **SOL, BSC, ETH, BASE, Robinhood,** *and more***.**

Add `.` at the end of your query for a trimmed response (less clutter) » example[^6].

* Top Holders return the top 10 holders.
* Top Wallets return the top 40 wallets with a **minimum value of 50k**.
* Filter top holders by **KOLs** simply by adding `kol` at the end of your query.
  * Example: `/th <ca> kol`
  * **Want to be added to the KOL list?**
    * Make sure you’re listed on [KOLscan](https://kolscan.io/) or [GMGN](https://gmgn.ai/) first, then [reach out to us](https://t.me/PhanesSupportBot).

### How to access the list

### Top Holders

Click on the `💎` button within [price queries](#price-queries) or use the command:

* `/th <ca/symbol>`
* `/tw <ca/symbol>`

<figure><img src="/files/f54TSZzmdODaYsRcDBQ1" alt="" width="563"><figcaption></figcaption></figure>

### Top Wallets

To access the Top Wallets use the command `/tw <ca/symbol>`.

### Example Output and Explanation

{% tabs %}
{% tab title="💎 Top Holders" %}

<figure><img src="/files/Gokke6gsFx1OqLJiiLRJ" alt="" width="232"><figcaption><p>/th command</p></figcaption></figure>
{% endtab %}

{% tab title="💎 Top Wallets" %}

<figure><img src="/files/I5qL5iU7orbWTynzena1" alt="" width="231"><figcaption><p>/tw command</p></figcaption></figure>
{% endtab %}

{% tab title="🐲 Emoji Guide" %}

| Emoji | Definition                                           |
| ----- | ---------------------------------------------------- |
| 💦    | LP, Pools, Bonding Curve                             |
| 🏦    | Exchanges                                            |
| 🔥    | LP burned                                            |
| 🔒    | LP locked                                            |
| 👷‍   | Deployer                                             |
| 🐀    | Insider                                              |
| 🧻    | Paper Hands                                          |
| 💎    | Diamond Hands                                        |
| 🔫    | Sniper *(bought ≤3 blocks after launch)*             |
| ⬇️    | Token Transfer In                                    |
| 🌱    | New Wallet                                           |
| ‼️    | 2+ holders funded by the same address simultaneously |
| 👀    | Known Wallet/KOL                                     |
| 🤖    | Known Bots                                           |
| 🪸    | <$100                                                |
| 🦐    | $100 - $1k                                           |
| 🐟    | $1k - $5k                                            |
| 🐬    | $5k - $50k                                           |
| 🦈    | $50k - $200k                                         |
| 🐋    | $200k>                                               |

{% hint style="info" %}

* A common combination for dev bundled wallets are: `🪸🌱`
  {% endhint %}
  {% endtab %}
  {% endtabs %}

***

## 💰Top Traders

Displays the top performing traders for a specific token over a selected time period, showing their trading statistics and realized profits.

* You can access [Wallet Stats](#wallet-stats) by clicking on the <kbd>ⓘ</kbd> icon.

{% tabs %}
{% tab title="🕹️ Commands" %}
`/tt <ca/symbol> [period]`

* Available periods: `d, w, mo, y`
  * `/tt wif mo`
  * `/tt 0xa43fe16908251ee70ef74718545e4fe6c5ccec9f`
    {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/QfrjWOqCCJkkhvmT71L5" alt="" width="201"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## 💳 Wallet Stats

Provides comprehensive trading analytics for any wallet address across 50+ chains, including detailed performance metrics and trading statistics over various time periods.

{% hint style="success" %}
&#x20;`/c CA WALLET` shows each trade on the chart
{% endhint %}

{% tabs %}
{% tab title="🕹️ Commands" %}
`/ws <wallet_address>`

* `/ws DNfuF1L62WWyW3pNakVkyGGFzVVhj4Yr52jSmdTyeBHm`
  {% endtab %}

{% tab title="⭐️ Example" %}

<figure><img src="/files/0rsNZC9TYkjObq2kh2Dp" alt="" width="245"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="🐲 Emoji Guide" %}

| Emoji         | Definiton                        |
| ------------- | -------------------------------- |
| 🎯            | Sniper                           |
| 🐦            | Smart Trader *(tokens under 2d)* |
| 🌊            | Smart Trader *(tokens over 2d)*  |
| 🤔            | Interesting                      |
| 🐋            | Mega Wealthy                     |
| 🐬            | Medium Wealthy                   |
| 💰            | Wealthy                          |
| {% endtab %}  |                                  |
| {% endtabs %} |                                  |

***

## 🕹️ Quick Task Button

Set a custom Quick Task Button for all ***price queries***, ***/th***, ***/tw*** commands, and ***Tweets*** in your group and/or Phanes DM's. You can choose up to **6** different providers.

> Command: `/qt`

<div><figure><img src="/files/pFmcoGWORQXWzZYNKtiK" alt="" width="291"><figcaption><p>/th &#x26; /tw command</p></figcaption></figure> <figure><img src="/files/HUcuWrGcXokjDvyQNpyd" alt="" width="375"><figcaption><p>Tweet</p></figcaption></figure> <figure><img src="/files/c4yGtv3aSDj9nIVkZkiW" alt="" width="375"><figcaption><p>Price queries</p></figcaption></figure></div>

| Provider                                                                                                                        | Provider ID                     | Supported Chains                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/qYK7vPWBqlsIcaLhpQcX" alt="" data-size="line"> [GMGN](https://gmgn.ai/trend/SmngZPGQz?chain=sol)               | `gm` or `gm_tg`                 | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"><img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/lrVeUt3e7btkfbGGRP60" alt="" data-size="line"> <img src="/files/BcJtP1mNzROEF4i90280" alt="" data-size="line"><img src="/files/1CQYzuMVU6sNmkXu6Cd0" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                 |
| <img src="/files/angYgxgsqC5G7iJSLGye" alt="" data-size="line"> [AXIOM](https://axiom.trade/@phanes)                            | `axi`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/BS9dsJmxUz1PgDwpsD5I" alt="" data-size="line"> [Trojan](https://t.me/achilles_trojanbot?start=r-phanes)        | `tro`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/RpO52mqUuQhKAv9hwDjW" alt="" data-size="line"> [Trojan Terminal](https://trojan.com/@phanes)                   | `trt`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/z8Xoc0EZW5CnQTIOoPpT" alt="" data-size="line"> [Terminal](https://trade.padre.gg/rk/phanes)                    | `trm`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"><img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"><img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"><img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| <img src="/files/tEc9fumGBuac4CLQ8iX4" alt="" data-size="line"> [Maestro](https://t.me/maestro?start=r-phanes)                  | `mae` or `maep` *(Maestro Pro)* | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/lrVeUt3e7btkfbGGRP60" alt="" data-size="line"> <img src="/files/ovohnWr811U5E8ONG2xv" alt="" data-size="line"> <img src="/files/BcJtP1mNzROEF4i90280" alt="" data-size="line"> <img src="/files/rnxx8RULSsl6z7jsnvPa" alt="" data-size="line"> <img src="/files/uB03OKpv0fB4sIY3xsNx" alt="" data-size="line"> <img src="/files/THfZUNXAxXydKc243Q2I" alt="" data-size="line"><img src="/files/9kv1WBTQmKtE3KReSgHc" alt="" data-size="line"><img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line"> |
| <img src="/files/FjXvNswtL7ttb3zspJT2" alt="" data-size="line"> [Bloom Bot](https://t.me/BloomSolana_bot?start=ref_panes)       | `blo`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"><img src="/files/9kv1WBTQmKtE3KReSgHc" alt="" data-size="line"><img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <img src="/files/4IuHBsq96d9lizQwTwT6" alt="" data-size="line"> [FOMO](http://fomo.family/r/PHANES)                             | `fmo`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"><img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"><img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| <img src="/files/U2GUPeztLe37jMxFR3oa" alt="" data-size="line"> [OKX](https://web3.okx.com/ul/joindex?ref=PHANES)               | `okx`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/ovohnWr811U5E8ONG2xv" alt="" data-size="line"> <img src="/files/BcJtP1mNzROEF4i90280" alt="" data-size="line"> <img src="/files/rnxx8RULSsl6z7jsnvPa" alt="" data-size="line">  <img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line"><img src="/files/THfZUNXAxXydKc243Q2I" alt="" data-size="line">                                                                                                                                                                                               |
| <img src="/files/Tdmp9jkr3qOQHfSLxaIx" alt="" data-size="line"> [Based Bot](https://t.me/based_eth_bot?start=r_phanes)          | `bsd`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"><img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"><img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"><img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"><img src="/files/THfZUNXAxXydKc243Q2I" alt="" data-size="line"><img src="/files/9kv1WBTQmKtE3KReSgHc" alt="" data-size="line"><img src="/files/tud4Zdfcpz50D1cV66r3" alt="" data-size="line"><img src="/files/pfwtFuGjfCVgz23o0pba" alt="" data-size="line"><img src="/files/ihF0LTzGfgdkgBBbIhML" alt="" data-size="line"><img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line"><img src="/files/iO6ApbAECv6Q8elj9kF7" alt="" data-size="line">                                                                         |
| <img src="/files/a2CCYzT1u5jutfIQcuqb" alt="" data-size="line"> [BullX](https://t.me/BullxBetaBot?start=access_QKXBJ87T7E9)     | `blx`                           | <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/ovohnWr811U5E8ONG2xv" alt="" data-size="line"> <img src="/files/53nLbsZxmiODURLqtM5Y" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/TBYvPWgPgC9VLsw1OYn1" alt="" data-size="line"> [BullX NEO](https://t.me/BullXNeoBot?start=access_5DQJOTGEBKS)  | `neo`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/lrVeUt3e7btkfbGGRP60" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/1x0jTRnaaQ9EcD3tq8iZ" alt="" data-size="line"> [Sigma Bot](https://t.me/Sigma_buyBot?start=ref=6574450058)     | `sig`                           | <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/THfZUNXAxXydKc243Q2I" alt="" data-size="line"> <img src="/files/2pfmXLf5pt8IkbMvIUyK" alt="" data-size="line"><img src="/files/hZ2bJu0HZOHRr675Km4x" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                |
| <img src="/files/g7tYfntJwJxNuV0qqiJT" alt="" data-size="line"> [Clove Bot](https://t.me/cove_trading_bot?start=ref_phanes)     | `clo`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/ovohnWr811U5E8ONG2xv" alt="" data-size="line"> <img src="/files/9kv1WBTQmKtE3KReSgHc" alt="" data-size="line"><img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line"><img src="/files/hZ2bJu0HZOHRr675Km4x" alt="" data-size="line">                                                                                                                                                                                                                                                                 |
| <img src="/files/BA28bBCLmBSX3pIcCCsW" alt="" data-size="line"> [Photon](https://photon-sol.tinyastro.io/@phanes)               | `pho`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"><img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/BcJtP1mNzROEF4i90280" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <img src="/files/FLR2czx8o8ceNIllVNSf" alt="" data-size="line"> [Banana Gun](https://t.me/BananaGunSniper_bot?start=snp_phanes) | `ban`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/BcJtP1mNzROEF4i90280" alt="" data-size="line"> <img src="/files/rnxx8RULSsl6z7jsnvPa" alt="" data-size="line"> <img src="/files/2pfmXLf5pt8IkbMvIUyK" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/zJE1ABi8c3MpREcz3B9n" alt="" data-size="line"> [Pepe Boost](https://t.me/pepeboost_sol_bot?start=ref_0xPhanes) | `pep`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/oQYcgjHDhQ7Vk01QJjAh" alt="" data-size="line"> [BONKbot](https://t.me/bonkbot_bot?start=ref_mgm20)             | `bnk` or `bnk_tel`              | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/TyXjnN5qgvYZMSbJY2Id" alt="" data-size="line"> [Sol Trading Bot](https://t.me/SolTradingBot?start=phanes)      | `stb`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/fmDHSPJwttWQVbi1dffG" alt="" data-size="line"> [MevX](https://t.me/MevxTradingBot?start=phanes)                | `mvx`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/lrVeUt3e7btkfbGGRP60" alt="" data-size="line"> <img src="/files/NJpKK2tifshbBaZqSZz2" alt="" data-size="line"><img src="/files/9kv1WBTQmKtE3KReSgHc" alt="" data-size="line"><img src="/files/THfZUNXAxXydKc243Q2I" alt="" data-size="line"><img src="/files/ihF0LTzGfgdkgBBbIhML" alt="" data-size="line"><img src="/files/iO6ApbAECv6Q8elj9kF7" alt="" data-size="line">                                                                                                                                   |
| <img src="/files/Sp4oGkdfppotuhmwPoTP" alt="" data-size="line">[Ave Bot](https://t.me/AveSniperBot?start=ref_phanes)            | `ave`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/puxDR0PH8G6FbUO7Z69H" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/lrVeUt3e7btkfbGGRP60" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| <img src="/files/UeZW70vJqAK7uS9Gyi5J" alt="" data-size="line"> [Shuriken](https://t.me/ShurikenTradeBot?start=ref-phanes)      | `shu`                           | <img src="/files/DgKEpzriNAHFv0TKAKFp" alt="" data-size="line"> <img src="/files/zfo8ktQl25vQuoTlq91m" alt="" data-size="line"> <img src="/files/hOBUe2HvR4xW20xTSUMg" alt="" data-size="line"> <img src="/files/BcJtP1mNzROEF4i90280" alt="" data-size="line"> <img src="/files/THfZUNXAxXydKc243Q2I" alt="" data-size="line"> <img src="/files/uB03OKpv0fB4sIY3xsNx" alt="" data-size="line"> <img src="/files/8k9aauPiBQ67cTlYHxf5" alt="" data-size="line">                                                                                                                                                                                                                                                                                                                               |

***

## 🌎 Language <a href="#language" id="language"></a>

You can change the bot’s interface language.

This feature is still in progress, so not all queries or messages may be translated yet.

{% tabs %}
{% tab title="🕹️ Commands" %}
`/lang`

*This command works in DM and Groups.*&#x20;
{% endtab %}

{% tab title="🌎 Supported Languages" %}

* 🇬🇧 `en`: English
* 🇷🇺 `ru`: Russian
* 🇮🇩 `id`: Indonesian
* 🇨🇳 `zh-cn`: Chinese (Simplified)
* 🇨🇳 `zh-tw`: Chinese (Traditional)
* 🇻🇳 `vi`: Vietnamese
* 🇯🇵 `ja`: Japanese
* 🇹🇷 `tr`: Turkish
* 🇩🇪 `de`: German
* 🇮🇳 `hi`: Hindi
* 🇪🇸 `es`: Spanish
* 🇵🇹 `pt`: Portuguese
* 🇹🇭 `th`: Thai
* 🇮🇹 `it`: Italian
* 🇫🇷 `fr`: French
* 🇸🇦 `ar`: Arabic
* 🇵🇱 `pl`: Polish
* 🇳🇱 `nl`: Dutch
  {% endtab %}
  {% endtabs %}

***

## 🛡️ Group Commands  <a href="#group-commands" id="group-commands"></a>

In Groups you are able to further fine-tune Phanes.

Command: `/settings`

| Command    | Description                                                                                                                                                |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/lang`    | Set the bot’s interface language for your group.                                                                                                           |
| `/xfeed`   | [Follow 𝕏 Handles for Tweet Alerts.](/phanes/live-tweet-feed.md)                                                                                          |
| Admin Only | Only group admins are allowed to query prices (make calls).                                                                                                |
| DApp       | Toggle the [Phanes DApp](/phanes/dapp.md).                                                                                                                 |
| LB Only    | <p>Leaderboard only.<br><strong>Every query will only be shown once!</strong></p>                                                                          |
| X Links    | Toggle [X Link Scraper](/phanes/fix-links.md#x-twitter).                                                                                                   |
| Short CA   | [Shorten CA queries](#user-content-fn-7)[^7].                                                                                                              |
| Compact    | <p><a data-footnote-ref href="#user-content-fn-8">Compact queries, less noise</a>.<br>This can also be triggered by appending a <code>.</code></p>         |
| Detailed   | <p><a data-footnote-ref href="#user-content-fn-9">Detailed queries, showing more info</a>.<br>This can also be triggered by appending a <code>,</code></p> |
| Charts     | [Show chart images in queries](#user-content-fn-10)[^10].                                                                                                  |
| Buttons    | [Show buttons in queries.](#user-content-fn-11)[^11]                                                                                                       |
| Banner     | [Show the dex paid banner in queries](#user-content-fn-12)[^12].                                                                                           |
| Contracts  | Toggle if Phanes should listen to contract addresses.                                                                                                      |
| Cashtags   | Toggle if Phanes should listen to `$cashtags`.                                                                                                             |
| X Return   | Toggle [X Multiplier alerts](/phanes/alerts.md#x-multiplier-alerts).                                                                                       |
| Migrations | Toggle [Migration alerts](/phanes/alerts.md#migration-alerts).                                                                                             |
| DEX Paid   | Toggle [Dex Paid alerts](/phanes/alerts.md#dex-paid-alerts).                                                                                               |
| CTO Alerts | Toggle [Commuity Take Over alerts](/phanes/alerts.md#cto-alerts).                                                                                          |
| Allow ELB  | Allow users to [export leaderboards](https://docs.phanes.bot/phanes/leaderboard#export-leaderboard).                                                       |

[^1]: SR marks the price zones where the market has repeatedly traded and reacted, built from a volume-weighted histogram of candle touches — heavier volume, more recent bars, wicks and rejection candles all count for more, and a zone only qualifies once multiple candles have touched it.

[^2]: VP (volume profile) is a horizontal histogram of how much volume traded at each price across the visible window, so it shows *where* the market actually did business rather than when. The POC is the single highest-volume price — the level of most agreement, which acts as a magnet and often as support/resistance on a retest. VAH and VAL bound the value area, the 70% of volume around the POC: inside it price is balanced and rotates between the two, while holding beyond either side means the market has left that value behind and is trending.

[^3]: AVWAP is a volume-weighted average price line anchored at the start of the visible window, so it shows the average price everyone has paid across the whole chart — weighted by where volume actually traded, not just the midpoint. Price above it means buyers are on average in profit (it acts as support); price below it means they're underwater (it acts as resistance).

[^4]: AVWAP anchored at the high (is a volume-weighted average price line that starts from the candle that made the swing high, so it shows the average price everyone has paid since the top. When price is below it, buyers since the peak are underwater (it acts as overhead resistance); when price reclaims it, the average top-buyer is back in profit.

[^5]: Fib draws a Fibonacci retracement over the biggest swing on the chart — the highest high and lowest low in the visible window, with the direction taken from whichever came first — so it measures how far the move has pulled back. The levels in between (23.6%, 38.2%, 50%, 61.8%, 78.6%) are where a pullback commonly stalls before the trend resumes, with the golden ratios 38.2% and 61.8% highlighted since those are the ones most traders watch. A shallow retracement that holds the upper levels points to a strong trend; price cutting through 61.8% and 78.6% means the move is losing structure.

[^6]: ![](/files/p1pKsFn233RotcbkOwWo)

[^7]: ![](/files/qShbJvxAF2MpP4sXLTTJ)

[^8]: ![](/files/qO4EXbvIpvg3p0eGOaVF)

[^9]: ![](/files/BIM6oxc3Er48dYieDV3x)

[^10]: ![](/files/wNLpIfYoN3Jlc7D9nE7d)

[^11]: ![](/files/hM2VbgWj1cJJIzspbM7l)

[^12]: ![](/files/PPyAQ1sraJXR2jBuvTt9)
