Alert Field Toggles
The Alert Types page in the dashboard is where you turn individual pieces of an alert on or off. This page is the reference for every toggle.
How the page is organized
Section titled “How the page is organized”Dashboard → Alert Types. Two layers of selection at the top:
- Chain tab — EVM or Solana. Each chain has its own field configuration (so you can show market caps on EVM swaps but not Solana, etc.).
- Event-type tab — Swap / Transfer / Approval / Bridge / Contract / Failed. Some types are EVM-only (bridges, approvals, contract interactions, failed) and the tab is hidden under Solana.
Once you’ve picked a chain + event type, you see grouped fields, a live preview pane on the right, and a Save bar at the bottom that appears when you have unsaved changes.
Fields per event type
Section titled “Fields per event type”Swap (buys + sells)
Section titled “Swap (buys + sells)”| Field | What it shows | Default |
|---|---|---|
walletName | Your label for the wallet, in the header | on |
walletBalance | Native balance (e.g. 1.23 ETH) appended to the wallet name | off |
tradeEmoji | The buy/sell emoji + label (🆕🟢 BUY etc.) | on |
tokenName | Token symbol, linked to its explorer page | on |
tokenAmount | Amount swapped (e.g. 7,500 USDC) | on |
usdValue | USD value of the trade | on |
tokenCA | Full token contract address at the bottom of the alert | on |
marketCap | Token’s market cap | on |
txHoldingPercent | What % of supply this transaction moved | on |
totalHoldingPercent | Wallet’s total holdings as a % of supply | off |
gas | Network fee | off |
linkExplorer | Etherscan / BSCScan / etc. button | on |
linkDexscreener | Dexscreener button | on |
linkDextools | DexTools button | off |
linkDefined | Defined.fi button | off |
linkGMGN | GMGN button | off |
linkSigma | Sigma button | off |
linkPhoton | Photon button (Solana-only — hidden in EVM tab) | off |
linkMaestro | Maestro button | off |
linkMaestroPro | Maestro Pro button | off |
linkBloom | Bloom button (Solana-only) | off |
linkBloomEVM | Bloom EVM button (EVM-only — hidden in Solana tab) | off |
linkDevWallet | Link to the token deployer’s wallet (EVM-only) | off |
Transfer (incoming + outgoing)
Section titled “Transfer (incoming + outgoing)”| Field | What it shows | Default |
|---|---|---|
walletName | Your label for the wallet | on |
tokenName | Token symbol, linked | on |
tokenAmount | Amount transferred | on |
usdValue | USD value | on |
tokenCA | Token contract address | on |
toAddress | Counterparty (recipient for outgoing, sender for incoming) | on |
marketCap | Token’s market cap | on |
txHoldingPercent | % of supply moved | on |
totalHoldingPercent | Wallet’s total holdings as % of supply | off |
gas | Network fee | off |
linkExplorer | Explorer link | on |
Approval (EVM only)
Section titled “Approval (EVM only)”| Field | What it shows | Default |
|---|---|---|
walletName | Your label for the wallet | on |
amount | Approval amount (♾️ for unlimited) | on |
toTradeOn | Spender contract resolved to a friendly name when known | on |
tokenCA | Token contract address | on |
gas | Network fee | off |
linkExplorer | Explorer link | on |
Bridge (EVM only)
Section titled “Bridge (EVM only)”| Field | What it shows | Default |
|---|---|---|
walletName | Your label for the wallet | on |
usdValue | USD value of the bridged amount | on |
linkExplorer | Explorer link | on |
The bridge alert also includes the source chain → destination chain header, the bridge protocol name, and (for protocols like DeBridge) order completion status — these aren’t user-toggleable.
Contract interaction (EVM only)
Section titled “Contract interaction (EVM only)”| Field | What it shows | Default |
|---|---|---|
walletName | Your label for the wallet | on |
functionName | Decoded function signature (e.g. stake(uint256)) | on |
methodId | Method ID in hex (e.g. 0xa694fc3a) | on |
contract | Contract name from the bot’s registry | off |
contractAddress | Address of the contract being called | on |
decodedParameters | Function arguments decoded with names + values | off |
inputData | Raw calldata as hex | off |
gas | Network fee | off |
linkExplorer | Explorer link | on |
Failed (EVM only)
Section titled “Failed (EVM only)”| Field | What it shows | Default |
|---|---|---|
walletName | Your label for the wallet | on |
functionName | What was being called when it failed | on |
contract | Contract name | off |
gas | Gas spent (still consumed even though tx failed) | off |
linkExplorer | Explorer link | on |
The failure reason itself (e.g. CallFailed, Insufficient liquidity) is always shown in the header — it’s the entire point of a failed-tx alert.
Per-chain configuration
Section titled “Per-chain configuration”EVM and Solana have independent field configurations. If you turn off marketCap for swaps under EVM, that change doesn’t affect Solana — and vice versa.
The page indicates which chain you’re configuring with a label like “Number Format (EVM)” / “Number Format (Solana)”.
Live preview
Section titled “Live preview”The right side of the page shows a Telegram-style mock alert that updates as you toggle fields. Real layout, sample data — useful to see exactly what walletBalance adds in the header before turning it on for everything.
What’s not on this page
Section titled “What’s not on this page”- Custom emojis and custom alert text are at the data layer but don’t have a dashboard UI yet — see Custom Emojis and Custom Alert Text.
- Cluster alert links are configured separately on the Cluster Alerts page (so you can have GMGN on regular swap alerts but only Dexscreener on cluster summaries) — see Cluster Alerts feature.
- Min USD threshold and alert type on/off live on the Notifications page — see Min USD Filter.