Drosera

  • Name: Drosera
  • URL: https://drosera.io/
  • Category: decentralized onchain monitoring / incident-response / agent-automation network
  • Summary: Drosera is building a decentralized EVM-native agent layer centered on developer-created “Traps,” which are Solidity contracts that collect blockchain data, evaluate conditions every block, and trigger alerts or onchain responses through an operator network. The project’s real source of truth is its developer docs and GitHub repos more than its sparse marketing site.
  • What it does:
    • Lets developers write Trap contracts with collect, shouldRespond, and shouldAlert logic to monitor onchain conditions and define response behavior
    • Uses operator nodes to execute Trap logic every block, store collected data off-chain on operator nodes, and decide when alerts or response-contract calls should fire
    • Ships a CLI installer (droseraup), a Foundry template for bootstrapping Trap projects, and example repositories showing security and automation use cases
    • Supports event-log-driven monitoring via trap event filters and exposes test/deployment flows for simulating incidents and deploying Trap contracts to the network
    • Frames the network as useful for DeFi security, treasury monitoring, protocol automation, and broader autonomous onchain workflows
  • Key claims:
    • The public GitHub organization describes Drosera as “a EVM native and decentralized agent layer” that enables developers to create Traps which monitor onchain data and trigger automated onchain responses
    • Official Trap-anatomy docs explain that collect runs every block, shouldRespond evaluates recent collected data to determine if a response should execute, and shouldAlert provides notification-oriented logic with the same pattern
    • Getting-started docs show a concrete developer workflow around Foundry, the Drosera CLI, trap templates, testnet/mainnet deployment, and alert integrations
    • The examples repo frames Traps as references for detecting incidents and protecting protocols, with an architecture where operators run trap logic continuously and feed the Drosera Protocol plus user-specified response contracts
    • Public repos and release pages suggest Drosera is shipping not only documentation but also operator/node binaries, templates, and integration proofs of concept including ERC-7579 wallet-related work
  • Whitepaper: No classic whitepaper or litepaper was found during this pass. The strongest primary materials were Drosera’s official site, developer docs, GitHub organization, examples repository, and trap template repository; see ../whitepapers/drosera-primary-sources-2026-04-25.md.
  • Sources:
  • Last reviewed: 2026-04-25 UTC