forked from Bhaney44/ChoiceCoin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparticipation.html
More file actions
467 lines (431 loc) · 21.4 KB
/
participation.html
File metadata and controls
467 lines (431 loc) · 21.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!-- Base Meta Information -->
<!DOCTYPE html>
<html lang="en">
<!-- Head Info -->
<head>
<title>Choice Coin</title>
<link rel="icon" type="image/png" href="Logo_200x200.png" />
<link rel="stylesheet" href="res/css/global_styles.css" />
<link rel="stylesheet" href="res/css/animate.min.css" />
<link rel="stylesheet" href="res/css/bootstrap.min.css" />
</head>
<!-- Create Body -->
<body class="animate__animated animate__fadeIn">
<!-- Navbar Structure -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.9.2/tailwind.min.css">
<!-- Small CSS to Hide elements at 1520px size -->
<style>
@media(max-width:1520px) {
.left-svg {
display: none;
}
}
/* small css for the mobile nav close */
#nav-mobile-btn.close span:first-child {
transform: rotate(45deg);
top: 4px;
position: relative;
background: #a0aec0;
}
#nav-mobile-btn.close span:nth-child(2) {
transform: rotate(-45deg);
margin-top: 0px;
background: #a0aec0;
}
</style>
</head>
<!-- Create Body -->
<body class="animate__animated animate__fadeIn">
<!-- Navbar Structure -->
<header class="relative z-50 w-full h-24">
<div
class="container flex items-center justify-center h-full max-w-6xl px-8 mx-auto sm:justify-between xl:px-0">
<img src = "Screenshot 2021-06-25 at 23-38-44 Logo Maker Used By 2 3 Million Startups.png" width = "50" height = "50">
<a href="/" class="relative flex items-center inline-block h-5 h-full font-black leading-none">
<span class="ml-3 text-xl text-gray-800">Choice Coin</span>
</a>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<nav id="nav"
class="absolute top-0 left-0 z-50 flex flex-col items-center justify-between hidden w-full h-64 pt-5 mt-24 text-sm text-gray-800 bg-white border-t border-gray-200 md:w-auto md:flex-row md:h-24 lg:text-base md:bg-transparent md:mt-0 md:border-none md:py-0 md:flex md:relative">
<a href="/"
class="ml-0 mr-0 font-bold duration-100 md:ml-12 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Home</a>
<a href="documentation.html"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Research</a>
<a href="About.html"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">About</a>
<a href="https://choice-coin.gitbook.io/choice-coin-docs/"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Docs</a>
<a href="participation.html"
class="font-bold duration-100 transition-color hover:text-indigo-600">Participate</a>
<div class="flex flex-col block w-full font-medium border-t border-gray-200 md:hidden">
</div>
</nav>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div id="nav-mobile-btn"
class="absolute top-0 right-0 z-50 block w-6 mt-8 mr-10 cursor-pointer select-none md:hidden sm:mt-10">
<span class="block w-full h-1 mt-2 duration-200 transform bg-gray-800 rounded-full sm:mt-1"></span>
<span class="block w-full h-1 mt-1 duration-200 transform bg-gray-800 rounded-full"></span>
</div>
</div>
</header>
<!-- Page Content Container -->
<div class="container-fluid base-padding">
<!-- INFO SECTION -->
<div class="row row-break-padding">
<!-- Section Heading -->
<div class="row">
<div class="col-12">
<p class="choice-font-subtitle">Get Choice Coin Today!</p>
</div>
</div>
<hr />
<!-- Section Content -->
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
The Choice Coin Network is glad to announce ways in which participants can get Choice Coin.
The Network is rewarding direct democratic participation by giving Choice Coin to participants who write letters to their local congressmen
or representatives about blockchain or decenteralized governance.
The Choice Coin Network hopes that this program will inspire participants to not only participate in their democracy,
but also spread the word about how decenteralized technology can change democratic practices for the better.
Second, the Network will reward writers who write blogs and articles, thus promoting communication about democratic practices and blockchain.
Finally, developers who contribute to Choice Coin's Open-Source Software Program will be rewarded by the network as well.
This is meant to incentivize developers to contribute freely to Choice Coin's software stack. Find out more in our terms and conditions below.
</p>
</div>
</div>
</div>
</div>
<!-- INCENTIVES SECTION -->
<div class="row row-break-padding">
<!-- Section Heading -->
<div class="row">
<div class="col-12">
<p class="choice-font-subtitle">Opportunites to Get Involved</p>
</div>
</div>
<hr />
<!-- Incentive -->
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-left row-break-padding">
<p class="choice-font-header-text">
Offical Proposals and Requests for the Choice Coin DAO
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
In anticipation of our official governance launching in December, the Choice Coin Network is glad to announce a formal way for participants to submit proposals for the improvement of the ecosystem. This form will enable anyone to submit a proposal to work on Choice Coin, regardless of their previous participation within the ecosystem. All serious requests will recieve feedback from Choice Leaders before eventually being put up to vote by the general community.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Join the Choice Coin Discord <a href = "https://discord.gg/YNAbfB4WEy">here</a>. Then, fill out the form below with the specific details surrounding your proposal. Finally, wait to recieve feedback from Choice Leaders on how you can improve your proposal.
</p>
</div>
<div class="d-flex justify-content-left">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfNExgW6idcR9CfolQSMhUdZKYcLTAjJYjsqlU9C-StVjpSbA/viewform?embedded=true" width="800" height="800" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
Smaller requests will be initially handled through Discord; eventually, all proposals will leverage the governance software being released in December.
</p>
</div>
</div>
</div>
<hr />
<!-- Incentive -->
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-left row-break-padding">
<p class="choice-font-header-text">
Choice Coin Democratic Engagement Program
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Choice Coin's purpose is to simulate democratic engagement in decentralized ecosystems.
The Choice Coin Community is encouraged to participate in our inaugural Democratic Engagement Program.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
This Program incentivizes the Choice Coin Community to engage with their government and promote blockchain policy forward.
To participate, write a letter to an elected official or representative regarding blockchain policy and democracy.
The elected offical or representative is intentionally open ended and may include a congressman, member of parlament, or senator.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Once you've sent your letter, be sure to opt-in to receive Choice Coin (ID: 297995609) in your Algorand wallet.
Save a copy of the letter, email fortiorblockchain@gmail.com, and attach the letter along with your public Algorand wallet address.
We'll send you an email back confirming receipt along with sending 916.00 Choice Coin to your Algorand wallet.
Please allow up to five business days for processing.
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
The Democratic Engagement Program will end on October 31, 2021 -
at which time it may be renewed, terminated, or altered depending on community response.
There is a limit of two (2) letters per participant.
</p>
</div>
</div>
</div>
<hr />
<!-- Incentive -->
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-left row-break-padding">
<p class="choice-font-header-text">
Choice Coin Liquidity Program
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
As a way to incentivize additional participation within the ecosystem, the Choice Coin Network is glad to announce its a Liquidity Rewards Program.
This program will help grow Choice Coin on the TinyMan DEX. Specifc insturctions follow.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Add liquidity for Choice Coin with either ALGO or any of the top 10 ASAs on https://app.tinyman.org/#/pool. If you keep the pool tokens for three consecutive months, you will receive half the amount you provided in CHOICE. For example, if you contribute 30k in CHOICE and an equal amount of another asset, you will receive and additional 30k in CHOICE at the end of the 3 month period. There is a maximum contribution of 500,000 CHOICE, and a minimum of 50,000 CHOICE.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Once you have added liquidity, fill out the form below in order to be eligible for your reward. Be sure to keep your liquidity for the 3 month period.
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSekXNxPDOFK7USyx4PTOXpVqMDKcweOWAhhYaMcFRy4o7W-cg/viewform?embedded=true" width="800" height="800" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
This program will end on December 31, 2021. All rewards will be distributed before April 8, 2022.
</p>
</div>
</div>
</div>
<hr />
<!-- Incentive -->
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-left row-break-padding">
<p class="choice-font-header-text">
Choice Coin GitHub Contributions Participation Program
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Choice Coin prioritizes open source software development and encourages all community members to participate in our inaugural Open Source Development Program.
This Program will incentivize the Choice Coin community to contribute to project GitHub repositories.
The total allocated pool is 40,000,000.00 Choice, which is available on a bounty basis according to the following tasks.
</p>
</div>
<!-- GitHub Incentives Table -->
<div class="row row-break-padding">
<div class="row">
<div class="col-4 table-header-cell">
<p class="choice-font-table-header-text">Badge</p>
</div>
<div class="col-4 table-header-cell">
<p class="choice-font-table-header-text">Prize</p>
</div>
<div class="col-4 table-header-cell">
<p class="choice-font-table-header-text">Description</p>
</div>
</div>
<div class="row">
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">Bronze</p>
</div>
<div class="col-4 bordered-cell">
<p class="choice-font-alert-text">CLOSED</p>
</div>
<div class="col-4 bordered-cell">
<p class="choice-font-alert-text">CLOSED</p>
</div>
</div>
<div class="row">
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">Silver</p>
</div>
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">150,000.00</p>
</div>
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">Merge a Pull Request to the Choice Coin GitHub with significant contributions</p>
</div>
</div>
<div class="row">
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">Gold</p>
</div>
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">425,000.00</p>
</div>
<div class="col-4 bordered-cell">
<p class="choice-font-normal-text">Set up a Decentralized Voting Application using Choice Coin with a video demo on YouTube</p>
</div>
</div>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Be sure to opt-in to receive Choice Coin (ID: 297995609) in your Algorand wallet.
Then, email fortiorblockchain@gmail.com and attach your Choice Coin GitHub contribution along with your Algorand wallet address.
We'll send you an email back confirming the transaction within seven (7) business days.
Limit one of each badge and prize per participant.
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
All rewards are subject to the discretion of the Choice Coin community and complaints may be lodged in the Discord under the GitHub channel.
The GitHub Contributions Program will end on November 31, 2021 -
at which time it may be renewed, terminated, or altered depending on community response.
</p>
</div>
</div>
</div>
</div>
<!-- PRIOR INCENTIVES SECTION -->
<div class="row row-break-padding">
<!-- Section Heading -->
<div class="row">
<div class="col-12">
<p class="choice-font-subtitle">Prior Incentives</p>
</div>
</div>
<hr />
<!-- Incentive -->
<div class="row closed-incentive-div">
<div class="col-12">
<div class="d-flex justify-content-left row-break-padding">
<p class="choice-font-header-text">
Choice Coin Twitter Program
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Choice Coin prioritizes participation and encourages all interested community members
to participate in our inaugural Twitter Program.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
The Twitter Program incentivizes the Choice Coin Community to engage with Twitter and promote decentralized democracy.
Tweet about Choice Coin @FortiorB and include $CHOICE and #DecentralizedDemocracy in the Tweet.
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
Be sure to opt-in to receive Choice Coin (ID: 297995609) in your Algorand wallet.
Join the Fortior Blockchain Discord.
Screenshot the Tweet and post the tweet screenshot, along with your public Algorand wallet address in the Discord's Participation channel.
We'll send 87.00 Choice to your Algorand wallet. Please allow up to five business days for processing.
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
The Twitter Program will end on August 31, 2021 - at which time it may be renewed, terminated, or altered depending on community response.
</p>
</div>
</div>
</div>
<hr />
<!-- Incentive -->
<div class="row closed-incentive-div">
<div class="col-12">
<div class="d-flex justify-content-left row-break-padding">
<p class="choice-font-header-text">
Choice Coin Blogs and Articles Participation Program
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Choice Coin prioritizes blogs and short articles as a means of communication.
As such, the community encourages all interested community members to participate in our inaugural Blogs and Articles Program.
This program will incentivize the Choice Coin community to write blogs and short articles about Choice Coin.
</p>
</div>
<div class="d-flex justify-content-left">
<p class="choice-font-normal-text">
Write and article or blog about blockchain, Algorand, and Choice Coin.
Then, email fortiorblockchain@gmail.com and attach the article or blog post along with your Algorand wallet address.
Be sure to opt-in to receive Choice Coin (ID: 297995609) in your Algorand wallet before sending your address.
</p>
</div>
<div class="d-flex justify-content-left row-break-after-padding">
<p class="choice-font-normal-text">
We'll send you 12,508.00 Choice Coin along with an email confirming the transfer.
The Blogs and Articles Participation Program will end on September 31, 2021 -
at which time it may be renewed, terminated, or altered depending on community response.
There is a limit of one (1) per writer, however exceptions may be made for exceptional writing.
</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<h1>Connect with Us</h1>
<div>
<a href="https://discord.gg/UJY8QXRh" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://twitter.com/ChoiceCoinAlgo" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://medium.com/@ChoiceCoin" target="_blank"><i class="fab fa-medium"></i></a>
<a href="https://github.com/ChoiceCoin" target="_blank"><i class="fab fa-github"></i></a>
</div>
</footer>
<!-- Javascript Includes -->
<script src="res/js/global_scripts.js"></script>
<script src="res/js/bootstrap.bundle.min.js"></script>
<script src="res/js/fontawesome.min.js"></script>
<script src="res/js/jquery.min.js"></script>
</body>
</html>