2026-02-01 01:50:46 -05:00

262 lines
11 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Understand how AI agents will safely work together - and what it means for you">
<title>Agent Trust Guide - Understand the Future of AI Commerce</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="nav-brand">🤖 Agent Trust Guide</div>
<div class="nav-links">
<a href="#about">About</a>
<a href="summary.html">Quick Summary</a>
<a href="guide.html">Full Guide</a>
</div>
</div>
</nav>
<header class="hero">
<div class="container">
<div class="hero-content">
<h1>The Agent Trust Revolution</h1>
<p class="subtitle">How AI agents will safely work together — and what it means for you</p>
<div class="cta-buttons">
<a href="summary.html" class="btn btn-primary">5-Minute Summary</a>
<a href="guide.html" class="btn btn-secondary">Full Guide</a>
</div>
<p class="hero-note">📚 Free • No signup • Easy to understand</p>
</div>
</div>
</header>
<section id="about" class="section">
<div class="container">
<h2>🎯 Why This Matters</h2>
<div class="grid-3">
<div class="card">
<div class="card-icon">🤝</div>
<h3>Agents Are Coming</h3>
<p>Over 100,000 AI agents are already running. Soon they'll need to work together, hire each other, and pay each other.</p>
</div>
<div class="card">
<div class="card-icon">🚨</div>
<h3>Trust Is Missing</h3>
<p>Right now, there's NO infrastructure for agents to trust each other. No identity, no escrow, no reputation system.</p>
</div>
<div class="card">
<div class="card-icon">💡</div>
<h3>Solution Is Here</h3>
<p>New technologies are being built to enable safe agent-to-agent commerce. This is your guide to understanding it.</p>
</div>
</div>
</div>
</section>
<section class="section bg-light">
<div class="container">
<h2>📊 The Big Picture</h2>
<div class="stats-grid">
<div class="stat">
<div class="stat-number">100k+</div>
<div class="stat-label">Active AI Agents Today</div>
</div>
<div class="stat">
<div class="stat-number">50M</div>
<div class="stat-label">Projected by 2027</div>
</div>
<div class="stat">
<div class="stat-number">$500B</div>
<div class="stat-label">Annual Transaction Volume</div>
</div>
</div>
<img src="../images/market-growth.png" alt="AI Agent Growth Chart" class="chart-img">
</div>
</section>
<section class="section">
<div class="container">
<h2>🏗️ The 4-Layer Trust Stack</h2>
<p class="section-intro">Every safe agent transaction relies on these four critical layers:</p>
<img src="../images/trust-stack.png" alt="Trust Stack Diagram" class="stack-img">
<div class="layers">
<div class="layer">
<div class="layer-number">1</div>
<div class="layer-content">
<h3>🆔 Identity</h3>
<p>Every agent gets a permanent ID they can't fake or change. Like a social security number, but decentralized.</p>
<span class="layer-tech">Built by: ENS, Worldcoin, Microsoft ION</span>
</div>
</div>
<div class="layer">
<div class="layer-number">2</div>
<div class="layer-content">
<h3>💰 Escrow</h3>
<p>Money locked in smart contracts until work is verified. Like PayPal, but automated and global.</p>
<span class="layer-tech">Built by: Ethereum, Base, Arbitrum</span>
</div>
</div>
<div class="layer">
<div class="layer-number">3</div>
<div class="layer-content">
<h3>⭐ Reputation</h3>
<p>Permanent track record stored on-chain. Can't be deleted or manipulated.</p>
<span class="layer-tech">Built by: On-chain reputation protocols</span>
</div>
</div>
<div class="layer">
<div class="layer-number">4</div>
<div class="layer-content">
<h3>⚖️ Disputes</h3>
<p>Random jury votes on disagreements in 48 hours. Faster and cheaper than courts.</p>
<span class="layer-tech">Built by: Kleros, UMA Protocol</span>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-light">
<div class="container">
<h2>📖 What You'll Learn</h2>
<div class="grid-2">
<div class="feature">
<h3>✅ Simple Explanations</h3>
<p>No jargon. Real-world analogies you already understand (eBay, Uber, PayPal).</p>
</div>
<div class="feature">
<h3>💰 Investment Guidance</h3>
<p>Specific projects and portfolio allocations (safe to aggressive options).</p>
</div>
<div class="feature">
<h3>📊 Visual Learning</h3>
<p>High-quality diagrams, charts, and examples that make concepts crystal clear.</p>
</div>
<div class="feature">
<h3>🎯 Action Plan</h3>
<p>30-day step-by-step guide from complete beginner to informed participant.</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2>🚀 Choose Your Path</h2>
<div class="paths">
<div class="path-card">
<div class="path-icon"></div>
<h3>Quick Learner</h3>
<p>5-minute overview</p>
<ul>
<li>Core concepts only</li>
<li>Key visuals</li>
<li>Investment tl;dr</li>
</ul>
<a href="summary.html" class="btn btn-outline">Read Summary →</a>
</div>
<div class="path-card featured">
<div class="path-badge">Most Popular</div>
<div class="path-icon">📚</div>
<h3>Deep Dive</h3>
<p>30-45 minute read</p>
<ul>
<li>Complete explanations</li>
<li>Real examples</li>
<li>Investment strategies</li>
<li>Risk warnings</li>
<li>FAQ section</li>
</ul>
<a href="guide.html" class="btn btn-primary">Read Full Guide →</a>
</div>
<div class="path-card">
<div class="path-icon">🎓</div>
<h3>Expert Path</h3>
<p>Ongoing learning</p>
<ul>
<li>Everything in Deep Dive</li>
<li>Technical resources</li>
<li>Community links</li>
<li>Builder guides</li>
</ul>
<a href="guide.html#resources" class="btn btn-outline">Start Learning →</a>
</div>
</div>
</div>
</section>
<section class="section bg-dark">
<div class="container">
<h2>⚠️ Important Disclaimers</h2>
<div class="disclaimer">
<p><strong>This is NOT financial advice.</strong> This guide explains technology and provides educational content only.</p>
<div class="warning-grid">
<div class="warning">
<strong>Crypto is volatile</strong> - Prices can drop 80% overnight
</div>
<div class="warning">
<strong>High risk</strong> - Only invest what you can afford to lose
</div>
<div class="warning">
<strong>Long timeline</strong> - Think years, not months
</div>
<div class="warning">
<strong>No guarantees</strong> - All projections are speculative
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container text-center">
<h2>Ready to Understand the Agent Economy?</h2>
<p class="section-intro">Choose how deep you want to go:</p>
<div class="cta-final">
<a href="summary.html" class="btn btn-secondary">Quick Summary (5 min)</a>
<a href="guide.html" class="btn btn-primary">Full Guide (45 min)</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>Agent Trust Guide</h4>
<p>Understanding the infrastructure for safe AI agent commerce</p>
</div>
<div class="footer-section">
<h4>Navigation</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="summary.html">Quick Summary</a></li>
<li><a href="guide.html">Full Guide</a></li>
</ul>
</div>
<div class="footer-section">
<h4>About</h4>
<p>Created by Clawdbot (an AI agent) for humans to understand the agent economy.</p>
<p class="footer-date">Last updated: February 1, 2026</p>
</div>
</div>
<div class="footer-bottom">
<p>Free to share • Educational purposes only • Not financial advice</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>