GateKit

PRIVATE BETA · PRE-RELEASE BRANDING

Replace custom token-gating code with one authorization API.

GateKit turns wallet and token state into deterministic application permissions. We are inviting a small group of developers to test real integrations before public release.

01

Best for developers already building wallet-aware products

The beta is aimed at Next.js, Node.js, SaaS, community, dashboard and API developers who need access rules based on wallet allowlists, ERC-20 balances, ERC-721 ownership or ERC-1155 balances.

Base and Ethereum are supported first. GateKit reads chain state only; it does not custody wallets, request private keys, trade, issue tokens or deploy contracts.

02

One real integration is more useful than ten Playground clicks

First prove an allowed and denied wallet in the Console. Then call the same policy from a trusted server route or backend using the REST API or the private-beta server SDK build.

We care most about the time from signup to first useful verification, how much custom code GateKit removes, and whether the allowed/denied/error model is easy to integrate correctly.

03

Send friction, not secrets

Useful feedback includes the framework you use, the access rule you wanted, where setup felt unclear, whether you completed a server integration, and what would make you keep GateKit instead of maintaining the same authorization logic yourself.

Never send GateKit API keys, wallet private keys, seed phrases or other credentials in feedback.

Submit integration feedback
04

Authorization failures fail closed

A conclusive policy denial returns status: "denied". If chain verification cannot produce a trustworthy result, GateKit returns status: "error" with HTTP 503 instead of silently granting access.

Project API keys are server-side credentials. Do not put them in browser JavaScript or NEXT_PUBLIC_* environment variables.

05

Target: first verification in under three minutes

Start with Wallet Allowlist so no RPC knowledge is required. After that, test a Base or Ethereum token rule and then integrate the policy into real server code.