Skip to Content
PluginsOverview

Plugins

Plugins provide the actions available in your workflows. Each plugin adds one or more actions that you can drag onto the workflow canvas and configure.

Available Plugins

PluginCategoryActionsCredentials Required
Web3BlockchainBalance checks, contract reads/writes, transfers, calldata decoding, risk assessmentWallet (for writes)
CodeCodeExecute custom JavaScript in a sandboxed VMNone
MathMathAggregation operations (sum, count, average, median, min, max, product)None
SafeProtocolSafe multisig owners, threshold, nonce, module status, pending transactionsAPI key (for pending txs)
Aave V3ProtocolSupply, borrow, repay, collateral management, health factor monitoringWallet (for writes)
AerodromeProtocolPool reserves, swap quotes, ve(3,3) voting, gauge management, AERO token operationsWallet (for writes)
AjnaProtocolLiquidation keeper operations, vault rebalancing, buffer managementWallet (for writes)
ChainlinkProtocolOracle price feeds — latest prices, round data, decimals, feed metadataNone
Compound V3ProtocolSupply, withdraw, base/collateral/borrow balance monitoringWallet (for writes)
CoW SwapProtocolOrder pre-signing, fill monitoring, conditional orders, order cancellationWallet (for writes)
CurveProtocolPool swaps, LP management, virtual prices, CRV token operationsWallet (for writes)
LidoProtocolWrap/unwrap stETH to wstETH, exchange rates, balances across Ethereum, Base, SepoliaWallet (for writes)
MorphoProtocolSupply, borrow, repay, liquidate, collateral management, position tracking, market monitoringWallet (for writes)
PendleProtocolYield tokenization, market data, PT/YT/SY balances, mint/redeemWallet (for writes)
Rocket PoolProtocolrETH exchange rate, balances, total supply, ETH deposits and withdrawalsWallet (for writes)
SkyProtocolUSDS savings, token balances, approvals, DAI/MKR convertersWallet (for writes)
SparkProtocolLending, borrowing, sDAI savings, health factor monitoringWallet (for writes)
UniswapProtocolPool discovery, LP position details, position NFT managementWallet (for writes)
Yearn V3ProtocolERC-4626 yield vaults, strategy monitoring, profit trackingWallet (for writes)
DiscordNotificationsSend messages to channelsWebhook URL
TelegramNotificationsSend messages to chatsBot token
SendGridNotificationsSend emailsAPI key
WebhookIntegrationsSend HTTP requests to external servicesNone

How Plugins Work

  1. Add an action — Drag a plugin action from the action panel onto your workflow canvas
  2. Configure inputs — Set parameters in the right-side panel. Use {{NodeName.field}} to reference outputs from previous steps
  3. Connect nodes — Wire the action into your workflow flow using edges
  4. Run — Execute the workflow. Each action runs in sequence following the edges

Plugin Categories

Blockchain (Web3)

Core on-chain operations: reading balances, calling smart contracts, transferring tokens, and security analysis. Read-only actions work without a wallet. Write actions require a connected Para wallet.

Code

Execute custom JavaScript in a sandboxed VM environment with access to workflow data via template variables. Use for data transformation, aggregation, external API calls, and complex conditional logic. No credentials required.

Math

Pure computation nodes for aggregating numeric values from upstream nodes. Supports sum, count, average, median, min, max, and product operations with optional post-aggregation arithmetic. Automatically handles large integers using BigInt arithmetic to preserve precision.

Security

Security-focused actions for transaction analysis, risk assessment, and Safe multisig monitoring. These actions use maxRetries = 0 (fail-safe behavior) to ensure errors block execution rather than silently retrying.

Notifications

Send alerts and messages through Discord, Telegram, email, and webhooks. Typically used as the final step in monitoring workflows to notify your team when conditions are met.

Integrations

Connect to external services via webhooks and HTTP requests. Use these to trigger external systems, update dashboards, or integrate with third-party tools.