n8n-nodes-maxialchain
v1.0.1
Published
n8n community node for MaxialChain — webhook validation, timestamp proof, API health check, x402 readiness. No trading advice.
Maintainers
Readme
n8n-nodes-maxialchain
n8n community node for MaxialChain webhook validation and proof tools.
What it does
- Validate Webhook Payload (free) — structural check, field detection, SHA256 preview
- Create Webhook Proof ($0.05 USDC) — timestamp + sha256 + deduplication proof
- Create Timestamp Proof ($0.02 USDC) — timestamped sha256 of any text
- Hash Payload ($0.01 USDC) — sha256/sha512/md5
- Check API Health ($0.05 USDC) — timestamped HTTP health check
- Verify Signature ($0.05 USDC) — EIP-191 signature recovery
- Check x402 Endpoint ($0.05 USDC) — x402 protocol compliance check
Payment
Paid operations require an X-PAYMENT header (x402 protocol). Use x402-fetch or build the header manually. See: https://publishers-colon-rid-surrey.trycloudflare.com/buyer-help
Network: Base mainnet (eip155:8453) | Token: USDC | No ETH from buyer
Disclaimer
Technical utility tools only. No trading advice. No financial signals. No guarantees.
Install
npm install n8n-nodes-maxialchainConfiguration
- Add credentials: MaxialChain API → Base URL → (your deployment URL or default)
- No API key needed for free operations
- For paid operations, provide X-PAYMENT header
Usage example (free validation)
- Add MaxialChain node after a Webhook trigger
- Operation: Validate Webhook Payload (Free)
- Payload:
={{ JSON.stringify($json) }} - Run workflow — output shows validation result
Links
- Agent guide: BASE_URL/agent-invite
- OpenAPI: BASE_URL/openapi.json
- MCP: BASE_URL/mcp.json
