forked from no314/stx-fan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
383 lines (372 loc) · 27.3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="stx.fan is a site for fans of Stacks and for that link you needed to find on your quest to a user owned internet." />
<meta name="author" content="https://stx.fan" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://stx.fan/" />
<meta property="og:title" content="stx.fan" />
<meta property="og:description" content="stx.fan is a site for fans of Stacks and for that link you needed to find on your quest to a user owned internet." />
<meta property="og:image" content="https://stx.fan/assets/widescreen-logo.png" />
<meta property="og:image:width" content="1092" />
<meta property="og:image:height" content="463" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://stx.fan/" />
<meta property="twitter:title" content="stx.fan" />
<meta property="twitter:description" content="stx.fan is a site for fans of Stacks and for that link you needed to find on your quest to a user owned internet." />
<meta property="twitter:image" content="https://stx.fan/assets/widescreen-logo.png" />
<title>stx.fan</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-lg-5"><a class="navbar-brand active nav-link" href="https://stx.fan">stx.fan</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="https://stx.fan">Home</a></li>
<li class="dropdown">
<a class="nav-link" data-toggle="dropdown" href="https://stx.fan/dapps">Dapps ▼
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://stx.fan/dapps">Stx.fan list</a></li>
<li><a href="https://www.app.co/" target="_blank">App.co (featured)</a></li>
<li><a href="https://heywebby.app" target="_blank">Webby (all: including stacks 1.0 dapps)</a></li>
<li><a href="https://app-center.openintents.org/" target="_blank">OI App-center (Stacks 1.0)</a></li>
</ul>
</li>
<li class="dropdown">
<a class="nav-link" data-toggle="dropdown">DEX' ▼
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://app.alexlab.co" target="_blank">alexlab.co</a></li>
<li><a href="https://app.arkadiko.finance" target="_blank">arkadiko.finance</a></li>
<li><a href="https://app.stackswap.org" target="_blank">stackswap.org</a></li>
</ul>
</li>
<li class="dropdown">
<a class="nav-link" data-toggle="dropdown" href="https://gamma.io/">NFT Markets ▼
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://gamma.io" target="_blank">gamma.io (Stxnft.com)</a></li>
<li><a href="https://byzantion.xyz/" target="_blank">Byzantion</a></li>
<li><a href="https://byzantion.xyz/collection/bns" target="_blank">BNS domains</a></li>
<li><a href="https://www.stacksboard.art/" target="_blank">Stacksboard.art</a></li>
<li><a href="https://www.heylayer.com/marketplace" target="_blank">Heylayer</a></li>
<li><a href="https://www.megapont.com/" target="_blank">Megapont</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="https://stacking.club/cycles/current" target="_blank">stacking.club</a></li>
<li class="nav-item"><a class="nav-link" href="https://app.onstacks.com" target="_blank">STXmining</a></li>
<li class="dropdown">
<a class="nav-link" data-toggle="dropdown">Wallets ▼
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.hiro.so/wallet/install-desktop" target="_blank">Hiro Desktop</a></li>
<li><a href="https://www.hiro.so/wallet/install-web" target="_blank">Hiro Web</a></li>
<li><a href="https://https://www.xverse.app/" target="_blank">Xverse iOS/Android</a></li>
</ul>
</li>
<li class="dropdown">
<a class="nav-link" data-toggle="dropdown">Stats\Data ▼
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://stacksdata.info" target="_blank">stacksdata.info</a></li>
<li><a href="https://stacksonchain.com" target="_blank">stacksonchain.com</a></li>
<li><a href="https://app.nfpstudio.io/projects" target="_blank">nfpstudio.io</a></li>
<li><a href="http://stacks.novuminsights.com/" target="_blank">novuminsights.com</a></li>
<li><a href="https://fatstx.github.io/" target="_blank">fatstx.github.io</a></li>
<li><a href="https://status.hiro.so/" target="_blank">status.hiro.so</a></li>
<li><a href="https://stxtime.com/" target="_blank">STX time</a></li>
</ul>
</li>
<li class="dropdown">
<a class="nav-link" data-toggle="dropdown" href="https://explorer.stacks.co" target="_blank">Explorers ▼
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://explorer.syvita.org" target="_blank">Syvita</a></li>
<li><a href="https://app.onstacks.com/explorer" target="_blank">Onstacks</a></li>
<li><a href="https://explorer.planbetter.org/" target="_blank">Planbetter</a></li>
<li><a href="https://explorer.stacks.co" target="_blank">Stacks.co</a></li>
<li><a href="https://haystack.tools/mempool" target="_blank">Mempool Explorer</a></li>
</ul>
</li>
<li>
<a href="https://twitter.com/Drinknu" target="_blank">
<button type="button" class="btn btn-outline-danger">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg>
</button>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- BEGIN: Page Content -->
<!-- Header-->
<header class="py-2">
<div class="container px-lg-5">
<div class="p-1 p-lg-1 bg-light rounded-3 text-center">
<div class="m-4 m-lg-5">
<div class="span4"><img class="center-block" src="assets/logo-meta_256.png" alt="stx.fan logo"/></div>
<p><br>
stx.fan is a site for fans of Stacks and for that link you needed to find.
<div class="content_center"></div>
<p class="mb-0 fw-bold bg-primary bg-gradient text-white rounded-3"><br>
Coinbase/youtube "Why Stacks?": <a class="drop" href="https://www.youtube.com/watch?v=Agt4Wc7fbCo" target="_blank"><u>Dec. 29th 2021: Around the Block ep. 9 - Building on Bitcoin with Muneeb Ali</u></a><br>
Mustread twitter thread on upcoming Stacks 2.1 upgrade: <a class="drop" href="https://twitter.com/herogamer21btc/status/1565956301678448642" target="_blank"><u>by Hero Gamer</u></a><br>
<br>
</p>
</p></div>
</div>
</div>
</header>
<!-- Page Content-->
<section class="pt-4">
<div class="container px-lg-5">
<!-- Page Features-->
<div class="row gx-lg-5">
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-collection"></i></div>
<h2 class="fs-4 fw-bold">For stackers and stacking</h2>
<p class="mb-0">A stacker is someone involved in the Stacks community, but also someone who is locking their STX to participate in consensus and earn Bitcoin.<br>
<br>
</p>
<!-- dropdown container -->
<div class="dropdown">
<!-- trigger button -->
<button4>Communities ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://discord.gg/zrvWsQC" target="_blank">Discord Server</a></li>
<li><a class="drop" href="https://t.me/BlockstackChat" target="_blank">Telegram (English)</a></li>
<li><a class="drop" href="https://community.stacks.org/groups" target="_blank">Other (Per country)</a></li>
<li><a class="drop" href="https://www.reddit.com/r/stacks/" target="_blank">Stacks Reddit</a></li>
<li><a class="drop" href="https://syvita.org" target="_blank">Syvita Guild</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-cloud-download"></i></div>
<h2 class="fs-4 fw-bold">Stacks in-depth resources</h2>
<p class="mb-0">If you want to know a lot <a href="https://stacks.org/stacks-blockchain" target="_blank"><u>more about Stacks</u></a> then check out these links: <a href="https://stacks.org/stacks" target="_blank"><u>Whitepapers</u></a> about Stacks, <a href="https://docs.stacks.co/understand-stacks/mining" target="_blank"><u>mining resources</u></a> and about <a href="https://stacks.org/scaling-stacks" target="_blank"><u>scaling stacks</u></a> with<a href="https://www.hiro.so/blog/introducing-hyperchains-by-hiro?s=09" target="_blank"><u> hyperchains</u></a>.<br>
<br>
</p>
<div class="dropdown">
<!-- trigger button -->
<button4>Resources ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://community.stacks.org/events" target="_blank">Community Events</a></li>
<li><a class="drop" href="https://docs.stacks.co/start-mining/mainnet" target="_blank">Start Mining</a></li>
<li><a class="drop" href="https://daemontechnologies.co/blog" target="_blank">Daemon Tech. Blog</a></li>
<li><a class="drop" href="https://www.youtube.com/channel/UC3J2iHnyt2JtOvtGVf_jpHQ" target="_blank">Stacks Youtube</a></li>
<li><a class="drop" href="https://www.youtube.com/channel/UC3xNLj2Mu7fW-BCq-vC9xKQ" target="_blank">Hiro Youtube</a></li>
<li><a class="drop" href="https://app.sigle.io/friedger.id" target="_blank">Sigle.io/Friedger.id</a></li>
<li><a class="drop" href="https://www.muneeb.com/writings" target="_blank">Muneeb Ali</a></li>
<li><a class="drop" href="https://www.hiro.so/questions/transactions-advanced-settings" target="_blank">Advanced Tx-settings</a></li>
<li><a class="drop" href="https://stacks.org/scaling-stacks" target="_blank">Scaling options</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-cash"></i></div>
<h2 class="fs-4 fw-bold">DeFi on Stacks</h2>
<p class="mb-0">Decentralized finance is in the bones of the Stacks network with Proof of Transfer (<a href="https://docs.stacks.co/understand-stacks/proof-of-transfer" target="_blank"><u>PoX</u></a>) providing <a href="https://stacking.club/cycles/all" target="_blank"><u>Bitcoin yields</u></a> to anyone stacking the native token.<br>
<br>
</p>
<div class="dropdown">
<!-- trigger button -->
<button4>More DeFi ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://www.arkadiko.finance/" target="_blank">DeFi Bank: Arkadiko</a></li>
<li><a class="drop" href="https://boom.money/" target="_blank">DeFi NFT's: Boom</a></li>
<li><a class="drop" href="https://docs.alexgo.io/" target="_blank">DeFi Bank: ALEX</a></li>
<li><a class="drop" href="https://www.hiro.so/blog/bitcoin-defi-is-here-a-deep-dive-into-trust-less-swaps" target="_blank">Catamaran Swap</a></li>
<li><a class="drop" href="https://www.hiro.so/blog/bitcoin-defi-is-here-a-deep-dive-into-trust-less-swaps" target="_blank">LN Bitcoin-STX Swaps</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-star"></i></div>
<h2 class="fs-4 fw-bold">Stacks 101's</h2>
<p class="mb-0">Newbies start at <a href="https://stacks101.com/" target="_blank"><u>stacks101.com</u></a>, official sites and wallets, read some of the whitepapers, and community content to get a better idea of what Stacks is.<br>
<br>
</p>
<div class="dropdown">
<!-- trigger button -->
<button4>Basic stuff ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://www.stacks.co/" target="_blank">Stacks.co</a></li>
<li><a class="drop" href="https://stacks.org/" target="_blank">Stacks foundation</a></li>
<li><a class="drop" href="https://www.hiro.so/" target="_blank">Hiro</a></li>
<li><a class="drop" href="https://www.hiro.so/wallet" target="_blank">Wallet for Desktop</a></li>
<li><a class="drop" href="https://www.hiro.so/wallet/install-web" target="_blank">Wallet for Web</a></li>
<li><a class="drop" href="https://messari.io/article/it-s-time-to-stack-s-bitcoin-up" target="_blank">Article: messari.io (2021-12)</a></li>
<li><a class="drop" href="https://medium.com/@sweethari89" target="_blank">Harini on Medium</a></li>
<li><a class="drop" href="https://owenstrevor.medium.com/stacks-accelerator-build-your-web-3-0-startup-on-bitcoin-1cfc025cf7c" target="_blank">Article: Trevor Owens (2021-04)</a></li>
<li><a class="drop" href="https://www.youtube.com/watch?v=Agt4Wc7fbCo" target="_blank">Youtube: Coinbase (2021-12)</a></li>
<li><a class="drop" href="https://bitcoinmagazine.com/technical/building-applications-on-the-bitcoin-network" target="_blank">Bitcoin Magazine (2022-04)</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-code"></i></div>
<h2 class="fs-4 fw-bold">For developers</h2>
<p class="mb-0"><a href="https://github.com/blockstack" target="_blank"><u>Github</u></a>, <a href="https://discord.gg/zrvWsQC" target="_blank"><u>discord</u></a>, <a href="https://docs.stacks.co/" target="_blank"><u>the docs</u></a>, <a href="http://sip.btc.us" target="_blank"><u>Stacks Improvement Prososals</u></a>, <a href="https://search-clarity.dev/" target="_blank"><u>Clarity-search</u></a>, <a href="https://clarity-deployed-contracts.netlify.app/" target="_blank"><u>Deployed Contracts db</u></a> and the <a href="https://stacks.org/clarity-universe" target="_blank"><u>Clarity academy</u></a> are some nice places to start or progress from.<br>
<br>
</p>
<div class="dropdown">
<!-- trigger button -->
<button4>More for Devs ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://stx.design/" target="_blank">STX.design</a></li>
<li><a class="drop" href="https://github.com/friedger/awesome-stacks-chain#readme" target="_blank">Awesome Tools</a></li>
<li><a class="drop" href="https://book.clarity-lang.org/" target="_blank">Clarity Book (CU)</a></li>
<li><a class="drop" href="https://blockstack.github.io/stacks-blockchain-api/" target="_blank">Stacks 2.0 API</a></li>
<li><a class="drop" href="https://www.hiro.so/customers" target="_blank">Featured Hiro Customers</a></li>
<li><a class="drop" href="https://grants.stacks.org/grants" target="_blank">grants.stacks.org</a></li>
<li><a class="drop" href="https://stacks.ac/teams" target="_blank">Stacks Accelerator</a></li>
<li><a class="drop" href="https://dev.to/krgrs/built-on-bitcoin-an-introduction-to-full-stack-web3-development-with-stacks-me9" target="_blank">Intro: Web3 building with Stacks</a></li>
<li><a class="drop" href="https://www.clearness.dev/" target="_blank">Blog by @Cohars</a></li>
<li><a class="drop" href="https://nocodeclarity.com/" target="_blank">NoCodeClarity</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-image"></i></div>
<h2 class="fs-4 fw-bold">NFT's on Stacks</h2>
<p class="mb-0">First were the <a href="https://explorer.stacks.co/txid/SP1K1A1PMGW2ZJCNF46NWZWHG8TS1D23EGH1KNK60.badges?chain=mainnet" target="_blank"><u>Badges</u></a>, then <a href="https://boom.money" target="_blank"><u>Boom.money</u></a> introduced minting your own NFT's, closely followed by the first <a href="https://thisisnumberone.com/" target="_blank"><u>NFT Auction by #1</u></a> and <a href="https://boom-wallet.medium.com/how-to-get-your-first-boombox-d97a9404e759" target="_blank"><u>Boombox'</u></a>. A little later <a href="https://twitter.com/PunksOnStacks" target="_blank"><u>@PunksOnStacks</u></a> after that many more projects followed. </p><br>
<div class="dropdown">
<!-- trigger button -->
<button4>NFT's on Stacks▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://stx.fan/dapps" target="_blank">Dapps section</a></li>
<li><a class="drop" href="https://arties.io/" target="_blank">Arties.io</a></li>
<li><a class="drop" href="http://crashpunks.com/" target="_blank">Crashpunks.com</a></li>
<li><a class="drop" href="https://www.explorerguild.io/" target="_blank">Explorers Guild</a></li>
<li><a class="drop" href="https://loopbomb.io/" target="_blank">Loopbomb.io</a></li> <!-- is also in the dapps listing remove later -->
<li><a class="drop" href="https://megapont.com/" target="_blank">Megapont.com</a></li>
<li><a class="drop" href="https://pricedotbtcus.bitbucket.io/" target="_blank">BNS Marketplace (WiP)</a></li> <!-- is also in the dapps listing remove later -->
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-speaker"></i></div>
<h2 class="fs-4 fw-bold">DAO's on Stacks</h2>
<p class="mb-0">Decentralized autonomous organisations on Stacks. In the future DAOos will make it easy to launch your own DAO with on chain voting.<br>
<br>
</p>
<div class="dropdown">
<!-- trigger button -->
<button4>DAO's on Stacks ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://github.com/stacksgov/Stacks-Grants/issues/65" target="_blank">DAOos</a></li>
<li><a class="drop" href="https://twitter.com/mineCityCoins/status/1430265821260042247" target="_blank">Miamivoice</a></li>
<li><a class="drop" href="https://community.stacks.org/advocates" target="_blank">Advocates DAO</a></li>
<li><a class="drop" href="https://arkadiko.finance" target="_blank">Arkadiko Finance</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-stack"></i></div>
<h2 class="fs-4 fw-bold">For STX Miners</h2>
<p class="mb-0">The <a href="https://docs.stacks.co/nodes-and-miners/miner-mainnet" target="_blank"><u>mining docs</u></a> are a great place to start. Questions are best directed to #mining channel on the Stacks <a href="https://discord.gg/vAu8vm9ntf" target="_blank"><u>discord</u></a>. And do check the <a href="https://github.com/Daemon-Technologies/Mining-Bot/releases" target="_blank"><u>mining bot</u></a>.
<br><br>
</p>
<div class="dropdown">
<!-- trigger button -->
<button4>More for Miners ▼</button4>
<!-- dropdown menu -->
<ul class="dropdown-menu">
<li><a class="drop" href="https://daemontechnologies.co/mining-reports" target="_blank">Mining Reports</a></li>
<li><a class="drop" href="https://stxmining.club" target="_blank">stxmining.club</a></li>
<li><a class="drop" href="https://community.stacks.org/pox-whitepaper-subscribe" target="_blank">PoX Whitepaper</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-1 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-patch-check"></i></div>
<h2 class="fs-4 fw-bold">SEC Approved</h2>
<p class="mb-0">Stacks token offerings from the past were all SEC approved. And soon the exit report will be filled because Stacks is a decentralized network and not a security.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Header-->
<header class="py-2">
<div class="container px-lg-5">
<div class="p-1 p-lg-1 bg-light rounded-3 text-center">
<div class="m-4 m-lg-5">
<h1 class="display-5 fw-bold">A user owned internet</h1>
<p class="fs-4">A user owned internet, where actors <em>Can't Be Evil</em>, is the general idea of the Stacks network. By enabling inherent privacy and security, users are in control. The (<a href="https://www.ryder.id/" target="_blank"><u>Ryder</u></a>) project on Stacks makes it easy to securely use your private keys and social identity with a hardware device: the first social wallet will be launched through an NFT sale soon. The <em>Blockchain Naming System</em> (<a href="http://bns.btc.us" target="_blank"><u>BNS</u></a>), a system for a <em>self-sovereign identity</em> (SSI) and <em>decentralized identity</em> (<a href="http://did.btc.us" target="_blank"><u>DID</u></a>), gives public keys a human readable equivalent and other important advantages to help achieve the general goal. The Stacks network uses a unique consensus algorithm called <em>Proof of Transfer</em> (<a href="https://community.stacks.org/pox" target="_blank"><u>PoX</u></a>). Miners have to send Bitcoin to those stacking the native Stacks token which is in effect securing the network with <em>Proof of Work (<a href="https://en.wikipedia.org/wiki/Proof_of_work" target="_blank"><u>PoW</u></a>) by proxy</em>. In practice this means that if you <em>stake</em> the native token (<a href="https://messari.io/asset/stacks" target="_blank"><u>STX</u></a>) you get a yield in Bitcoin... and that Bitcoin can then pay for our user owned internet, right?</p>
</div>
</div>
</div>
</header>
<!-- Footer-->
<footer class="py-5 p-lg-1 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">stx.fan - I browse to stack and stack to browse!<br>
</p>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>