§ integrateprotocol console

Gate your protocol in one call.

Issue API keys, query credentials, monitor usage and read the gate-checks your protocol runs in production. Free up to 1,000 queries / month — beyond that, billed in $GITGRIT.

gate-check console

Authenticated query — exactly what your protocol calls from production.

equivalent sdk call
import { GitGrit } from '@gitgrit/sdk';

const grit = new GitGrit({ apiKey: 'grit_live_kk1_84…' });
const result = await grit.integrators.query({
  username: 'vbuterin',
  minLevel: 'Gold',
});

if (!result.passes) revert('Sybil gate');
recent queries
last 12
  • @gaearonrequired GoldDiamondPASS
  • @sindresorhusrequired DiamondDiamondPASS
  • @user1812required GoldBronzeFAIL
  • @transmissions11required SilverGoldPASS
  • @shadcnrequired GoldGoldPASS