๐ฒ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
Navigate to the Epoch Overview Page
Select the Epoch you want to compensate
Select the Vault you want to pay from
Set the maximum amount you want to pay from the Vault
Click โSubmit Distributionโ on the Vault
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 oferc20,nft
ornative
. 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
Step by Step Tutorial
Before Uploading
Download the raw data from Coordinape, and upload that into this Google Sheets template here.
Remove all of the contributors that received 0 GIVE.
Remove the โsentโ column, which is the column that outlines how much contributors gave to others.
Sum up the received column at the bottom
Add a column that says โ% of budgetโ
Divide the amount received per contributor by the total sum to get the % of the budget that theyโre going to receive.
Add the total budget amount that you planned to pay for this circle/epoch at the bottom of the % of budget column.
Add another column that says total received based in USD
Multiply the % of the budget by the total budget amount
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
Amount denominated in _(optional) We currently support 5 currencies: USD, CAD, EUR, GBP, AUD_
This should only be for native token amounts. If youโre paying out in USDC, leave this form field blank.
Upload the CSV in Utopia
IF the contributor gets paid in MULTIPLE tokens, then youโre going go to have to do the following:
Create 3 more columns for each token:
Amount
Amount denominated in (optional) We currently support 5 currencies: USD, CAD, EUR, GBP, AUD
Pay-out Token
Calculate the amounts accordingly.
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
Create a new sheets, and copy paste the first table with only the first section of the first token into another sheet.
Then, paste the second token amounts UNDERNEATH the first token amount table.
This means that youโre going to have duplicate contributors, wallets, etc.
Again, paste as values only.
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