From 9517f13b45be553e54fe8f751065da0f0b825da2 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 18 Feb 2026 20:50:56 -0800 Subject: [PATCH] Align trust and policy surfaces to 100 USDC floor --- docs/deployment/chain-config.template.json | 2 +- docs/roadmap-status.md | 2 +- public/trust/index.html | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/deployment/chain-config.template.json b/docs/deployment/chain-config.template.json index c7e25b6..8f9c77e 100644 --- a/docs/deployment/chain-config.template.json +++ b/docs/deployment/chain-config.template.json @@ -9,7 +9,7 @@ }, "quote_policy": { "default_currency": "USDC", - "minimum_floor_usd": "5.00", + "minimum_floor_usd": "100.00", "safety_multiplier": "1.5", "quote_ttl_seconds": 300 }, diff --git a/docs/roadmap-status.md b/docs/roadmap-status.md index d0665ee..2cfa10c 100644 --- a/docs/roadmap-status.md +++ b/docs/roadmap-status.md @@ -33,7 +33,7 @@ Implemented now: 4. Step-based roadmap without timelines. 5. Frozen v1 schemas and examples. 6. Interface target document for contracts/APIs. -7. Pricing policy with USD 5 floor rule. +7. Pricing policy with 100 USDC floor rule. 8. Terms utility-only non-investment clause. 9. Store page upgraded from static to live-state scaffold with membership gate behavior. 10. OpenAPI contract + request/response examples for secret-system endpoints. diff --git a/public/trust/index.html b/public/trust/index.html index ca7a25a..7b620e0 100644 --- a/public/trust/index.html +++ b/public/trust/index.html @@ -110,7 +110,8 @@

Policy Snapshot

-

Membership floor: USD 5.00 equivalent

+

Membership floor: 100.00 USDC

+

Settlement rail: USDC on Base

Policy hash: pending publication

Updated: pending deployment

@@ -119,6 +120,8 @@

API Health Targets

/secret/wallet/intent

/secret/wallet/verify

+

/secret/wallet/session/refresh

+

/secret/wallet/session/revoke

/secret/membership/quote

/secret/membership/confirm