This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Cryptoniq

Cryptoniq

Accept Bitcoin and Ethereum payments on your WooCommerce store. Direct-to-wallet, no third-party signup, no withdrawal fees.

70+ active installs
4.6
(7 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Cryptoniq running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
24 days ago
At least 0.8 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

70+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Cryptoniq is looked after — not on how many stores run it.

95

out of 100
Well maintainedSome ratings or support history.

Maintenance
35 / 35
Updated 24 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 1 support thread(s) — not enough to judge.
Merchant satisfaction
11 / 15
4.6/5 across 7 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-02 from the WordPress.org plugin registry.
Ratings

4.6

7 ratings
5★6
4★0
3★0
2★1
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Cryptoniq is a free, decentralized cryptocurrency payment gateway for WooCommerce. Buyers pay you directly in Bitcoin (BTC) or Ethereum (ETH) — the funds land in your wallet, not on a third-party platform that holds them, takes a cut, and makes you withdraw.

No accounts. No KYC. No custodian. Just paste your wallet address and start accepting crypto.

Why Cryptoniq?

Most “crypto gateways” are actually middlemen: you sign up on their platform, they hold your funds, charge a percentage, and you wait to withdraw. Cryptoniq flips that. Payments go peer-to-peer, on-chain, straight from the buyer’s wallet to yours.

  • You keep 100% of your sales — zero platform fees on top of network gas.
  • No registration required — install, paste your wallet, done.
  • Direct on-chain payments — funds arrive in your wallet within minutes.
  • Real-time price conversion — order totals are quoted in your store currency and converted to crypto at the live rate.

Features

  • WooCommerce checkout integration — adds Cryptoniq as a payment method like any other gateway.
  • Clean, mobile-friendly payment box with a QR code and one-click address copy.
  • Automatic order confirmation when the on-chain transaction is detected.
  • Live BTC and ETH exchange rates for EUR and USD (this free version supports those two store currencies — see PRO for 150+ currencies).
  • Multiple wallet addresses per coin — Cryptoniq rotates through them per order.
  • HPOS (High-Performance Order Storage) compatible.

Supported coins

  • Bitcoin (BTC)
  • Ethereum (ETH)

Want more coins, stablecoins, or instant detection?

A separate paid plugin, Cryptoniq PRO, is sold at cryptoniq.io. It is not included in or downloaded by this free plugin — it’s a separate plugin you install alongside this one. PRO adds:

  • Litecoin, Dogecoin, TRON, Solana, BNB Smart Chain
  • ETH on Arbitrum One and Optimism
  • USDT and USDC stablecoins on multiple chains
  • Real-time webhook detection (no waiting on polling)
  • 150+ fiat currencies for conversion
  • Priority support

This free version does not contain any PRO code or features — it’s fully functional standalone, and there is no license key field anywhere in this plugin.

External services

This plugin relies on three external services to do its job. They are all free, public, and require no account or API key (the bundled Etherscan key is a shared default that you can override). No personal data is ever sent — not the buyer’s name, IP, email, order details, or anything else. Only public blockchain addresses you have already chosen to share, and the public identifiers of the coins/currencies whose prices the plugin needs to quote.

1. api.coingecko.com — exchange rates

  • What it is: CoinGecko’s free public price API.
  • What it’s used for: Converting your store’s order totals from fiat (USD, EUR, GBP, …) into the equivalent amount of BTC or ETH the customer needs to send at checkout.
  • What data is sent: Only the public coin identifiers (bitcoin, ethereum) and the target currencies (usd, eur) the plugin needs prices for. The request URL looks like https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd,eur. No personal data, no order data, no site identifiers.
  • When it’s sent: Once every 30 minutes via WordPress cron (background), and on plugin activation if no cached prices exist yet. Never on a customer-facing page load.
  • Terms of Service: https://www.coingecko.com/en/terms
  • Privacy Policy: https://www.coingecko.com/en/privacy

2. blockchain.info — BTC transaction lookups

  • What it is: Blockchain.com’s public Bitcoin blockchain explorer.
  • What it’s used for: Checking whether the customer’s expected BTC payment has arrived at the wallet address you configured. The plugin asks blockchain.info for the list of unspent outputs at that address and looks for one matching the order’s expected amount.
  • What data is sent: Only the merchant’s BTC wallet address — the same address the buyer is asked to send funds to (already public, both on your checkout page and on-chain). The request URL looks like https://blockchain.info/unspent?active=YOUR_BTC_ADDRESS. No buyer data, no order ID, no site identifiers.
  • When it’s sent: Only while a customer is actively on the Cryptoniq payment page for an unpaid BTC order — polled via AJAX every few seconds until payment is detected or the 3-hour payment window expires. Never otherwise.
  • Terms of Service: https://www.blockchain.com/legal/terms
  • Privacy Policy: https://www.blockchain.com/legal/privacy

3. api.etherscan.io — ETH transaction lookups

  • What it is: Etherscan’s public Ethereum blockchain explorer API.
  • What it’s used for: Same purpose as blockchain.info but for ETH — checking whether the customer’s expected ETH payment has arrived at the merchant’s wallet address.
  • What data is sent: Only the merchant’s ETH wallet address and an Etherscan API key (the plugin ships with a free shared-tier key; you can replace it via the apikey_eth option). The request URL looks like https://api.etherscan.io/api?module=account&action=txlist&address=YOUR_ETH_ADDRESS&apikey=.... No buyer data, no order ID, no site identifiers.
  • When it’s sent: Only while a customer is actively on the Cryptoniq payment page for an unpaid ETH order — same AJAX polling schedule as blockchain.info above. Never otherwise.
  • Terms of Service: https://etherscan.io/terms
  • Privacy Policy: https://etherscan.io/privacypolicy

The plugin never connects to api.cryptoniq.io or any other server controlled by the plugin author — all blockchain and price data comes from the three independent public services listed above.

Third-Party Libraries

This plugin ships with the following third-party JavaScript libraries. The minified files in assets/js/cryptoniq.libs.js are publicly maintained open-source projects — full unminified source is available at each project’s repository:

  • clipboard.js v1.7.1 — copy-to-clipboard helper for the payment box. Source: https://github.com/zenorocha/clipboard.js (MIT license)

Do I need a Cryptoniq account?

No. Cryptoniq is fully decentralized. You don’t sign up anywhere. You don’t give us your wallet’s private keys. The plugin just generates a payment box pointing at the receive address you paste in, and the customer’s wallet does the rest.

Where do the funds go?

Straight to the wallet address you saved in the plugin settings. We never see, touch, or hold your money. Cryptoniq has no custody and no withdrawal flow because there’s nothing to withdraw — you already have it.

Are there any fees?

No platform fees from us. The buyer pays network gas (standard for any on-chain transaction). That’s the only cost involved.

Which currencies can I price my products in?

EUR or USD. If your WooCommerce store uses one of those two currencies, Cryptoniq appears as a payment option at checkout and the BTC/ETH amount is calculated against the live rate. For any other currency (GBP, JPY, AUD, …) the gateway is hidden — see Cryptoniq PRO for 150+ fiat currency support.

Does it work with WooCommerce HPOS (High-Performance Order Storage)?

Yes. All order meta is stored HPOS-compatibly.

Does it support coins other than BTC and ETH?

The free version supports BTC and ETH. For LTC, DOGE, TRX, SOL, BNB, ARB, OP, and USDT/USDC stablecoins, see Cryptoniq PRO — a separate paid plugin.

How is a payment confirmed?

The plugin polls the blockchain (blockchain.info for BTC, etherscan.io for ETH) every few seconds while the buyer is on the payment page. Once a matching transaction is detected, the order is marked Processing in WooCommerce automatically.

Can I use multiple receive addresses for one coin?

Yes. Add up to 10 addresses combined across BTC and ETH. Cryptoniq rotates through them per order so the same address isn’t reused for every customer.

Is my data sent anywhere?

The plugin calls three public APIs: CoinGecko for price data, blockchain.info for BTC lookups, and Etherscan for ETH lookups. No personal data, no order data, no wallet keys leave your site. Wallet addresses you enter are stored locally in your WordPress database.

Can I use my own Etherscan API key?

Yes — set a personal Etherscan key via the apikey_eth option to avoid the shared-key rate limit.

Categories
Crypto paymentsPayment gateways
Plugin details
Version2.0.2
Last updated2026-07-09 9:20pm GMT
Added2018-09-10
Requires WordPress5.0
Tested up to7.0.2
Requires PHP7.4

Tags on WordPress.org
bitcoin
cryptocurrency
ethereum
payment gateway
woocommerce
Alternatives
Other plugins in the same categories.
Direct Payments for WooCommerce – Bank Transfer, Mobile Money, Crypto and Peer-to-Peer (P2P) Payments
800+ installs
5.0(10)
RiskPay Gateway: USDC Payouts for WooCommerce
700+ installs
5.0(4)
Cryptocurrency Payment Gateway
400+ installs
4.6(10)
MyCryptoCheckout – Bitcoin, Ethereum, and 100+ altcoins for WooCommerce
8K+ installs
4.3(49)
Cryptocurrency Payment Gateway for WordPress & WooCommerce by CryptoPay
100+ installs
4.3(6)
Coinbase Business Gateway for WooCommerce
800+ installs
4.2(26)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy