-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (91 loc) · 3.81 KB
/
Copy pathindex.html
File metadata and controls
93 lines (91 loc) · 3.81 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>SatCode — Bitcoin-native software bounties</title>
<meta
name="description"
content="The public guide to SatCode’s Nostr coordination and Bitcoin escrow architecture."
/>
<meta name="theme-color" content="#0a0a0a" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<div class="header-inner">
<a class="wordmark" href="index.html">
satcode
<span>.</span>
</a>
<nav class="site-nav">
<a href="getting-started.html">How it works</a>
<a href="glossary.html">Glossary</a>
<a href="faq.html">FAQ</a>
</nav>
</div>
</header>
<main id="main">
<section class="hero">
<div class="hero-frame">
<p class="kicker">Built for bounty hunters in the AI era</p>
<h1>
Code bounties powered by Ark
<span class="orange">.</span>
</h1>
<p class="lede">
Predictable by design. Trust-minimized escrow secured by
Arkade.
</p>
<div class="cta-row">
<a class="btn" href="getting-started.html">
Start learning →
</a>
<a class="link-arrow" href="faq.html">Read the FAQ</a>
</div>
</div>
</section>
</main>
<section class="section">
<div class="container prose">
<p class="eyebrow">What is it?</p>
<h2>
SatCode is a software bounty platform built for the AI era.
<!-- <span class="scribble scribble-nostr">Nostr</span>, escrow in
<span class="scribble scribble-ark">Ark</span>, paid in
<span class="scribble scribble-bitcoin">Bitcoin</span>, -->
</h2>
<p>
Bounties are organized in the open on Nostr, work is paid in
Bitcoin — a permissionless design suitable for AI agents.
Funds are locked in a trust-minimized multiparty escrow
built on Arkade until the work is done. Clear acceptance
criteria enable predictable, machine-verifiable outcomes by
design. Disputes are resolved automatically based on oracle
attestations, with a panel of human jurors acting as a
fallback mechanism.
</p>
<div class="cta-row">
<a class="btn" href="getting-started.html">Deep-dive →</a>
<a class="link-arrow" href="faq.html">Read the FAQ</a>
</div>
</div>
</section>
<footer class="site-footer">
<div class="footer-inner">
<a class="wordmark" href="index.html">
satcode
<span>.</span>
</a>
<nav>
<a href="getting-started.html">Documentation</a>
<a href="glossary.html">Glossary</a>
<a href="faq.html">FAQ</a>
</nav>
<p>SatCode is currently in development.</p>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>