WooCommerce powers millions of online stores. If you want to sell exclusive products to token holders, or offer wallet-verified discounts that cannot be shared like coupon codes, SkyeWoo is a WooCommerce plugin by Skye Meta that handles everything: multi-wallet connection, on-chain verification via InsumerAPI, product gating, and automatic discounts at checkout.

What SkyeWoo Does

SkyeWoo adds a token gating tab to the WooCommerce product editor. For each product, you define up to 10 conditions: which tokens, which chains, what thresholds. Visitors who do not meet the conditions cannot see or purchase the product.

When a customer connects their wallet, the plugin connects MetaMask, Phantom, and Coinbase Wallet simultaneously. It verifies holdings across 31 chains (30 EVM + Solana) via InsumerAPI (POST /v1/attest). If any connected wallet meets the conditions, the product becomes visible and purchasable. If you have configured a discount, it applies automatically at checkout.

There are no Web3 libraries in your frontend. No RPC node management. No wallet connection code to write or maintain. SkyeWoo handles all of it. Every verification decision is backed by an ECDSA-signed attestation from InsumerAPI. Pass or fail, nothing more. Wallet balances are never exposed.

Product Gating vs. Content Gating

If you have used SkyeGate, you already know content gating: restrict who can read a page or post. SkyeWoo is the commerce counterpart. It restricts who can buy.

Both are built on the same InsumerAPI primitive. Same 31 chains, same multi-wallet support, same server-side verification.

Wallet-Verified Discounts

Coupon codes leak. Someone posts your 20% code on Reddit and suddenly everyone has it. SkyeWoo replaces coupon codes with wallet-verified discounts.

You configure a percentage or fixed discount per product. When a verified wallet holder adds the product to their cart, the discount applies automatically. There is no code to share. The discount is tied to wallet verification, not a string anyone can copy.

This is how token-gated commerce should work: the discount is earned by holding the token, not by knowing a code. Under the hood, SkyeWoo calls InsumerAPI (POST /v1/attest) and receives an ECDSA-signed attestation confirming the customer's holdings. The discount is tied to that cryptographic proof, not a string.

Hide from Shop

Some products should not be visible to anyone except verified holders. SkyeWoo can hide gated products from your shop catalog entirely. They do not appear in search results, category pages, or product listings. Only after wallet verification does the product become visible and purchasable.

This is server-side enforcement. The product is not hidden with CSS or JavaScript. It is not in the page source, the DOM, or network traffic until the gate opens. The verification itself is real: InsumerAPI reads on-chain state directly and returns cryptographically signed results. Every decision is backed by an ECDSA-signed attestation, not a client-side approximation.

How It Works

  1. Customer visits your store. Gated products are either hidden from the catalog or displayed without an Add to Cart button, depending on your settings.
  2. Customer clicks "Connect Wallet." SkyeWoo connects all available wallets simultaneously: MetaMask, Phantom, and Coinbase Wallet.
  3. Plugin verifies holdings via InsumerAPI (POST /v1/attest) across 31 chains. Boolean result: pass or fail.
  4. If verified, the gate opens. Hidden products appear. The Add to Cart button becomes active. Configured discounts apply automatically at checkout.

Use Cases

Getting Started

Step 1: Subscribe. Visit skyemeta.com/skyewoo and choose a plan ($49/mo or $350/yr). You will receive a license key and download link by email.

Step 2: Install and activate. Upload the plugin to your WordPress site and enter your license key. One license per domain.

Step 3: Configure products. Open any WooCommerce product in the editor. Click the SkyeWoo tab. Add up to 10 conditions: chain, token type, contract address, and threshold. Optionally set a discount percentage or fixed amount. Optionally enable "Hide from shop."

Step 4: Publish. That is it. No npm install, no webpack, no ethers.js. Your WooCommerce store now has real token-gated products and wallet-verified discounts.

Built on InsumerAPI

SkyeWoo is built entirely on InsumerAPI, the same verification primitive available to any developer. Every product gate calls POST /v1/attest with the merchant's conditions and receives an ECDSA-signed boolean result. The plugin is a no-code wrapper around that single API call.

If you are building your own commerce platform, marketplace, or token-gated application, you can use the same endpoint directly. SkyeWoo is one example of what you can build. The API reference and a free API key are all you need to start.

Start gating products today

SkyeWoo plans start at $49/mo. Subscribe, install the plugin, configure your products. Your WooCommerce store gets real token gating and wallet-verified discounts in minutes.

Get SkyeWoo