← Marketplace

Theaslangroupllc

Theaslangroupllc is an x402-native service at https://taxpulse.theaslangroupllc.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. 4 endpoints listed.

Base

Offers

OfferEndpointPrice
Crypto Wallet Review
Citation-verified crypto wallet tax review: submit wallet addresses + jurisdiction, get a professional report grounded in primary tax law (statutes, rulings, case law) with machine-verified citations a CPA can check and sign. Law-synthesis layer, not a cost-basis calculator. Covers US, UK, Germany, India, Canada, Australia, Japan, Brazil, Singapore.
/m/bz-taxpulse-theaslangroupllc-com/api/crypto/wallet-review12 USDC
Tax 529 Check
529 withdrawal & rollover checker — is THIS withdrawal qualified? K-12 (OBBBA $20k cap from 2026 + expanded categories), postsecondary credentialing, SECURE 2.0 Roth rollovers (15-yr/5-yr/earned-income/$35k gates computed), student-loan cap, non-qualified tax + 10% penalty math with exception routing — plus the California non-conformity traps (K-12, credentialing and 529→Roth are ALL CA-taxable +
/m/bz-taxpulse-theaslangroupllc-com/api/tax/529-check0.5 USDC
Tax 529 Check Lite
529 withdrawal & rollover checker — LITE preview. Same deterministic engine as the full product: verdict + a one-line federal headline for THIS withdrawal (K-12 OBBBA cap, credentialing, SECURE 2.0 Roth rollover, student-loan cap, non-qualified) and a California-trap flag. Full federal/CA breakdown, all flags, and IRC/SECURE 2.0/OBBBA/FTB citations are in the full product. Deterministic, no LLM.
/m/bz-taxpulse-theaslangroupllc-com/api/tax/529-check-lite0.25 USDC
Tax Aotc Recovery
Missed AOTC recovery — did you leave up to $2,500/year of education credits unclaimed? Per-year screen across the OPEN 1040-X amendment window (TY2023–2025): exact §25A credit math (100% of first $2k + 25% of next $2k), MAGI phaseouts, 4-year/half-time/MFS eligibility gates, 40% refundable portion (pays even at $0 tax), 529-coordination and LLC-vs-AOTC traps. Deterministic, statute-cited, no LLM.
/m/bz-taxpulse-theaslangroupllc-com/api/tax/aotc-recovery0.5 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-taxpulse-theaslangroupllc-com/api/crypto/wallet-review')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-taxpulse-theaslangroupllc-com/api/crypto/wallet-review
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …