Epoch Protocol Docs
  • Epoch Protocol - Overview
  • What is Epoch Protocol - An Introduction
  • 📄Litepaper
  • Blog
  • Links
  • Account Abstraction
    • ERC 4337
      • Operations
    • Benefits
    • Use-cases
      • Examples
    • More Readings
  • Use Epoch Protocol Automation dApp
    • How to use Epoch Protocol for Intent Automation
    • Onboarding
    • Connect to Dapp
    • Record a transaction
    • Bonus Add NFT Action
    • Execute Transaction right now
    • Time-Based triggers
    • Token Received Trigger
    • Reporting a bug and common fixes
  • Use Epoch SDK
    • Getting Started
    • Intent Automation Module
      • Epoch Bundler
      • Epoch SDK
      • Triggers
      • Examples
        • How to Initialise the Epoch SDK
        • How to Get User's SC Wallet Address
        • Check If User's SC Wallet is Deployed or Not
        • Deploy User's SC Wallet if not Deployed
        • Schedule Token Payment
        • Schedule ETH Transfer on Event Trigger
    • Contracts
Powered by GitBook
On this page

Was this helpful?

  1. Use Epoch Protocol Automation dApp

Token Received Trigger

How can you set a token received trigger on action recorded with Epoch Protocol

PreviousTime-Based triggersNextReporting a bug and common fixes

Last updated 1 year ago

Was this helpful?

Setting action using a token received trigger can be important and used at times when you want to send a transaction when you receive a token with optional token amount.

Follow the steps in video or Read the steps below

  1. Step 1: Follow the steps in Record a transaction to record a transaction.

  2. Step 2: Once the transaction are added to actions list, scroll down to Triggers and select "Token Received" trigger.

  3. Step 3: Choose a Token from the drop-down list or paste a Token address in the field below.

  4. Step 4: Optionally, you can also include "Minimum Amount Received" amount in the field below, if included action will only go on-chain if you receive a minimum amount of token in your account. These value is considered to be greater than or equal to, so if you receive any amount equals or greater than this amount action will be executed.

  5. Step 5: Once you are all set click "Schedule Now" to schedule the actions.

  6. Step 6: Sign the metamask transaction, it won't cost you any gas on chains where we have enabled paymaster, once signed you will see the action in "Scheduled Actions" section.

How to set Token Received trigger on any action