Set the facilitator URL
Point your x402 server to Stonks402. Verification and settlement are handled for you.
FACILITATOR_URL=https://facilitator.stonks402.tradeAccept real-time x402 payments in tokenized equities. Verify, settle, and attach a memeback to every transaction through one agent-native flow.
Point your x402 server to Stonks402. Verification and settlement are handled for you.
FACILITATOR_URL=https://facilitator.stonks402.tradeSelect the tokenized asset your endpoint accepts. Agents pay without selling into dollars first.
Return 402. The agent signs. Stonks402 verifies, settles the asset, then fires your memeback hook.
Handle the full HTTP 402 flow through a single facilitator: payment requirements, signature verification, and onchain settlement.
Agents can pay with tokenized stonks such as $NVDA, $TSLA, or $HOOD—without unwinding the asset into stablecoins first.
$NVDAx402 lifecycle hooks fire when a payment is verified and settled. Your hook can update the memeback immediately—changing its state, metadata, or response for the next agent.
stonks402.onSettle(payment, async () => {
memeback.update({
asset: "$NVDA",
state: "paid"
});
});Pair every stonks payment with a programmable memeback: a social, expressive layer that travels with the transaction.