← Marketplace
Base
Alpha402x
Alpha402x is an x402-native service at https://alpha402x.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 6 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
10q Highlights AAPL Verbatim, line-cited extraction of the material quantitative sentences from any U.S. company's SEC 10-Q (debt, buybacks, acquisitions, litigation). Extractive, not generative. Any ticker. | /m/bz-alpha402x-com/10q-highlights/AAPL | 0.05 USDC |
5x Stock Empirical Profile Population-level empirical profile of what separated eventual 5x stocks at the moment of purchase: measurable entry valuation/size/quality specs, twin-engine return decomposition (multiple expansion vs. earnings growth), 5x->25x graduation base rates, drawdown/kill-zone path characteristics, and sector-regime sensitivity. Synthesized and fully cited from Bessembinder, Yartseva, Mayer, Alta Fox, LS | /m/bz-alpha402x-com/5x-stock-empirical-profile | 0.05 USDC |
Profiles 100x Floor Empirical floor profiles of 10x and 100x stocks at day one — valuation, size, quality, growth and base-rate minimums across the major studies, fully cited. Also /profiles/10x-floor. $0.05 each. | /m/bz-alpha402x-com/profiles/100x-floor | 0.05 USDC |
AMD Fy2026 Q2 Quarterly qualitative card — footnote findings, dated event clock, lead-window markers and the next-quarter tests from one company's 10-Q. Free index: /quarterly-qual-card. | /m/bz-alpha402x-com/quarterly-qual-card/AMD/fy2026-q2 | 0.25 USDC |
AMD Fy2026 Q2 Quarterly quantitative card — the graded operating and cash read of one company-quarter, line-cited to the 10-Q: print grade, streak, revenue/margin/cash lines. Free index: /quarterly-quant-card. | /m/bz-alpha402x-com/quarterly-quant-card/AMD/fy2026-q2 | 0.25 USDC |
AAPL Fye 2025 09 27 Deterministic, 10-K-cited cost-of-capital builds — CAPM cost of equity, tranche-level cost of debt, capital structure. Any covered ticker at /wacc-build/<ticker>/fye-<YYYY-MM-DD>. | /m/bz-alpha402x-com/wacc-build/AAPL/fye-2025-09-27 | 0.25 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-alpha402x-com/10q-highlights/AAPL')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-alpha402x-com/10q-highlights/AAPL # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …