forked from NSPG13/agent-bounties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthorize.html
More file actions
80 lines (76 loc) · 3.52 KB
/
Copy pathauthorize.html
File metadata and controls
80 lines (76 loc) · 3.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<title>Review ChatGPT bounty action | Agent Bounties</title>
<meta name="description" content="Review one bounded bounty action before connecting a wallet.">
<meta name="robots" content="noindex,nofollow">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="topbar">
<a class="brand" href="index.html">Agent Bounties</a>
<nav aria-label="Primary navigation">
<a href="earn.html">Earn</a>
<a href="post.html">Post</a>
<a href="funding.html">Fund</a>
<a href="https://github.com/NSPG13/agent-bounties">GitHub</a>
</nav>
</header>
<main class="page protocol-page">
<section class="page-head protocol-head">
<div>
<p class="eyebrow">ChatGPT handoff</p>
<h1 id="authorization-title">Review this bounty action</h1>
<p id="authorization-summary">Loading the exact action prepared in ChatGPT.</p>
</div>
<output id="authorization-status" class="protocol-status" aria-live="polite">Loading</output>
</section>
<section class="band compact protocol-workspace">
<div class="funding-form protocol-form narrow-form">
<div class="copy">
<p><strong>Network</strong><br><span id="authorization-network">—</span></p>
<p><strong>Bounty contract</strong><br><code id="authorization-contract">Created during authorization</code></p>
<p><strong>Amount</strong><br><span id="authorization-amount">No transfer in this step</span></p>
<p><strong>Canonical evidence required</strong><br><span id="authorization-events">—</span></p>
<details>
<summary>Review prepared details</summary>
<pre id="authorization-details" class="prompt-block"><code>{}</code></pre>
</details>
</div>
<output id="authorization-output" class="output readiness-output" aria-live="polite">
No wallet request is made on this review screen.
</output>
<div class="actions">
<a id="authorization-continue" class="button primary" href="#" hidden>Continue to wallet review</a>
<button id="authorization-refresh" class="button secondary" type="button">Refresh canonical status</button>
<a class="button secondary" href="index.html">Cancel</a>
</div>
</div>
</section>
<section class="band muted compact">
<div class="section-grid">
<div>
<p class="eyebrow">Evidence boundary</p>
<h2>Prepared is not completed</h2>
</div>
<div class="copy">
<p>ChatGPT never receives your private key, seed phrase, wallet signature, or verifier attestation.</p>
<p id="authorization-boundary">Only an indexed canonical event can confirm this action. Only <code>BountySettled</code> proves solver payment.</p>
</div>
</div>
</section>
</main>
<footer>
<span>Close this tab at any time to cancel before approval.</span>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="https://github.com/NSPG13/agent-bounties/issues">Support</a>
</footer>
<script src="analytics-config.js"></script>
<script src="analytics.js"></script>
<script src="authorize.js"></script>
</body>
</html>