Verify what a wallet holds. Then decide what happens next.

Wallet Verification for WordPress

Verify what a wallet holds across 31 blockchains. Then unlock content, products, or discounts — automatically. Two WordPress plugins. No Web3 code.

What Your Visitors See

SkyeGate gate prompt with token requirements

Locked — Content stays on the server. Visitors see requirements and connect their wallet.

Content unlocked after wallet verification

Unlocked — Wallet passes. The gate disappears and content is delivered from the server.

One verification engine. Three products. Every use case — content, commerce, and autonomous agents — powered by InsumerAPI.

WordPress Plugins

Two plugins. Same wallet verification engine. $49/mo each.

SkyeGate

SkyeGate — Verify Before Showing Content

Only show pages, downloads, or articles to wallets that meet your rules. NFT holders, token holders, DAO members — verified on-chain.

Learn More
SkyeWoo

SkyeWoo — Verify Before Purchases & Discounts

Show products, apply discounts, or unlock merch based on what a customer's wallet holds. Wallet-verified loyalty — no coupon codes.

Learn More
AgentTalk

AgentTalk — Wallet Verification for AI Agents

Both agents verify wallet conditions before exchanging data. Wallet-qualified sessions, ECDSA signed, USDC native.

Explore AgentTalk
InsumerAPI

InsumerAPI — The Verification Engine

Call InsumerAPI directly from your backend, middleware, or agent. The same engine that powers SkyeGate, SkyeWoo, and AgentTalk.

View API Docs

How It Works

For WordPress

1

Install SkyeGate

Upload the plugin, activate your license key. No API keys, no Web3 code, no WalletConnect setup.

2

Wrap Content in a Shortcode

Set the token, chain, and threshold. Add up to 10 conditions per gate across multiple chains and wallet types.

3

Visitors Connect and Verify

All detected wallets connect with one click. Gated content stays on the server — not in the page source until a verified wallet requests it.

Composable Wallet Policies

Most token gates check one thing: does this wallet hold an NFT? SkyeGate evaluates composable policies — multiple conditions across balances, NFT ownership, and trust profiles — all in a single gate.

  • Up to 10 composable rules: balance AND NFT AND trust profile
  • Multi-wallet: MetaMask, Phantom (Solana), Coinbase — all at once
  • Content stored server-side — delivered only after verification
  • 31 blockchains — 30 EVM + Solana

For WordPress

// Multi-condition gate across chains
[skyegate contract="native" chain="ethereum"
  threshold="0.1" decimals="18"
  contract_2="native" chain_2="solana"
  threshold_2="1" decimals_2="9"]
  Content for holders of both ETH and SOL.
[/skyegate]

For Developers

POST /v1/attest
{
  "wallet": "0xd8dA6BF2...",
  "solanaWallet": "7paUqD8q...",
  "conditions": [
    { "contractAddress": "native", "chainId": 1,
      "threshold": 0.1 },
    { "contractAddress": "native", "chainId": "solana",
      "threshold": 1 }
  ]
}
// → { "ok": true, "data": { "attestation":
//     { "pass": true }, "jwt": "eyJ..." } }
WordPress One-Click Plugin
31 Blockchains
10 Conditions Per Gate
ECDSA Signed Every Response

Wallet Verification for WordPress

Verify what a wallet holds. Then decide what happens next. $49/mo per plugin.