ONCHAIN ACCESS INFRASTRUCTURE

Turn onchain state into application permissions.

Define a policy, verify a wallet, and return deterministic entitlements through one API.

01

Policy

Define the onchain conditions that grant access.

02

Verify

Read wallet and token state through chain adapters.

03

Entitle

Return permissions your application can use immediately.

DEVELOPER FIRST

One verification contract. Multiple access experiences.

GateKit is API and SDK first. Widgets and additional integrations sit on the same deterministic verification engine.

POST /api/v1/verify

{
  "policyId": "pol_vip",
  "wallet": "0x..."
}

→ {
  "allowed": true,
  "entitlements": ["premium"]
}

Private build · Base + Ethereum first · API/SDK first