Four infrastructure services, independent from each other. Install via npm or talk straight to the REST API — integrate only what you need.
The same contract across every service: you call the API, VKX absorbs the blockchain complexity and returns a simple result.
The npm packages are convenience. Underneath it is REST with JSON — PHP, Python, Go, Ruby, Java, C# or whatever you use.
Secret key on the server only; read key for dashboards and apps. We store only the hash.
Start with small amounts on the real network: fees are percentages, so testing for real costs cents.
No polling loops. VKX notifies your system, with HMAC-SHA256 signature and automatic redelivery.
Nothing here is a homemade protocol: where a market standard exists, that is what we use — it is what makes auditing, switching vendors and integrating with the wider ecosystem possible.
Payment authorisation signed and verified on-chain, with readable structured data.
Gas sponsorship without the user switching wallets — it is their own account that delegates.
Standard tokens on EVM networks and Solana, with no proprietary wrapper.
Webhook signature in the format Stripe and others settled on, with replay protection.