Assume I’ve got 500 ADY tokens
- Every personal token created is essentially a new ERC20 token
- Ability to allow users to do a one click create (via your web3 wallet). I’d be able to set
- Token name = ADY
- Total Supply (500 in this case )
- Exchange Rate (aka 1 ADY == X DAI)
- Redemption Value : An attribute called redemption which would be a unit of time
- Can I increase the number of ADY token at a later point in time for v1 ?
- Would I be able to increase token value (aka 1 ADY == X + Y DAI )
- Does the value of token vary as the number of ADY tokens I hold reduce / is it always constant ? (Is the former what we refer to as the bonding curve)
- The need to build a personal token explorer is simply to list how much each personal token is valued at + the transaction history / was it much more ?
- Can the token only be exchanged between the creator and a redeemer ? Example: If Frank bought 10 tokens from me -> Could he send my tokens to Kevin ?
Why do we feel building this in-house into the Gitcoin platform would be better that integrating with a service like Uniswap. Not very clear on the legal issues. Wouldn’t we be re-inventing the wheel ? Is it solely for adding the redemption value attribute ?
Anyone could purchase my ADY tokens from me by visiting my profile When you purchase 50 ADY tokens (50DAI) you’d spend 50 DAI (which goes into an escrow) I’d receive a redemption request If I approve -> I get 50 DAI and you get those 50 ADY tokens which you can use at a later point in time ? If I reject -> you get back your 50 DAI When do the 50 ADY tokens get burned ?
I assume the first integration we’d wanna look into is into Bounties Platform ? ( redemption attribute of time makes sense )
- As a token creator I've got 500 ADY tokens (assume conversion rate is 1 ADY == 1DAI )
- A bounty of 50 DAI needs to be created and the funder want’s me to work this
After v1 is built out
- A funder would be able create a bounty ->
- Create a bounty with ERC-20 tokens using the standard bounties v1 contract )
- Cross-Chain bounties have a diff flow using QR code (no standard bounties contract)
- (NEW) Create a bounty after using / purchasing ADY tokens (no standard bounties contract)
- By choosing (iii) , the funder would want to use 50 ADY tokens
-
If funder purchases ADY coins -> I’d be sent a redemption request. (Would the bounty be created only after it’s accepted ? )
- Upon accepting -> I get 50 DAI and funder get's 50 ADY tokens ? - Upon rejecting -> the funder get's back 50 DAI ?
-
If funder uses existing ADY coins -> the bounty would be created & reserved for me (what if I don’t have the bandwidth ? Wouldn’t that frustrate the funder as bounties usually have a timeline by which they need to be built out ?
-
In other words, would I be right in saying that funding a bounty via personal tokens -> means funder pays the contributor money upfront before completion of work ?
How would this differ from the reserve for user feature already available on platform which
- Let’s funder create a bounty and reserve it for a user
- Let the funder open up it to to other contributors after a given period
- Avoid the extra step of creating a new personal token
- No waiting time (cause the redemption request flow does not exist)
- When creators can offer 1:1 time ? Essentially booking your calendar ? What would happen if the creator isn't able to commit despite accepting the redemption request. Does they pay back the reciever an equivalent amount in an ERC-20 token (AKA send DAI to reciever address)
- Does tipping via a personal token make sense cause it would be easier for me tip anyone in ETH / ERC-20 token
Are personal tokens useful here
Are personal tokens useful here
Answers to Adityas questions:
Can I increase the number of ADY token at a later point in time for v1?
Yes, the creator should be given the ability to issuing more tokens using the same contract that was used at creation. We could potentially set a "max supply" as a failsafe but don't this being necessary for v1.
Would I be able to increase token value (aka 1 ADY == X + Y DAI )
Yes, a creator should be able to adjust the cost per token. For V1, let's assume that all personal tokens are being priced only in DAI.
Does the value of token vary as the number of ADY tokens I hold reduce / is it always constant ? (Is the former what we refer to as the bonding curve)
The value of ADY tokens is fixed. If 1 ADY = 100 DAI then 10 ADY = 1000 DAI. We can experiment with wholesale prices later, but for V1 prices should be fixed - no bonding curves to start.
The need to build a personal token explorer is simply to list how much each personal token is valued at + the transaction history / was it much more ?
Correct. What the dashboard displays needs to be finalized but from a high level, simply a place to see ALL personal tokens, their cost, # of holders and volume. The goal (from my perspective) is to create a "leaderboard" showing those users whos personal tokens are most highly in demand. Here is a good reference although our parameters will be different: https://www.tokensets.com/explore
Can the token only be exchanged between the creator and a redeemer ? Example: If Frank bought 10 tokens from me -> Could he send my tokens to Kevin ?
This is where things get tricky. I am inclined to say that all tokens are transferable but this inherently opens up secondary market trading as anyone could then spin up a Uniswap pool. Curious to hear other's feedback on this.
Why do we feel building this in-house into the Gitcoin platform would be better that integrating with a service like Uniswap. Not very clear on the legal issues. Wouldn’t we be re-inventing the wheel ? Is it solely for adding the redemption value attribute?
Using Unsiwap would require creators to deposit capital to create a liquidity pool. Using tokensale contracts allows the creator to issue the contract solely for gas. The redemption aspect is a big factor here and from a legal perspective, trying to limit speculation in favor of tangible usage is crucial. We are happy to accommodate whatever Gitcoin sees fit regarding third-party integrations/composability.
General Flow
Dai is immediately transferred to the Creator upon purchase. No escrow.
For redemptions, personal tokens are placed in escrow. If accepted, the personal token is burned. If denied, the personal token is sent back to the Funder. For the sake of V1, we'll assume the Creator actually does the accepted work, although its likely we will need to consider arbitration in the event that a Creator accepts without actually doing it.
Flow
"In other words, would I be right in saying that funding a bounty via personal tokens -> means funder pays the contributor money upfront before completion of work ?"
Correct. Dai is paid to the Creator at purchase. R/e bandwidth, we were exploring a way for Funders to clearly see the Creators likelihood of accepting requests to better inform purchases before they happen.
"How would this differ?"
My intuition is that purchasing personal token makes the Creator more obligated to fulfill the work request. I am more likely to complete work requested by others if I willingly sold my time upfront as opposed to choosing to take on a reserved bounty when I see fit.
Townsquare, Grants, Kudo
Let's table these questions until after we've got the process itself ironed out :)
All personal tokens are ERC20's so no reason they couldn't be used in a similar fashion to other aspects of that platform.