Notifications

MyHold App notifications let you create intelligent, rule-based alerts for your crypto portfolio. Instead of generic price alerts, you can build conditions based on your specific holdings—your entry price, wallet allocations, portfolio performance, and market insights.

Try it live

Visit the Notifications feature page to interact with the notification builder without signing up.

Notification Levels#

Each notification operates at a specific level that determines what it monitors:

ScopeWhat it monitorsExample Use Case
GlobalMarket conditionsAlert when the Crypto Market is in "Extreme Fear"
PortfolioTotal value of your portfolioAlert when my total portfolio value drops below $10,000
WalletSpecific wallets in your portfolioAlert when my "DeFi" wallet becomes too large relative to my target
CoinIndividual coins you holdAlert when Bitcoin drops below my average buy price

How it works

When you set a notification to the **Coin** level, the system checks every coin you own. If any coin matches your rule (e.g., "Profit > 10%"), you will receive an alert for that specific coin.

Live examples

Below are real notification cards rendered with different levels. These are the same components used in the app.

Portfolio Growth AlertActive

Alert when portfolio value exceeds $50,000

WhencurrentValue > 50000
PortfolioOncein-app
Preview

Portfolio-level notification — triggers per portfolio

Wallet ImbalancePaused

Alert when a wallet deviates more than 10% from target weight

WhenCustom rule
WalletAlwaysin-app
Preview

Wallet-level notification — triggers per wallet

BTC Price AlertActive

Triggers when Bitcoin price exceeds $70,000

Whenprice > 70000
Wallet CoinOn Resetin-appemail
Preview

WalletCoin-level notification — triggers per coin

Creating Rules#

You can build rules using our visual builder. Combine conditions just like you would in a spreadsheet or smart filter.

Operators#

CategoryExamples
ComparisonGreater than (>), Less than (<), Equals (==)
LogicalAND, OR, NOT
MathAdd (+), Subtract (-), Multiply (*), Divide (/)

Example Rules

Here are some examples of what you can create:

  • Price Alert: Bitcoin Price > $100,000
  • Profit Taking: My Profit > 20%
  • Crash Warning: 24h Change < -10% AND Volume > 10M

Advanced Logic

You can combine multiple conditions to create precise alerts.

Portfolio above $10k AND (coin dropped 5% OR coin dropped 10% in 7d)
Portfolio Value > 10000 AND ( 24h Drop > 5% OR 7d Drop > 10% )
ETH Buy SignalActive

Multi-condition alert: portfolio value above $10k AND ETH drops 5% in 24h

WhenCustom rule
Wallet CoinOn Resetin-appemailsms
Preview

Complex notification with nested AND/OR rule

Execution Policies#

The execution policy controls when a notification is sent after the rule evaluates to true. This prevents alert fatigue and gives you control over notification frequency.

PolicyBehaviorBest For
always
Send every time the rule is true (on each evaluation cycle)Critical real-time monitoring where you need constant updates
once
Send only the first time the rule is ever true, then never againOne-time milestones (e.g., "portfolio reached $100k")
on-reset
Send only when the rule transitions from false → true. Resets when the condition becomes false again.Price crossing thresholds, avoiding repeated alerts while condition holds
interval
Send at most once per configured interval (e.g., every 60 minutes) while the rule is true.Periodic reminders during extended conditions

💡 Recommended policy

on-reset is the most common choice. It alerts you when a condition first becomes true, stays silent while the condition holds, and re-alerts if the condition resets and triggers again.

Notification Channels#

Choose how you receive alerts. Each notification can deliver through multiple channels simultaneously.

ChannelAvailabilityDescription
🔔 In-App
All Plans
Shows in your dashboard notification bell with unread indicators
📧 Email
All Plans
Detailed notification delivered to your registered email
📱 SMS
Premium
Text messages for time-critical alerts
💬 WhatsApp
Coming Soon
WhatsApp messages for convenient mobile alerts

Understanding Trigger Context#

When a notification fires, MyHold records the exact context data that caused it to trigger. This lets you inspect the values that were evaluated at the moment of the alert.

portfolio.currentValue52,340.50
portfolio.percentChange24h3.4200
portfolio.percentChange7d-1.28000000
wallet.value28,150.75
wallet.currentPortfolioPercentage53.7800
wallet.targetPortfolioPercentage50
wallet.portfolioPercentageDifference3.7800
walletCoin.price67,542.30
walletCoin.quantity0.420000
walletCoin.percentChange24h-2.15000000
walletCoin.value28,367.77

Notification context as displayed in the log history

Only the variables referenced in your rule are captured—this keeps logs compact and relevant. For a full reference of all available context fields, see the Context Reference.

Next Steps#

Developers can integrate with MyHold App using our REST API. See the API Documentation for details.