> For the complete documentation index, see [llms.txt](https://docs.raybot.app/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raybot.app/start/help-and-support/glossary.md).

# Glossary

Short explanations of the crypto and RayBot terms you'll meet in notifications and across these docs.

New to wallet tracking? Here are the terms and abbreviations used in RayBot notifications and throughout this documentation.

***

### 🪙 Tokens & Markets

* **CA (Contract Address)** — the unique on-chain address of a token. When docs or traders say "paste the CA", they mean this address. In RayBot you can add a token by its CA with `/add`.
* **Ticker** — the short symbol of a token (e.g. `#PEPE`). In alerts it appears after the `#` sign.
* **MC (Market Cap)** — market capitalization: token price × circulating supply. A quick measure of how big (and usually how risky) a token is.
* **ATH (All-Time High)** — the highest price a token has ever reached.
* **DEX** — decentralized exchange, where most of the trades RayBot tracks happen.
* **Bridge** — a service that moves funds between different blockchains. See [Bridge — Where Did the Money Go?](/start/use-cases/use-cases/bridge-where-did-the-money-go.md)
* **Rug (rug pull)** — a scam where a token's creators drain its liquidity, leaving holders with worthless tokens.

### 💰 Trading & Positions

* **PnL (Profit and Loss)** — how much a wallet has gained or lost on a trade or over a period.
* **uPnL (unrealized PnL)** — profit or loss "on paper" for tokens the wallet still holds — it becomes real only when the position is sold.
* **Position** — the total amount of a token a wallet currently holds.
* **✊ Hold %** — shown in alerts: the percentage of purchased tokens the wallet is still holding. ✊100% means nothing has been sold yet.
* **DCA (Dollar-Cost Averaging)** — buying a token in several smaller portions over time instead of all at once.
* **DYOR (Do Your Own Research)** — the golden rule: signals and tracked wallets are information, not financial advice.

### 👛 Wallets & People

* **KOL (Key Opinion Leader)** — a well-known trader or influencer whose wallets many people track. See [KOLs Transactions](/start/web-app/web/kols-transactions.md)
* **Smart money** — wallets with a consistent track record of profitable, early entries.
* **Whale** — a wallet moving very large amounts.
* **Degen** — slang for a high-risk trader who makes many fast, aggressive trades.
* **Fresh wallet** — a newly created or newly funded wallet with little to no history. Sudden activity from fresh wallets is often a signal by itself.
* **Sub-wallet** — a secondary wallet funded from someone's main wallet, often used to split activity. See [Finding New Wallets](/start/use-cases/use-cases/finding-new-wallets.md)
* **Mixer** — a service used to obscure the trail of funds between wallets.

### 🔗 Links in Notifications

Every RayBot alert ends with a row of quick links for the token:

```
🔗 #TOKEN | MC: $3.06M | Seen: 5d 16h: BE | DS | PH | Bullx | GMGN | AXI | 👥INFO
```

* **BE** — Birdeye (charts and token analytics)
* **DS** — DexScreener (charts and pair data)
* **PH** — Photon (fast trading terminal)
* **GMGN** — GMGN (wallet and token analytics)
* **AXI** — Axiom (trading terminal)
* **👥INFO** — a breakdown of which of your tracked wallets hold this token
* **Seen** — how long ago RayBot first detected this token

You can choose which links appear with the `/links` command — see [⚙️ Settings](/start/telegram/interface-navigation/settings.md).


---

# 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.raybot.app/start/help-and-support/glossary.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.
