You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: surface x402 premium tier on docs.seneschal.space
Adds a "Premium tier (x402)" section to the public docs, lists the
two new MCP tools in the tool reference table, and clarifies that
the paywall is free to introspect via /v1/paywall before any paid
call. Keeps the public surface honest: agents see the price and
rails before they're asked to pay.
<tr><td><code>seneschal_paywall_info</code></td><td><strong>Free.</strong> Describes the live x402 paywall (network, recipient, per-call price, MCP tool name) for the premium tier.</td></tr>
242
+
<tr><td><code>seneschal_premium_opportunities</code></td><td><strong>Premium.</strong> Uncapped at-risk catalogue ranked by expected value, with realised 7d market intel. Paid via x402 at the REST surface.</td></tr>
241
243
</table>
242
244
245
+
<h2>Premium tier (x402)</h2>
246
+
<p>
247
+
A small per-call USDC fee on Base mainnet unlocks
248
+
<code>GET /v1/premium/opportunities</code>: the uncapped at-risk borrower
249
+
catalogue plus realised 7-day market intel (top liquidators, win rate
250
+
per market, our own attempt outcomes), ranked by expected liquidation
251
+
value. Honest value-add over the free 500-row, snapshot-only
252
+
<code>/v1/liquidations/atrisk</code>.
253
+
</p>
254
+
<p>
255
+
Payment uses the <ahref="https://docs.x402.org">x402 protocol</a>
256
+
(spec v2). Unsigned requests get HTTP 402 with machine-readable
257
+
<code>PaymentRequirements</code>; the client signs an EIP-3009
258
+
<code>transferWithAuthorization</code> and retries with a
259
+
<code>PAYMENT-SIGNATURE</code> header. The <ahref="https://x402.org/facilitator">facilitator</a>
260
+
verifies + settles on Base. No API keys, no subscriptions, gasless
261
+
for the payer.
262
+
</p>
263
+
<p>
264
+
Free metadata endpoint for budgeting before any paid call:
0 commit comments