Deploy your campaign from a multisig or Gnosis Safe

Guide to deploy a Merkl Campaign from a multisig or Gnosis Safe

The recommended method for distributing rewards with Merkl using a multisig is through the Gnosis Safe Transaction Builder.

To deploy successfully your campaign, you will need to follow these steps: sign the T&C conditions, approve the tokens for transfer, and deposit them.

Signing the Terms & Conditions

Merkl requires anyone depositing incentives into the system to accept the Terms & Conditions. This is done by calling the acceptConditions function of the DistributionCreator. For those creating multiple campaigns in a single transaction batch, accepting the Terms & Conditions once is sufficient.

Building the payload from the Merkl Frontend

Follow these steps to build the payload and finalize your campaign creation:

  1. Configure your campaign:

  1. Build the Payload:

  1. Download or Copy the Safe Template

  1. Upload the JSON File:

  • Using the Gnosis Safe Transaction Builder, simply drag and drop the JSON file into the appropriate area, or click on Choose a file to upload it manually.

If you are using something other than the Transaction Builder, proceed as you are accustomed to.

  1. Execute the Transactions:

You will see the 3 following transactions:

  • approve: Approval for the MerklDistributor contract to spend the reward tokens

  • acceptConditions: Transaction to accept Merkl T&Cs. It is mandatory to have this transaction the first time you create a campaign; you can remove it later if you wish.

  • createCampaign: Transaction to create the campaign.

  • Click on Create Batch and then Send Batch to execute the transactions and deploy your Merkl Campaign.

Congratulations! You have successfully created your Merkl campaign!

Create Multiple Campaigns in a single transaction batch

If you do not want to create multiple campaigns in a single transaction batch, you can skip this section. However, if you do wish to create multiple campaigns in one transaction batch, follow these steps:

  1. Retain Initial Transactions:

  • Keep the first three transactions from the first campaign safe template. These include acceptConditions, approve, and createCampaign.

  1. Download the Safe Template for Each other Campaign:

  • For subsequent campaigns, download the safe template (the process is the same as for the first campaign Safe Template). Each template will consist of the same three elements: acceptConditions, approve, and createCampaign.

  1. Compile the Transaction List:

  • Copy and paste the acceptConditions, approve, and createCampaign elements from each additional template into the list in the JSON of the first Safe Template. This will compile the transactions for all campaigns you intend to deploy.

  1. Optimize for Gas fees:

  • Note that you do not need to include acceptConditions for every campaign. Including it only in the first element of the list can help reduce gas fees.

  1. Save for Future Use:

  • Save the transaction batch in your library. This will streamline the process and allow you to create new campaigns faster in the future

By following these steps, you can efficiently deploy multiple campaigns in a single transaction batch. Congratulations on optimizing your campaign deployment process!

Please note that once created, your campaign may take up to one hour to become visible on the front-end.

Last updated