-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (74 loc) · 3.83 KB
/
index.html
File metadata and controls
79 lines (74 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arbiter - Your Autonomous Travel Agent</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<h1>Arbiter</h1>
<p class="tagline">Autonomous AI Agent for Unbeatable European Travel Deals</p>
</div>
</header>
<section id="intro" class="hero">
<div class="container">
<h2>Tired of Overpaying for European Adventures?</h2>
<p>Arbiter is your personal, on-chain AI agent that hunts down hidden mispricings. It operates autonomously via the **ArbiterClaw** blockchain infrastructure. Stop leaving money on the table.</p>
<a href="#how-it-works" class="btn">Discover How It Works</a>
<a href="#fund" class="btn primary">Fund Development</a>
</div>
</section>
<section id="how-it-works" class="features">
<div class="container">
<h2>How Arbiter Finds Your Savings</h2>
<div class="feature-grid">
<div class="feature-item">
<h3>🧠 Local LLM Brain</h3>
<p>Powered by cost-effective, locally-run AI models like Llama 3, Arbiter performs deep analysis without expensive cloud API calls, ensuring privacy and efficiency.</p>
</div>
<div class="feature-item">
<h3>🔗 On-Chain Trust & Funding</h3>
<p>Anchored on Ethereum L2s (like Base), our agent has a trustless identity (ERC-8004) and can autonomously pay for its operations, even funding its own development through tokenomics.</p>
</div>
<div class="feature-item">
<h3>🕵️ Deep Mispricing Hunter</h3>
<p>Goes beyond surface-level searches, comparing obscure routes, local providers, and geo-specific pricing to uncover true arbitrage opportunities across flights, housing, and rentals.</p>
</div>
<div class="feature-item">
<h3>💰 Self-Sustaining Economy</h3>
<p>Funded by its own token ($ARBIT), the agent operates independently, earning fees from successful finds and using them to fuel its continuous search for deals.</p>
</div>
</div>
</div>
</section>
<section id="fund" class="cta" style="background: #e8491d;">
<div class="container">
<h2>Support the Arbiter Vision</h2>
<p>Contribute ETH directly to the ArbiterClaw contract to fuel our local LLM infrastructure and earn $ARBIT utility tokens.</p>
<p><strong>70% Development | 30% Foundation Stake</strong></p>
<a href="#" class="btn" style="background: #2c3e50;">Get Contract Address</a>
</div>
</section>
<section id="benefits" class="cta">
<div class="container">
<h2>Why Choose Arbiter?</h2>
<ul>
<li><strong>Unbeatable Deals:</strong> Access prices traditional sites miss.</li>
<li><strong>Autonomous & Trustless:</strong> Your agent works tirelessly, transparently.</li>
<li><strong>Cost-Efficient:</strong> Local AI keeps operational costs minimal.</li>
<li><strong>Future-Proof:</strong> Built on cutting-edge Web3 standards for agentic AI.</li>
</ul>
<a href="#" class="btn primary">Join the Future of Travel</a>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 Arbiter. All rights reserved.</p>
</div>
</footer>
</body>
</html>