Policy
Define the onchain conditions that grant access.
ONCHAIN ACCESS INFRASTRUCTURE
Define a policy, verify a wallet, and return deterministic entitlements through one API.
Define the onchain conditions that grant access.
Read wallet and token state through chain adapters.
Return permissions your application can use immediately.
DEVELOPER FIRST
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