From ccc47897cefc96fac13f513de06429c7028ea759 Mon Sep 17 00:00:00 2001 From: Hochul Seok Date: Tue, 7 Jul 2026 15:54:11 +0900 Subject: [PATCH] Link ecosystem overview to product doc sections Now that each product has its own docs section (sub-menu), point the Ecosystem overview at them and refresh stale statuses: - HPP Router: Coming soon -> Live, link to /hpp-router. - HPP Coder: Coming soon -> Live, link to /hpp-coder. - HPP Hub: "will be offered free" -> "is offered free"; link to the /hub guide alongside hub.hpp.io. - x402: link to /x402, and add the blog Part 2 under Part 1. OpenHPP is unchanged (closed beta, no docs section yet). --- docs/ecosystem/overview.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/ecosystem/overview.md b/docs/ecosystem/overview.md index 8adf39c..241d6a1 100644 --- a/docs/ecosystem/overview.md +++ b/docs/ecosystem/overview.md @@ -17,23 +17,27 @@ A secure operating space for AI agents in the HPP family. Autonomous agents run ### HPP Router · The model router -**Coming soon** +**Live** An LLM inference router for the HPP ecosystem, sending each request to the right model across the network — including HPP Coder. A Router portal with an OpenRouter-style UI for model discovery, API keys, and testing is on the way. +→ [HPP Router docs](/hpp-router) + ### HPP Coder · The coding LLM -**Coming soon** +**Live** A coding LLM purpose-built for Smart Contract developers in the HPP ecosystem. Served through HPP Router and offered free via HPP Hub. +→ [HPP Coder docs](/hpp-coder) + ### HPP Hub · The developer portal **Live** -Your access point to House Party Protocol's developer tools — and where HPP Coder will be offered free. +Your access point to House Party Protocol's developer tools — and where HPP Coder is offered free. -→ [hub.hpp.io](https://hub.hpp.io) +→ [HPP Hub guide](/hub) · [hub.hpp.io](https://hub.hpp.io) ### x402 · The payment layer @@ -41,4 +45,8 @@ Your access point to House Party Protocol's developer tools — and where HPP Co The open payment standard (HTTP 402) that lets AI agents pay onchain with a single signature — no accounts, no checkout. HPP is registered in the x402 asset registry as a default-asset chain (190415) with USDC settlement, so every agent and app in the ecosystem can transact natively. -→ [HPP and x402: Preparing for the Agentic Payment Era](https://blog.hpp.io/hpp-and-x402-preparing-for-the-agentic-payment-era-part-1/) +→ [x402 docs](/x402) + +→ [HPP and x402: Preparing for the Agentic Payment Era (Part 1)](https://blog.hpp.io/hpp-and-x402-preparing-for-the-agentic-payment-era-part-1/) + +→ [HPP and x402: Preparing for the Agentic Payment Era (Part 2)](https://blog.hpp.io/hpp-and-x402-preparing-for-the-agentic-payment-era-part-2-2/)