💲Paying Your Team

After the Epoch completes

If you have a CoVault, you can submit a payment using the Distribution Page. If not at the end of an Epoch, you can use one of the following:

  • CSV Export

  • CoVault

  • Disperse

  • Gnosis Safe

  • Parcel

  • Utopia Labs

CSV

With CSV export from your Epoch, you can use this to integrate with your preferred payment method.

Since this is a CSV, you can use this file to pay your team however you'd like and on any chain you'd like; know that the addresses your contributors used to sign in are the ETH mainnet addresses.

CSV Templates

Coordinape USDC + GOV Token Rate Template

Payment Disbursement

If you're paying your team on Ethereum, you can use any options below, pay them in individual transactions or a custom script.

CoVaults
  1. Navigate to the Epoch Overview Page

  2. Select the Epoch you want to compensate

  3. Select the Vault you want to pay from

  4. Set the maximum amount you want to pay from the Vault

  5. Click “Submit Distribution” on the Vault

  6. Sign Transaction & Pay Gas

For a deeper dive check out Distributions & Payments

Disperse

In the Disperse app after you have your csv you can distribute the tokens you wish to allocate by pasting the token address into the token address section

Then you'll need to take the address and the amount and paste it into the box below.

When you're done, make sure it looks ok and then, click approve and then disperse token

Gnosis Safe
  • Log into your safe

  • Click apps, search Csv, and select CSV Airdrop

  • Format your Coordinape csv correctly:

    Preparing a Transfer File

    Transfer files are expected to be in CSV format with the following required columns:

    • token_type: The type of token that is being transferred. One of erc20,nft or native. NFT Tokens can be either ERC721 or ERC1155.

    • token_address: Ethereum address of ERC20 token to be transferred. This has to be left blank for native (ETH) transfers.

    • receiver: Ethereum address of transfer receiver.

    • amount: the amount of token to be transferred. This can be left blank for erc721 transfers.

    • id: The id of the collectible token (erc721 or erc1155) to transfer. This can be left blank for native and erc20 transfers.

    Important: The CSV file has to use "," as a separator and the header row always has to be provided as the first row and include the described column names.

  • Upload your csv and click submit.

Utopia Labs

Loom Video

Step by Step Tutorial

Before Uploading

  1. Download the raw data from Coordinape, and upload that into this Google Sheets template here.

  2. Remove all of the contributors that received 0 GIVE.

  3. Remove the “sent” column, which is the column that outlines how much contributors gave to others.

  4. Sum up the received column at the bottom

  5. Add a column that says “% of budget”

    1. Divide the amount received per contributor by the total sum to get the % of the budget that they’re going to receive.

    2. Add the total budget amount that you planned to pay for this circle/epoch at the bottom of the % of budget column.

  6. Add another column that says total received based in USD

    1. Multiply the % of the budget by the total budget amount

    2. By doing this, you know the breakdown of how much the contributor should get paid.

If the user gets paid in one token, you can move forward with adding two more columns

  1. Amount denominated in _(optional) We currently support 5 currencies: USD, CAD, EUR, GBP, AUD_

    1. This should only be for native token amounts. If you’re paying out in USDC, leave this form field blank.

  2. Pay-out Token (Required)

    1. The token you’re paying out in.

    CSV Payments

  3. Upload the CSV in Utopia

IF the contributor gets paid in MULTIPLE tokens, then you’re going go to have to do the following:

  1. Create 3 more columns for each token:

    1. Amount

    2. Amount denominated in (optional) We currently support 5 currencies: USD, CAD, EUR, GBP, AUD

    3. Pay-out Token

    4. Calculate the amounts accordingly.

      1. If you’re paying out in two tokens (assuming you’re paying an equal allocation of each token, divide the total received based in USD by 2

  2. Create a new sheets, and copy paste the first table with only the first section of the first token into another sheet.

  3. Then, paste the second token amounts UNDERNEATH the first token amount table.

    1. This means that you’re going to have duplicate contributors, wallets, etc.

    2. Again, paste as values only.

    3. In this case tho, if you’re paying out in native tokens, and denominating it based in USD, you would have to add “USD” in the “Amount denominated in (optional) We currently support 5 currencies: USD, CAD, EUR, GBP, AUD” column.

Therefore, if you’re paying out an individual with multiple tokens, then each token requires a new row, meaning duplicate individuals.

Once you have this available, you’re ready to import into Utopia!

Parcel

With this integration, Parcel operators can now view the details of each Circle, the status of Epochs with the corresponding list of participants & allocated GIVE scores directly on Parcel. The budget determined by the operator is automatically distributed as per GIVE scores in a simple flow through Parcel saving them from costly errors & hours of admin work.

Coordinape integration can be found under the integrations tab on the navbar from the Parcel site

Prerequisite : Wallet address signed into Parcel should be an admin of the Coordinape Circle. If you don’t have a Coordinape Circle already, log in to Coordinape and create a circle here.

Steps to follow :

1. Go to Integrations tab. click on Coordinape

2. Connect your Coordinape account You will be asked to sign a message that gives us permissions to access your Coordinape data.

Note: We do not do any kind of write operations to your Coordinape circles. We use these permissions only to get the details of your circles and epochs.

Note: You can only create payouts for completed epochs.

6. Once the budget is set, select the Payment Category and enter the Description for your reference. Click on the Create Transaction button to complete the process.

Last updated