> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moca.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipes

> Task-oriented AIR Kit recipes — focused, copy-paste guides for KYC issuance, loyalty credentials, custom auth, wagmi, and verification flows.

Recipes are focused, task-oriented guides that show you how to accomplish specific goals with AIR Kit. Unlike the [Integration Guides](/airkit/guides/overview) (organized by industry vertical), recipes answer the question "How do I do X?"

<CardGroup cols={2}>
  <Card title="Issue a KYC credential on a backend event" icon="webhook" href="/recipes/kyc-credential-on-event">
    Wire a KYC-complete webhook to Issue on Behalf so credentials appear in user accounts automatically.
  </Card>

  <Card title="End-to-end loyalty credential flow" icon="gift" href="/recipes/loyalty-points-issuance">
    Issue tiered loyalty credentials from your backend when users hit spend or activity thresholds.
  </Card>

  <Card title="Verify a credential in your app" icon="circle-check" href="/recipes/verify-credential-in-app">
    Prompt a user to present a credential and gate features based on the ZK verification result.
  </Card>

  <Card title="Integrate AIR Kit with wagmi" icon="ethereum" href="/recipes/wagmi-integration">
    Use the AIR Kit wagmi connector to access smart accounts and sign transactions with React Hooks.
  </Card>

  <Card title="Bring your own auth" icon="key" href="/recipes/custom-auth-integration">
    Skip the AIR Kit login dialog and use your existing authentication system with Partner JWT.
  </Card>
</CardGroup>
