# Notifications

Configure how and when you receive alerts about your trading activity.

## Accessing Notification Settings

1. Click the **Settings** icon (⚙️) in the top navigation
2. Select **Notifications** from the menu
3. Configure your preferences

## Notification Types

### Critical Alerts (Always On)

These cannot be disabled for security:

* **Liquidity Warnings**: Protect against rug pulls
* **Failed Transactions**: Know when trades don't execute
* **Security Alerts**: Login from new devices
* **Account Issues**: Wallet or balance problems

### Trading Alerts

| Alert            | Default | Description                      |
| ---------------- | ------- | -------------------------------- |
| Trade Executed   | On      | Confirms buy/sell completion     |
| Order Filled     | On      | Limit orders executed            |
| Stop Loss Hit    | On      | Position closed at stop          |
| Take Profit Hit  | On      | Profit target reached            |
| Large Price Move | On      | 20%+ change in 1 hour            |
| Score Change     | Off     | Token score shifts significantly |

### Portfolio Alerts

| Alert               | Default | Description                |
| ------------------- | ------- | -------------------------- |
| Daily Summary       | On      | 9 AM UTC daily overview    |
| Portfolio Milestone | On      | Hit $1K, $5K, $10K, etc    |
| New All-Time High   | Off     | Portfolio reaches new peak |
| Significant Loss    | On      | Portfolio drops 25%+ daily |

### Automation Alerts

| Alert                   | Default | Description                   |
| ----------------------- | ------- | ----------------------------- |
| Task Completed          | On      | Automation task finishes      |
| Task Failed             | On      | Task encounters error         |
| Autopilot Trade         | Off     | Each Autopilot action         |
| Daily Automation Report | On      | Summary of automated activity |

### Social & Market Alerts

| Alert          | Default | Description                 |
| -------------- | ------- | --------------------------- |
| Trending Token | Off     | New high-momentum token     |
| Whale Activity | Off     | Large trades in your tokens |
| Social Buzz    | Off     | Token trending on Twitter   |
| New High Score | Off     | Token reaches 80+ score     |

## Delivery Methods

### In-App Notifications

* Bell icon shows count
* Click to view all
* Real-time updates
* 7-day history

### Email Notifications

* Optional for all alerts
* Instant or digest mode
* HTML formatted
* Unsubscribe links

### Push Notifications

* Browser notifications
* Mobile app (coming soon)
* Desktop alerts
* Sound options

## Configuration Options

### Global Settings

* **Master Toggle**: Turn all notifications on/off
* **Quiet Hours**: Set do-not-disturb times
* **Frequency Limit**: Max alerts per hour
* **Batch Mode**: Group similar alerts

### Per-Category Controls

* Enable/disable entire categories
* Set importance levels
* Choose delivery method
* Customize thresholds

### Custom Thresholds

Adjust when alerts trigger:

* Price change percentage
* Score change amount
* Portfolio value milestones
* Time windows

## Notification Center

### Viewing History

* Last 30 days stored
* Filter by type
* Search functionality
* Export options

### Managing Notifications

* Mark as read/unread
* Delete individually
* Clear all
* Archive important ones

## Best Practices

### Recommended Settings

**For Active Traders:**

* All trading alerts ON
* Automation reports ON
* Social signals ON
* Email digest daily

**For Passive Investors:**

* Critical only
* Daily summary ON
* Milestone alerts ON
* Weekly email digest

**For Beginners:**

* Keep defaults
* Enable email backup
* Turn on educational tips
* Daily summary essential

### Avoiding Overload

1. Start with defaults
2. Disable after testing
3. Use quiet hours
4. Batch similar alerts

## Mobile Optimization

### SMS Alerts (Premium)

* Critical alerts only
* International support
* Carrier charges apply
* Verify phone number

### Mobile App Settings

* Coming soon
* Full customization
* Rich notifications
* Quick actions

## Integration

### External Services

* Discord webhooks
* Telegram bots
* Slack integration
* Custom webhooks

### API Access

* Programmatic control
* Webhook endpoints
* Real-time streams
* Historical data

## Troubleshooting

### Not Receiving Notifications?

**In-App:**

* Check bell icon
* Refresh browser
* Clear cache
* Check filters

**Email:**

* Check spam folder
* Verify email address
* Whitelist sender
* Check frequency settings

**Browser:**

* Allow notifications
* Check browser settings
* Not in incognito mode
* Update browser

### Too Many Notifications?

1. Review settings
2. Increase thresholds
3. Use batch mode
4. Set quiet hours
5. Disable non-critical

## Privacy & Security

### Data Handling

* Notifications encrypted
* No sensitive data in emails
* Secure webhook calls
* Optional anonymization

### Permissions

* Browser permission required for push
* Email verification required
* Phone verification for SMS
* Revocable anytime

## Coming Soon

* **Smart Notifications**: AI-filtered importance
* **Voice Alerts**: Alexa/Google integration
* **Custom Sounds**: Per alert type
* **Group Notifications**: Team trading alerts
* **Predictive Alerts**: Before events happen


---

# 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/settings/notifications.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.
