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

# Use Case Guides

> Browse step-by-step Webacy integration guides for wallet screening, token screening, transaction simulation, vault risk, depeg monitoring, and more.

Find the guide that matches your use case. Each one includes code examples in cURL, TypeScript, and Python, real test data, and a complete implementation you can ship.

## DeFi Risk

<CardGroup cols={2}>
  <Card title="Vault Risk Screening" icon="vault" href="/guides/vault-risk-screening">
    Screen and monitor ERC-4626 vaults — listing verdicts, risk ratings, and continuous monitoring
  </Card>

  <Card title="Stablecoin Depeg Monitoring" icon="chart-line" href="/guides/stablecoin-depeg-monitoring">
    Monitor 600+ pegged tokens for depeg risk with 5-minute rating updates
  </Card>

  <Card title="DEX Token Screening" icon="magnifying-glass" href="/guides/dex-token-screening">
    Detect honeypots, hidden taxes, and rug pull signals before listing or swapping tokens
  </Card>
</CardGroup>

## Compliance & Screening

<CardGroup cols={2}>
  <Card title="Exchange Wallet Screening" icon="building-columns" href="/guides/exchange-wallet-screening">
    Screen deposits and withdrawals for sanctions, fraud, and address poisoning
  </Card>

  <Card title="Transaction Simulation" icon="microscope" href="/guides/transaction-simulation">
    Simulate transactions and verify EIP-712 permits before users sign
  </Card>
</CardGroup>

## Wallet & dApp Security

<CardGroup cols={2}>
  <Card title="Wallet Security" icon="wallet" href="/guides/wallet-security">
    Protect send flows, detect address poisoning, and block phishing links
  </Card>

  <Card title="dApp Browser Security" icon="globe" href="/guides/dapp-browser-security">
    Secure browser extensions against phishing URLs, malicious contracts, and risky transactions
  </Card>
</CardGroup>

## Trading

<CardGroup cols={2}>
  <Card title="Token Intelligence" icon="coins" href="/guides/add-token-intelligence-to-your-app-in-minutes">
    Add token risk scores, tax detection, and holder analysis to your app
  </Card>

  <Card title="Trading Bot Risk Engine" icon="robot" href="/guides/trading-bot-risk-engine">
    Build safety checks into trading bots — honeypot detection, sniper alerts, and pre-trade screening
  </Card>
</CardGroup>
