Complete x402 setup
A start-to-finish walkthrough of installation, wallet and amount configuration, response modes, and workflow testing.
Coming sooninstallable node
Prepare, install, configure, and connect.
git clone https://github.com/TarvosTools/n8n-nodes-Tarvos-x402.git
cd n8n-nodes-Tarvos-x402
npm install
npm run devOpen GitHub repositoryUse an n8n environment that supports community nodes.
EnvironmentClone the GitHub repository, install its dependencies, and run the included n8n development environment with the Tarvos node loaded.
PackageSet the service name, Solana network, exact USDC amount, and public payout wallet directly on the trigger. PayAI is selected as the facilitator; no credentials or private key are required.
ConfigurationConnect the fulfillment nodes that should run after payment settlement, then choose the response mode and test on Devnet before activating the production webhook.
WorkflowA start-to-finish walkthrough of installation, wallet and amount configuration, response modes, and workflow testing.
Coming soonInspect and download the n8n JSON workflow for releasing a protected automation path after an x402 payment event.
Read the same node information as structured JSON or concise Markdown.
Exposes a GET paywall endpoint and starts the workflow only after PayAI verifies and settles the configured exact USDC payment on Solana.
Node configuration
PayAI is credential-free in v0.1. Configure the public payout wallet and exact payment requirements, then connect the fulfillment path.
Buyer-facing name for the paid service, included in the payment request and settled workflow output.
Solana network on which the exact USDC payment settles.
Public facilitator used to verify and settle the payment. PayAI requires no credential in v0.1.
Exact positive USDC amount, expressed with no more than six decimal places.
Public Solana wallet address that receives the USDC payment.
Return a settlement receipt immediately or wait and return the final workflow output.