Commands Reference
The Telegram bot is still under development, so this section is not yet filled out.
Complete reference for all Vector GPT Telegram bot commands. Commands are organized by category with examples and usage notes.
🚀 Essential Commands
Bot Control
Initialize the bot and show welcome message. Use this when first adding the bot or if it stops responding.
Get help information. Use without parameters for general help, or specify a command for detailed instructions.
Examples:
/help
,/help tip
,/help alerts
Check bot health, your account status, and current tier benefits.
Open the interactive settings menu to configure preferences, notifications, and privacy options.
Reset your bot configuration and clear cached data. Use if experiencing issues.
💰 Financial Commands
Portfolio Management
Check token and NFT balances for any wallet address.
Example:
/balance 0x742d35Cc6416C40e68D1DE84A5F87e857C5BE03A
Shortcut:
/bal
Manage your tracked wallet addresses:
/portfolio add [address] [nickname]
- Add wallet to tracking/portfolio remove [nickname]
- Remove tracked wallet/portfolio list
- Show all tracked wallets/portfolio summary
- Get overview of all holdings
Get real-time price data and market information for any cryptocurrency.
Examples:
/price ETH
,/price VECTOR
,/price BTC
Features: Shows price, 24h change, market cap, volume
Display price charts for tokens (Premium feature).
Examples:
/chart ETH 1d
,/chart VECTOR 7d
Timeframes: 1h, 4h, 1d, 7d, 30d
Crypto Tipping
Send VECTOR tokens to another Telegram user.
Example:
/tip @alice 100 "Thanks for the alpha!"
Requirements: Must have sufficient VECTOR balance
Limits: 1-10,000 VECTOR per tip (configurable)
View your tipping history and statistics.
Claim any pending tips sent to you.
🔍 Analysis Commands
Token & Contract Analysis
Comprehensive security analysis of tokens or smart contracts.
Example:
/analyze 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984
Features: Security score, holder analysis, liquidity check
Detailed smart contract information and function analysis.
Features: Function list, verification status, proxy detection
Token-specific information including supply, holders, and trading data.
Example:
/token VECTOR
Security assessment and risk scoring for contracts and tokens.
Market Intelligence
Track large wallet movements and whale activity.
Example:
/whales VECTOR 1000000
Features: Recent large transactions, top holders
Market sentiment and trend analysis.
Example:
/trends ETH 24h
Trading volume analysis across exchanges.
Liquidity pool analysis and health metrics.
⚡ DeFi Commands
Trading Operations
Prepare token swap transactions with optimal routing.
Example:
/swap ETH USDC 1.0
Features: Route optimization, slippage protection, gas estimation
Cross-chain asset transfer preparation.
Example:
/bridge USDC 1000 polygon
Wrap/unwrap native tokens (ETH ↔ WETH).
Example:
/wrap 0.5
(wraps 0.5 ETH to WETH)
Yield Farming
Find best yield farming opportunities for your tokens.
Example:
/yield USDC
Features: APY comparison, risk assessment
Prepare staking transactions for supported protocols.
Prepare unstaking transactions.
Liquidity Provision
Add liquidity to DEX pools.
Remove liquidity from pools.
🚨 Alert Commands
Price Alerts
Set price-based alerts.
Examples:
/alerts price ETH above 4000
/alerts price VECTOR below 0.10
Conditions: above, below, change
Get notified of large transactions.
Example:
/alerts whale VECTOR 500000
Portfolio value change notifications.
Example:
/alerts portfolio -10%
Alert Management
Show all your active alerts.
Remove specific alert.
Temporarily pause/resume all alerts.
👥 Community Commands
Bounty System
Create community bounties.
Example:
/bounty create 1000 "Best trading strategy for Q1"
View active bounties.
Submit work for a bounty.
Vote on bounty submissions (if voting enabled).
Group Management (Admin Only)
Toggle moderation features.
Configure moderation settings:
scam_detection on/off
spam_filter low/medium/high
auto_delete on/off
Summarize chat activity and key points.
Examples:
/summary 1h
,/summary 24h
Translate messages to group's default language.
Group engagement and activity statistics.
🔧 Utility Commands
Information
Current gas prices across supported networks.
List supported blockchain networks and their status.
Latest crypto news and updates.
Example:
/news DeFi
Conversion & Calculation
Convert between cryptocurrencies or fiat.
Example:
/convert 100 USD ETH
Basic calculator for trading calculations.
Example:
/calc 1.5 * 2000
(calculate position size)
Data Export (Premium)
Export portfolio data.
Formats: csv, json, pdf
Export transaction history.
⚙️ Configuration Commands
Account Management
Link wallet address to your account.
Remove wallet from your account.
Verify staking status for premium features.
Preferences
Configure trading and display preferences:
currency USD/EUR/BTC/ETH
timezone UTC/EST/PST/etc
slippage 0.1-5.0
gas_strategy eco/standard/fast
Notifications
Control notification types:
price_alerts
whale_alerts
portfolio_alerts
security_alerts
market_updates
Set quiet hours for notifications.
Example:
/quiet 22:00 08:00 UTC
🎛️ Advanced Commands (Premium)
Custom Commands
Create command shortcuts.
Example:
/custom add "mybal" "/balance 0x742d..."
Remove custom command.
List all custom commands.
API Integration
Connect external services (Discord, Slack, webhooks).
Check API integration status.
Set up webhook notifications.
📚 Help & Support
Getting Help
Detailed help for specific commands.
Contact support directly.
Send feedback about bot features.
Interactive tutorials for bot features.
Topics: basics, trading, alerts, security
Information
Bot version and feature information.
Recent updates and new features.
Upcoming features and development plans.
🏆 Command Availability by Tier
Free Tier
Basic portfolio tracking and price commands
Limited alerts (5 active alerts)
Basic analysis commands
Community features
Bronze Tier (100K VECTOR)
Enhanced rate limits (1 command per 10 seconds)
Advanced notifications
Portfolio tracking (up to 10 wallets)
Custom commands (up to 5)
Silver Tier (1M VECTOR)
Real-time alerts and advanced analytics
API integrations
Unlimited custom commands
DeFi operation preparation
Gold Tier (10M VECTOR)
Unlimited access to all commands
Priority execution
Custom feature development
Enterprise integrations
💡 Quick Tips:
Use
/help [command]
for detailed information about any commandCommands are case-insensitive and support abbreviations
Most commands support both symbols and contract addresses
Use
/custom
to create shortcuts for frequently used commands
Last updated