> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# cg.coin.price.updated

### `cg.coin.price.updated`

This event is triggered whenever a specific coin crosses a pre-configured target price threshold or exhibits highly volatile movement.

<Tip>
  **Upcoming Feature (Early Access Private Beta)**

  The `cg.coin.price.updated` event type is currently in private preview. We are onboarding a limited number of developers and teams to test this infrastructure.

  If your application requires real-time price thresholds, please [submit your interest for Early Access Waitlist](https://forms.gle/4e6hqGmHynM9dmDMA) to secure your spot.
</Tip>

### Potential Use Cases

<Columns cols={2}>
  <Column>
    <Card title="Instant User Alerts & Push Bots" icon="bell">
      Power your application's customized user notifications. Send real-time notifications, Discord, Telegram, or email alerts the exact second an asset hits a customer's target price.
    </Card>
  </Column>

  <Column>
    <Card title="AI Agents & Autonomous Workflows" icon="brain">
      Trigger event-driven AI agents, LangChain loops, or low-code automation tools (like Zapier or IFTTT) to execute market sentiment analysis or log events when critical price psychological barriers are broken.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Automated Portfolio Rebalancing" icon="arrows-rotate">
      Build smart wealth-management applications that automatically execute buy, sell, or portfolio shifts when an asset's weight distribution moves past target boundary rules.
    </Card>
  </Column>

  <Column>
    <Card title="Risk Management & Margin Tracking" icon="camera-security">
      Actively monitor safe collateral bounds for DeFi applications, lending protocols, or structured accounts, triggering liquidation evaluations the moment raw price values cross safety thresholds.
    </Card>
  </Column>
</Columns>

<Frame>
  <img src="https://mintcdn.com/coingecko/adOwQFftHO4w3KDz/images/price-alert.001.png?fit=max&auto=format&n=adOwQFftHO4w3KDz&q=85&s=c596c2d0a28b988d6c17fdc2c3e3f15c" alt="Price Alert 001" width="1623" height="718" data-path="images/price-alert.001.png" />
</Frame>
