# Dashboard

Your central hub for monitoring token scores, tracking performance, and managing your portfolio. Works seamlessly with [AI Chat](/core-features/ai-chat.md) for quick trades and [Autopilot](/automation/autopilot.md) for automation.

## Overview

The Dashboard provides a comprehensive view of:

* **Token List**: All available tokens with their current scores
* **Portfolio Performance**: Your holdings and their performance
* **Trading History**: Recent transactions with detailed information
* **Market Trends**: Top gainers, trending tokens, and market sentiment

## Token Scoring System

### How Tokens Are Scored

Our AI analyzes multiple factors to score each token from 0-100:

#### On-Chain Metrics (40% weight)

* **Holder Distribution**: Are holders diverse or concentrated?
* **Wallet Quality**: Ratio of profitable wallets vs loss-making wallets
* **Transaction Patterns**: Natural growth vs artificial pumping
* **Liquidity Depth**: Available liquidity relative to market cap
* **Smart Money Activity**: Tracking known profitable wallets

#### Off-Chain Signals (30% weight)

* **Social Sentiment**: Twitter mentions, engagement rates
* **Influencer Activity**: Who's talking about the token
* **Community Growth**: Discord/Telegram member growth
* **News & Events**: Upcoming catalysts or concerns
* **Fake News Detection**: Filtering hype from reality

#### Technical Indicators (30% weight)

* **Price Action**: Not traditional TA, but momentum patterns
* **Volume Analysis**: Real vs wash trading detection
* **Buy/Sell Pressure**: Order flow imbalance
* **Volatility Patterns**: Risk assessment
* **Correlation Analysis**: Movement relative to SOL/market

### Score Interpretation

| Score Range | Rating    | What It Means                                |
| ----------- | --------- | -------------------------------------------- |
| 80-100      | Excellent | Strong buy signal, multiple positive factors |
| 60-79       | Good      | Positive outlook, worth considering          |
| 40-59       | Neutral   | Mixed signals, higher risk                   |
| 20-39       | Poor      | Red flags detected, avoid                    |
| 0-19        | Danger    | Multiple warning signs, likely scam          |

## Dashboard Views

Navigate between different views to access specific features. Use the [Portfolio](/core-features/portfolio.md) view to manage your holdings, switch to [Market Discovery](/core-features/market-discovery.md) to find new opportunities, or use [AI Chat](/core-features/ai-chat.md) for quick actions.

### Main Token List

Displays all tokens with:

* **Token Name & Symbol**
* **Current Score** (color-coded)
* **24h Score Change** (↑ or ↓)
* **Price & 24h Change**
* **Market Cap**
* **Liquidity**
* **Quick Actions** (Buy/Sell/Analyze)

### Filters & Sorting

* **Score Range**: Show only tokens above certain score
* **Market Cap**: Filter by size
* **Age**: New tokens vs established
* **Your Holdings**: Show only owned tokens
* **Watchlist**: Your saved tokens

### Custom Columns

Add/remove data points:

* Volume (24h)
* Holder Count
* Social Score
* Risk Level
* Your Position
* P\&L if held

## Chat History Integration

### Understanding Chat History

The Chat History section shows:

* **All AI conversations** that led to trades
* **Transaction outcomes** from each chat
* **Automation vs Manual** indicator
* **Trade performance** tracking

#### Chat Entry Details

Each entry shows:

* **Timestamp**: When the conversation occurred
* **Type Badge**:
  * 🤖 Automation - Trade from scheduled task
  * 💬 Manual - Trade from direct chat
* **Trade Summary**: What was bought/sold
* **Amount**: Transaction size in USD
* **Result**: Current P\&L if position still open

#### Using Chat History

* Click any entry to see full conversation
* Review AI reasoning for trades
* Learn from successful patterns
* Identify what triggers worked

### Trading History

Separate from chat, shows all wallet transactions:

* **Transaction Hash**: Click to view on Solscan
* **Type**: Buy/Sell/Transfer
* **Token & Amount**
* **Price at Trade**
* **Current Value**
* **Profit/Loss**

## Real-Time Updates

### Live Score Changes

* Scores update every 5 minutes
* Flash animation on significant changes
* Push notifications for major score shifts

### Price Alerts

Set custom alerts for:

* Score thresholds
* Price targets
* Volume spikes
* Liquidity changes

## Performance Analytics

### Portfolio Overview

* **Total Value**: Current portfolio worth
* **24h Change**: Daily performance
* **All-Time P\&L**: Overall profit/loss
* **Win Rate**: Percentage of profitable trades
* **Best Performer**: Your top gaining token
* **Risk Score**: Portfolio risk assessment

### Individual Token Analytics

Click any token for deep dive:

* Score history chart
* Price correlation with score
* Holder analytics
* Social metrics timeline
* Risk factors
* AI recommendation

## Quick Actions

### From Dashboard

* **One-Click Buy**: Set default amount in settings
* **Quick Sell**: Dump positions fast
* **Add to Watchlist**: Monitor without buying
* **Set Alert**: Price or score notifications
* **View Details**: Full token analysis

### Bulk Operations

* Select multiple tokens
* Bulk buy/sell
* Create basket trades
* Set group alerts

## Customization

### Dashboard Layout

* **Grid View**: Compact, more tokens visible
* **List View**: Detailed, all metrics shown
* **Card View**: Visual, charts included

### Personal Preferences

Save your settings:

* Default sort order
* Favorite columns
* Color themes
* Refresh rate
* Notification preferences

## Tips for Using the Dashboard

### For Beginners

1. Focus on tokens scored 70+
2. Start with small positions
3. Use filters to reduce overwhelm
4. Check chat history to learn

### For Active Traders

1. Set up custom alerts
2. Monitor score changes closely
3. Use bulk actions for efficiency
4. Export data for analysis

### For Autopilot Users

1. Review automation chat history daily
2. Adjust score thresholds based on results
3. Monitor which scores perform best
4. Fine-tune automation rules

## Integration with Other Features

### AI Chat

* Ask about any token from dashboard
* Get explanations for score changes
* Request bulk analysis
* Execute trades directly

### Automation

* Autopilot uses dashboard scores
* Tasks can reference score thresholds
* Scheduled reports from dashboard data

### Analytics

* Dashboard feeds into performance tracking
* Historical score data available
* Export for external analysis

## Coming Soon

* **Advanced Filters**: More granular control
* **Custom Scoring**: Adjust weight preferences
* **Social Features**: See what others are watching
* **API Access**: Programmatic dashboard access


---

# 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.assetswap.ai/core-features/dashboard.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.
