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

# New and Beta Features

> Preview of new and beta detectors available in Hacken Extractor — early-access monitoring features still being tested before general release.

## Detectors Beta

<CardGroup cols={2}>
  <Card title="Bubblemaps Monitor" icon="chart-pie" href="/detectors/Bubblemaps/DetectorBubblemaps">
    Monitors coin centralization anomaly using Bubblemaps data.
  </Card>

  <Card title="News Detector" icon="newspaper" href="/detectors/News/DetectorNews">
    Monitors RSS and Reddit news feeds with tag-based filtering.
  </Card>

  <Card title="Contract Call Monitor" icon="code" href="/detectors/Call/DetectorCall">
    Execute calls to a contract function, extract results, and check conditions.
  </Card>

  <Card title="Cron" icon="clock" href="/detectors/Cron/DetectorCron">
    Simple periodic tasks or event trigger on a cron schedule.
  </Card>

  <Card title="Chainlink ACE Monitor" icon="link" href="/detectors/ChainlinkACE/DetectorChainlinkACE">
    Monitors contracts under the Chainlink Automated Compliance Contract Engine.
  </Card>

  <Card title="Proof of Reserves Monitor" icon="vault" href="/detectors/PoR/DetectorPoR">
    Monitors Proof of Reserves for configured contracts or addresses.
  </Card>

  <Card title="Block Anomaly" icon="cube" href="/detectors/BlockAnomaly/DetectorBlockAnomaly">
    Monitors blocks for anomalies including transaction counts, gas usage, block size, and liveness.
  </Card>

  <Card title="Contract Hash Verification" icon="fingerprint" href="/detectors/ContractHashVerification/DetectorContractHashVerification">
    Detects unauthorized contract bytecode changes by verifying the hash after every upgrade event.
  </Card>

  <Card title="Address Poison" icon="skull-crossbones" href="/detectors/AddressPoison/DetectorAddressPoison">
    Detects address poisoning attacks where fake look-alike addresses are injected into transaction history.
  </Card>
</CardGroup>
