-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
502 lines (468 loc) · 29 KB
/
Copy pathindex.html
File metadata and controls
502 lines (468 loc) · 29 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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#667eea">
<title>Clutch Protocol - Decentralized Ride-Sharing Blockchain</title>
<meta name="description" content="Alpha open-source ride-sharing blockchain. Try the public stage testnet, read the docs, or explore the code on GitHub.">
<meta name="keywords" content="blockchain, ride-sharing, decentralized, open source, testnet">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Clutch Protocol">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://clutchprotocol.io/">
<meta property="og:title" content="Clutch Protocol - Decentralized Ride-Sharing Blockchain">
<meta property="og:description" content="Alpha open-source ride-sharing blockchain. Try the public stage testnet, read the docs, or explore the code on GitHub.">
<meta property="og:image" content="https://clutchprotocol.io/assets/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://clutchprotocol.io/">
<meta name="twitter:title" content="Clutch Protocol - Decentralized Ride-Sharing Blockchain">
<meta name="twitter:description" content="Alpha open-source ride-sharing blockchain. Try the public stage testnet, read the docs, or explore the code on GitHub.">
<meta name="twitter:image" content="https://clutchprotocol.io/assets/og-image.jpg">
<link rel="canonical" href="https://clutchprotocol.io/">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Clutch Protocol",
"url": "https://clutchprotocol.io/",
"logo": "https://clutchprotocol.io/assets/og-image.jpg",
"description": "Decentralized ride-sharing blockchain with on-chain ride lifecycle and client-side signing.",
"sameAs": [
"https://github.com/clutchprotocol"
]
},
{
"@type": "WebSite",
"name": "Clutch Protocol",
"url": "https://clutchprotocol.io/",
"description": "Alpha open-source ride-sharing blockchain. Try the public stage testnet, read the docs, or explore the code on GitHub."
}
]
}
</script>
</head>
<body>
<a href="#home" class="skip-link">Skip to content</a>
<div class="alpha-banner" role="status">
<strong>Alpha software</strong> — public testnet for experimentation. APIs may change.
<a href="https://docs.clutchprotocol.io">Read the docs</a>
</div>
<!-- Navigation -->
<nav class="navbar" aria-label="Main navigation">
<div class="nav-container">
<a href="#home" class="nav-logo" aria-label="Clutch Protocol home">
<i class="fas fa-car-side" aria-hidden="true"></i>
<span>Clutch Protocol</span>
</a>
<ul class="nav-menu" id="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#try-stage" class="nav-link">Try Stage</a></li>
<li><a href="#features" class="nav-link">Features</a></li>
<li><a href="#tokenomics" class="nav-link">Fees</a></li>
<li><a href="#roadmap" class="nav-link">Roadmap</a></li>
<li><a href="#faq" class="nav-link">FAQ</a></li>
<li><a href="#team" class="nav-link">Team</a></li>
<li><a href="#community" class="nav-link">Community</a></li>
<li><a href="https://docs.clutchprotocol.io" class="nav-link" target="_blank" rel="noopener">Docs</a></li>
</ul>
<button class="nav-toggle" id="nav-toggle" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="nav-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
</div>
</nav>
<main>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">
Decentralized ride-sharing on a
<span class="gradient-text">custom blockchain</span>
</h1>
<p class="hero-description">
Clutch Protocol is an open-source stack for on-chain ride operations: apps use a
GraphQL Hub API and JavaScript SDK, sign transactions client-side, and settle rides
on a Rust blockchain with Aura consensus.
</p>
<div class="hero-stats">
<div class="stat">
<span class="stat-number">Alpha</span>
<span class="stat-label">Testnet live</span>
</div>
<div class="stat">
<span class="stat-number">8</span>
<span class="stat-label">Open source repos</span>
</div>
<div class="stat">
<span class="stat-number">On-chain</span>
<span class="stat-label">Request to pay flow</span>
</div>
</div>
<div class="hero-buttons">
<a href="https://app-stage.clutchprotocol.io" class="btn btn-primary" target="_blank" rel="noopener">
<i class="fas fa-flask" aria-hidden="true"></i> Try stage demo
</a>
<a href="https://docs.clutchprotocol.io" class="btn btn-secondary" target="_blank" rel="noopener">
<i class="fas fa-book" aria-hidden="true"></i> Documentation
</a>
<a href="https://github.com/clutchprotocol" class="btn btn-outline" target="_blank" rel="noopener">
<i class="fab fa-github" aria-hidden="true"></i> GitHub
</a>
</div>
</div>
<div class="hero-visual">
<div class="blockchain-animation">
<div class="block block-1"></div>
<div class="block block-2"></div>
<div class="block block-3"></div>
<div class="connecting-line"></div>
</div>
</div>
</div>
</section>
<!-- Try Stage Section -->
<section id="try-stage" class="try-stage">
<div class="container">
<h2 class="section-title">Try the network</h2>
<p class="section-subtitle">Use the public stage testnet — no install required</p>
<div class="try-stage-grid">
<div class="try-stage-card">
<h3><i class="fas fa-play-circle" aria-hidden="true"></i> Quick start</h3>
<ol class="try-stage-steps">
<li>Open <a href="https://app-stage.clutchprotocol.io" target="_blank" rel="noopener">app-stage.clutchprotocol.io</a></li>
<li>Choose <strong>passenger</strong> or <strong>driver</strong> and generate a wallet</li>
<li>Open the menu and choose <strong>Top up with USDT</strong>, then send Nile testnet USDT to the address it shows — the treasury mints the matching CLT to your wallet</li>
<li>As passenger: request a ride on the map. As driver: view requests and submit an offer</li>
</ol>
<a href="https://app-stage.clutchprotocol.io" class="btn btn-primary" target="_blank" rel="noopener">
Open stage demo
</a>
<p class="try-stage-note">Testnet only — not production. Wallets and keys are for experimentation.</p>
</div>
<div class="try-stage-links">
<h3>Stage endpoints</h3>
<ul>
<li><strong>Demo app:</strong> <a href="https://app-stage.clutchprotocol.io" target="_blank" rel="noopener">app-stage.clutchprotocol.io</a></li>
<li><strong>Hub API:</strong> <a href="https://api-stage.clutchprotocol.io/health" target="_blank" rel="noopener">api-stage.clutchprotocol.io</a></li>
<li><strong>Docs:</strong> <a href="https://docs.clutchprotocol.io/getting-started/environments" target="_blank" rel="noopener">Environments guide</a></li>
<li><strong>SDK:</strong> <a href="https://www.npmjs.com/package/clutch-hub-sdk-js" target="_blank" rel="noopener">clutch-hub-sdk-js on npm</a></li>
<li><strong>App rewards:</strong> <a href="https://docs.clutchprotocol.io/getting-started/app-developer-incentives" target="_blank" rel="noopener">Earn CLT as an app builder</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<h2 class="section-title">What exists today</h2>
<p class="section-subtitle">Built for riders, drivers, and developers — alpha quality</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-percentage" aria-hidden="true"></i>
</div>
<h3>CLT economics</h3>
<p>CLT is a micro-dollar: 1 USD = 1,000,000 CLT, fully reserved. Drivers keep most of each fare, referrers earn up to 4% (default 2%+2%) on RidePay, and validators are paid a flat $0.001 fee per transaction rather than a block reward.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-coins" aria-hidden="true"></i>
</div>
<h3>On-chain payments</h3>
<p>Passengers pay drivers in CLT via RidePay transactions. Partial payments are supported until the fare is covered.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-shield-alt" aria-hidden="true"></i>
</div>
<h3>Transparent and secure</h3>
<p>Private keys stay on the client. Every ride step is a signed transaction recorded on-chain and auditable.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-code" aria-hidden="true"></i>
</div>
<h3>Developer tools</h3>
<p><code>clutch-hub-sdk-js</code> on npm, GraphQL Hub API, WebSocket subscriptions, and docs at docs.clutchprotocol.io. <strong>Build apps on the network and earn CLT</strong> via on-chain referrer fees when users complete rides on your Hub deployment.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-server" aria-hidden="true"></i>
</div>
<h3>Multi-node testnet</h3>
<p>Aura consensus with multiple validator nodes on stage. Run the full stack locally with clutch-deploy.</p>
</div>
</div>
</div>
</section>
<!-- Architecture Section -->
<section class="architecture">
<div class="container">
<h2 class="section-title">Stack</h2>
<p class="section-subtitle">Open-source components you can run, read, and contribute to</p>
<div class="architecture-grid">
<div class="arch-component">
<h3><i class="fas fa-server" aria-hidden="true"></i> Clutch Node</h3>
<p>Blockchain core — Aura consensus, custom RLP transactions, WebSocket JSON-RPC. Rust.</p>
<div class="arch-links">
<a href="https://github.com/clutchprotocol/clutch-node" target="_blank" rel="noopener">GitHub</a>
<a href="https://docs.clutchprotocol.io/clutch-node/overview" target="_blank" rel="noopener">Docs</a>
</div>
</div>
<div class="arch-component">
<h3><i class="fas fa-cloud" aria-hidden="true"></i> Clutch Hub API</h3>
<p>GraphQL bridge, wallet JWT auth, and poll-based subscriptions. Rust.</p>
<div class="arch-links">
<a href="https://github.com/clutchprotocol/clutch-hub-api" target="_blank" rel="noopener">GitHub</a>
<a href="https://docs.clutchprotocol.io/clutch-hub-api/overview" target="_blank" rel="noopener">Docs</a>
</div>
</div>
<div class="arch-component">
<h3><i class="fas fa-tools" aria-hidden="true"></i> Clutch Hub SDK</h3>
<p>JavaScript/TypeScript SDK for signing, queries, and subscriptions. Published on npm.</p>
<div class="arch-links">
<a href="https://github.com/clutchprotocol/clutch-hub-sdk-js" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.npmjs.com/package/clutch-hub-sdk-js" target="_blank" rel="noopener">npm</a>
</div>
</div>
<div class="arch-component">
<h3><i class="fas fa-mobile-alt" aria-hidden="true"></i> Demo App</h3>
<p>Reference React app with passenger and driver flows, map UI, and live updates.</p>
<div class="arch-links">
<a href="https://github.com/clutchprotocol/clutch-hub-demo-app" target="_blank" rel="noopener">GitHub</a>
<a href="https://app-stage.clutchprotocol.io" target="_blank" rel="noopener">Live</a>
</div>
</div>
<div class="arch-component">
<h3><i class="fas fa-search" aria-hidden="true"></i> Clutch Explorer</h3>
<p>Block indexer, REST API, and web UI for blocks, transactions, and accounts.</p>
<div class="arch-links">
<a href="https://github.com/clutchprotocol/clutch-explorer" target="_blank" rel="noopener">GitHub</a>
<a href="https://docs.clutchprotocol.io/clutch-explorer/overview" target="_blank" rel="noopener">Docs</a>
</div>
</div>
<div class="arch-component">
<h3><i class="fas fa-box" aria-hidden="true"></i> Clutch Deploy</h3>
<p>Docker Compose for nodes, API, demo, explorer, and monitoring — local or stage.</p>
<div class="arch-links">
<a href="https://github.com/clutchprotocol/clutch-deploy" target="_blank" rel="noopener">GitHub</a>
<a href="https://docs.clutchprotocol.io/deployment/clutch-deploy" target="_blank" rel="noopener">Docs</a>
</div>
</div>
</div>
</div>
</section>
<!-- CLT Economics Section -->
<section id="tokenomics" class="tokenomics">
<div class="container">
<h2 class="section-title">CLT economics</h2>
<p class="section-subtitle">Implemented on-chain in clutch-node (alpha)</p>
<div class="tokenomics-content">
<div class="fee-breakdown">
<h3>Example: $5.00 fare (one RidePay, both referrers)</h3>
<p class="fee-peg">CLT is an integer micro-dollar — 1 USD = 1,000,000 CLT — so a $5.00 fare is 5,000,000 CLT.</p>
<div class="fee-example">
<div class="fee-bars">
<div class="fee-bar driver">
<span class="fee-label">Driver</span>
<span class="fee-amount">4,800,000 CLT ($4.80)</span>
</div>
<div class="fee-bar referrer">
<span class="fee-label">Request referrer</span>
<span class="fee-amount">100,000 CLT ($0.10, 2%)</span>
</div>
<div class="fee-bar developers">
<span class="fee-label">Offer referrer</span>
<span class="fee-amount">100,000 CLT ($0.10, 2%)</span>
</div>
</div>
</div>
<p class="fee-footnote">Referrer fees apply per RidePay installment, in basis points with floor rounding, and the driver's share is the exact remainder — the three always sum to the fare. Validators are not paid from fares at all: every non-exempt transaction pays a flat 1,000 CLT ($0.001) to the block author. There are no block rewards, because minting unbacked CLT to pay validators would break the 1:1 reserve. Details at <a href="https://docs.clutchprotocol.io/clutch-node/clt-economics">docs.clutchprotocol.io</a>.</p>
<div class="fee-developer-callout">
<h4><i class="fas fa-laptop-code" aria-hidden="true"></i> For app developers</h4>
<p>Deploy your own app with the SDK and Hub API, set your wallet as the ride referrer in Hub config, and earn up to <strong>4% CLT per RidePay</strong> (default 2% request + 2% offer) when passengers pay drivers on your deployment. No separate grants — rewards come from real ride activity on-chain.</p>
<a href="https://docs.clutchprotocol.io/getting-started/app-developer-incentives" class="btn btn-outline btn-sm" target="_blank" rel="noopener">App developer incentives</a>
</div>
</div>
</div>
</div>
</section>
<!-- Roadmap Section -->
<section id="roadmap" class="roadmap">
<div class="container">
<h2 class="section-title">Roadmap</h2>
<p class="section-subtitle">Where the protocol is today and what is planned</p>
<div class="roadmap-grid">
<div class="roadmap-card done">
<span class="roadmap-status">Live</span>
<h3>Public stage testnet</h3>
<p>Multi-node Aura testnet, GraphQL Hub API, SDK, demo app, and block explorer running on stage.</p>
</div>
<div class="roadmap-card done">
<span class="roadmap-status">Live</span>
<h3>Fully-reserved CLT</h3>
<p>Deposit USDT on Tron to mint CLT, burn CLT to redeem it back. Every CLT in circulation is backed 1:1 by off-chain reserve, and the chain pre-mints nothing at genesis.</p>
</div>
<div class="roadmap-card planned">
<span class="roadmap-status">Planned</span>
<h3>Mainnet</h3>
<p>Hardened validator set, audited crypto, and production economics. No fixed date — see the docs FAQ for status.</p>
</div>
</div>
<p class="roadmap-note">Status is alpha and subject to change. See the <a href="https://docs.clutchprotocol.io/reference/faq" target="_blank" rel="noopener">FAQ in the docs</a> for what is and is not shipped.</p>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="faq">
<div class="container">
<h2 class="section-title">FAQ</h2>
<p class="section-subtitle">Quick answers — more in the documentation</p>
<div class="faq-list">
<details class="faq-item">
<summary>Is Clutch a real, running blockchain?</summary>
<p>Yes — an alpha public testnet with multiple Aura validator nodes. It is for experimentation; APIs may change. There is no mainnet yet.</p>
</details>
<details class="faq-item">
<summary>Why a custom chain instead of Ethereum or an L2?</summary>
<p>Ride operations are first-class transaction types (request, offer, accept, pay, cancel) rather than generic smart-contract calls. This keeps the app surface simple but trades off EVM ecosystem composability.</p>
</details>
<details class="faq-item">
<summary>How do drivers get paid?</summary>
<p>Drivers receive CLT via RidePay transactions. Referrers earn up to 4% (default 2% request + 2% offer) per payment installment and the driver gets the exact remainder. Validators take no share of a fare — they are paid a flat $0.001 fee on every non-exempt transaction, credited to whoever authored the block.</p>
</details>
<details class="faq-item">
<summary>Are private keys safe?</summary>
<p>Keys never leave the client. The SDK signs transactions locally (secp256k1, Keccak-256) and only submits signed RLP hex to the Hub API. The one server-side signer is the treasury's mint authority, which signs the Mint crediting a USDT deposit it has already verified on Tron — it can create CLT against a deposit and nothing else.</p>
</details>
<details class="faq-item">
<summary>Can I build an app and earn CLT?</summary>
<p>Yes. Run your own Hub API with your wallet as the ride referrer, and you earn referrer fees on each RidePay when users complete rides on your deployment. No separate grants program.</p>
</details>
</div>
<p class="faq-more">More questions? Read the <a href="https://docs.clutchprotocol.io/reference/faq" target="_blank" rel="noopener">full FAQ</a> or the <a href="https://docs.clutchprotocol.io/intro" target="_blank" rel="noopener">introduction</a>.</p>
</div>
</section>
<!-- Team Section -->
<section id="team" class="team">
<div class="container">
<h2 class="section-title">Team</h2>
<p class="section-subtitle">Maintainer and contributors welcome</p>
<div class="team-grid">
<div class="team-member">
<div class="member-avatar">
<i class="fas fa-user-circle" aria-hidden="true"></i>
</div>
<h3>Mehran Mazhar</h3>
<p class="member-role">Founder and lead developer</p>
<p class="member-bio">Builds the Clutch node, Hub API, SDK, and demo app. Contributions via GitHub are welcome.</p>
<div class="member-links">
<a href="https://github.com/MehranMazhar" target="_blank" rel="noopener" aria-label="Mehran Mazhar on GitHub"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/mehranmazhar" target="_blank" rel="noopener" aria-label="Mehran Mazhar on LinkedIn"><i class="fab fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Community Section -->
<section id="community" class="community">
<div class="container">
<h2 class="section-title">Community</h2>
<p class="section-subtitle">Open source — issues, discussions, and pull requests</p>
<div class="community-grid">
<div class="community-card">
<i class="fab fa-github" aria-hidden="true"></i>
<h3>Source code</h3>
<p>Eight public project repos — node, Hub API, SDK, demo app, explorer, deploy, docs, and this website.</p>
<a href="https://github.com/clutchprotocol" class="btn btn-outline" target="_blank" rel="noopener">View on GitHub</a>
</div>
<div class="community-card">
<i class="fas fa-comments" aria-hidden="true"></i>
<h3>Discussions</h3>
<p>Ask questions, share ideas, and connect with other developers on GitHub.</p>
<a href="https://github.com/orgs/clutchprotocol/discussions" class="btn btn-outline" target="_blank" rel="noopener">Join discussion</a>
</div>
<div class="community-card">
<i class="fas fa-book" aria-hidden="true"></i>
<h3>Documentation</h3>
<p>Quick start, ride lifecycle guide, GraphQL reference, and deployment docs.</p>
<a href="https://docs.clutchprotocol.io" class="btn btn-outline" target="_blank" rel="noopener">Read docs</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<i class="fas fa-car-side" aria-hidden="true"></i>
<span>Clutch Protocol</span>
</div>
<p>Open-source ride-sharing blockchain. Alpha testnet available on stage.</p>
<div class="social-links">
<a href="https://github.com/clutchprotocol" target="_blank" rel="noopener" aria-label="GitHub"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="mailto:hello@clutchprotocol.io" aria-label="Email"><i class="fas fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
<div class="footer-section">
<h4>Try it</h4>
<ul>
<li><a href="https://app-stage.clutchprotocol.io" target="_blank" rel="noopener">Stage demo</a></li>
<li><a href="https://demo.clutchprotocol.io" target="_blank" rel="noopener">Production demo</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#tokenomics">Fee model</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Developers</h4>
<ul>
<li><a href="https://docs.clutchprotocol.io">Documentation</a></li>
<li><a href="https://docs.clutchprotocol.io/getting-started/app-developer-incentives">App developer rewards</a></li>
<li><a href="https://github.com/clutchprotocol">GitHub org</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-node">Node</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-hub-sdk-js">SDK</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-hub-api">Hub API</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-hub-demo-app">Demo app</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-explorer">Explorer</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-deploy">Deploy</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-docs">Docs repo</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Community</h4>
<ul>
<li><a href="https://github.com/orgs/clutchprotocol/discussions">Discussions</a></li>
<li><a href="#team">Team</a></li>
<li><a href="mailto:hello@clutchprotocol.io">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Clutch Protocol. Open source under MIT License.</p>
<p>Alpha software — use at your own risk.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>