Guest User

Untitled

a guest
Feb 14th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. Example 1:
  2.  
  3. Team A wants to release a startup called “Title A”. They wish to raise 30 ether for their game development. They go through creating a campaign and pledge 10% royalties on sales for the 30 ether raised. This 10% is entitled to all those who hold their tokens.
  4.  
  5. The game developer will be selling out a limited supply of 30 title A tokens in return of 30 ether raised. (this number can be decided by another mathematical formula that we create or we can let the developers have this freedom. I suggest automating this too)
  6.  
  7. Investor 1 - holds 100 X coins and invests 10 ether - gets 10 “Title A” tokens
  8. Investor 2 - holds 50 X coins and invests 10 ether - gets 10 “Title A” tokens
  9. Investor 3 - holds 0 X coins and invests 10 ether - gets 10 “Title A” tokens
  10.  
  11. The team manages to raise the funds and have developed the startup. The game is released in the market and is making USD 30,000 every month or 300 ether per month. Since they have pledged 10% they share 30 ether with investors to distribute to the investors.
  12.  
  13. It uses the staking function (variable 1 - number of flow tokens held, variable 2 - how much game tokens held) to calculate the payout for each investor. For example the results looks like the following;
  14.  
  15. Investor 1 gets - 15 ether per month
  16. Investor 2 gets - 10 ether month
  17. Investor 3 gets - 5 ether per month
Add Comment
Please, Sign In to add comment