From 425bbd23f621233baf5e2d859a98ddaa76035747 Mon Sep 17 00:00:00 2001 From: Shawn Muggle Date: Tue, 11 Aug 2026 08:56:23 +0800 Subject: [PATCH] docs: surface Agentic Payments (MPP Router) in the nav and on the home page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MPP Router page was a second-level child under Intent Based Payment & Transfer, so it does not render until that section is expanded — searching the home page for "mpp" returns nothing. The home page also never mentioned agentic payments at all. Promote it to a top-level PRODUCTS entry and add an agent intent to the home page's intent list, linking through to the page. --- README.md | 4 ++++ SUMMARY.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 040b251..c4025c9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ We’re building ROZO, the Visa for Stablecoins. We hide the complexity, and we > “I want to buy $100 BTC.” > > “I want to earn 10% APY with a pool with $10M+ TVL.” +> +> “I want my AI agent to pay for this API call, per request, with no API key.” + +That last one is [Agentic Payments with MPP Router](products/intent-based-payment-transfer/agentic-payments-mpprouter.md): an agent holding Stellar USDC can call 90+ upstream API services — OpenAI, Anthropic, DeepSeek, Perplexity, Exa, Firecrawl, Tavily and more — and settle each request over a 402 challenge, with no subscription and no card on file. diff --git a/SUMMARY.md b/SUMMARY.md index 8ed97c1..883e7ea 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -34,7 +34,7 @@ * [Intent Based Payment & Transfer](products/intent-based-payment-transfer/README.md) * [Intent Based Payment](products/intent-based-payment-transfer/intent-based-payment.md) - * [Agentic Payments with MPP Router](products/intent-based-payment-transfer/agentic-payments-mpprouter.md) +* [Agentic Payments (MPP Router)](products/intent-based-payment-transfer/agentic-payments-mpprouter.md) * [Intent Based Bridge](products/intent-based-bridge/README.md) * [One-Click Bridge](products/intent-based-bridge/intent-based-bridge.md) * [Wallet Deposit for Apps](products/intent-based-bridge/intent-based-deposit.md)