> ## 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.

# Recommendations by SC type

> Trigger recommendations by smart contract type — guidelines for monitoring tokens, NFTs, vesting, staking, lending, token sales, and yield farming.

This page aims to provide actionable recommendations on how to set up triggers for different types of smart contracts. By following these recommendations, you can effectively monitor your contracts and quickly respond to potential security threats.

Each type of contract has unique security needs, and our recommendations take that into consideration. Whether you're dealing with a staking contract, a yield farming contract, or any other type, these recommendations will help you optimize your trigger setup for the best possible protection.

<CardGroup cols={2}>
  <Card title="Staking" icon="layer-group" href="/advanced-monitoring/recommendations-by-sc-type/staking">Monitor staking contracts for early withdrawals and reward anomalies.</Card>
  <Card title="Vesting" icon="calendar-check" href="/advanced-monitoring/recommendations-by-sc-type/vesting">Track vesting schedules and early token release events.</Card>
  <Card title="Fungible Token (EIP-20)" icon="coins" href="/advanced-monitoring/recommendations-by-sc-type/fungible-token-eip-20-compatible">Monitor ERC-20 tokens for minting, burning, and transfer anomalies.</Card>
  <Card title="Non-Fungible Token (EIP-721)" icon="image" href="/advanced-monitoring/recommendations-by-sc-type/non-fungible-token-eip-721-compatible">Track NFT minting, transfers, and approval events.</Card>
  <Card title="Yield Farming" icon="seedling" href="/advanced-monitoring/recommendations-by-sc-type/yield-farming">Watch yield farming contracts for liquidity changes and reward drains.</Card>
  <Card title="Lending" icon="hand-holding-dollar" href="/advanced-monitoring/recommendations-by-sc-type/lending">Monitor lending protocols for liquidations and collateral changes.</Card>
  <Card title="Token Sale" icon="ticket" href="/advanced-monitoring/recommendations-by-sc-type/token-sale">Track token sale contracts for contribution limits and fund flows.</Card>
</CardGroup>

<Note>
  This list is not exhaustive. If your contract type is not listed, use the existing recommendations as a starting point for configuring Hacken Extractor monitoring.
</Note>
