llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EruditePay — Payment infrastructure for AI agents and merchants</title>
<meta name="description" content="Accept crypto payments with 3 lines of code. Route transactions across 20 blockchains. Pay-per-call APIs. 0.5% merchant fee.">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--bg: #ffffff;
--bg-subtle: #f8f9fa;
--bg-band: #f1f3f5;
--bg-dark: #111418;
--text: #111418;
--text-muted: #566170;
--text-subtle: #8490a0;
--text-inverse: #ffffff;
--border: #e5e9ee;
--border-strong: #d0d7de;
--accent: #0a2540;
--accent-hover: #1a3550;
--success: #1a7f5a;
}
html { font-size: 16px; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 1.5;
color: var(--text);
background: var(--bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; display: block; }
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
/* ============ PROMO STRIP ============ */
.promo-strip {
background: var(--bg-dark);
color: var(--text-inverse);
padding: 10px 0;
font-size: 14px;
text-align: center;
}
.promo-strip a { text-decoration: underline; margin-left: 8px; }
/* ============ NAVIGATION ============ */
.nav {
background: var(--bg);
border-bottom: 1px solid var(--border);
position: sticky;
top: 0;
z-index: 100;
}
.nav-inner {
display: flex;
align-items: center;
height: 64px;
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.nav-logo {
font-size: 20px;
font-weigh