# attested.network specification site Static documentation site for the attested.network open specification — decentralized, cryptographically verifiable proof of payments on ATProtocol. ## Tech stack - Plain HTML/CSS, no build tools or bundler - Mermaid 11 (CDN) for diagrams - Google Fonts: Inter, JetBrains Mono - No JavaScript framework, no package.json ## Site structure - `index.html` — Main spec page (overview, lexicon, trust models) - `brokers.html` — Guide for payment brokers - `app-developers.html` — Guide for app developers - `recipients.html` — Guide for recipients/creators - `payers.html` — Guide for payers - `scenarios.html` — Real-world usage scenarios - `styles.css` — Single shared stylesheet ## Conventions - All pages share the same nav, hero pattern, and footer structure - CSS custom properties define the color scheme (purple accent `#6d28d9`) - Single responsive breakpoint at 640px - Code blocks use manual syntax highlighting classes: `.hl-key`, `.hl-str`, `.hl-num`, `.hl-punc`, `.hl-comment` - Mermaid diagrams are wrapped in `.mermaid-wrapper` divs - Site is in draft status (banner on every page) ## Hosting - Git remote: `git@tangled.org:attested.network/site` - No CI/CD or deployment pipeline configured yet