{
  "schema_version": "intent.v1",
  "slug": "gasless-onboarding",
  "title": "need gasless onboarding",
  "audience": "builder",
  "prompt": "I need gasless onboarding",
  "maps_to": [
    "account abstraction",
    "paymasters",
    "embedded wallets",
    "relayers",
    "smart accounts",
    "session keys"
  ],
  "stack": [
    {
      "slug": "privy",
      "role": "wallet_and_identity",
      "reason": "Use Privy for familiar auth and embedded wallet onboarding before the smart-account transaction layer."
    },
    {
      "slug": "biconomy",
      "role": "transactions_and_paymasters",
      "reason": "Use Biconomy as one account-abstraction provider for paymasters, sponsored transactions, and gasless onboarding."
    },
    {
      "slug": "zerodev",
      "role": "transactions_and_paymasters",
      "reason": "Use ZeroDev as a separate account-abstraction provider for Kernel smart accounts, bundlers, paymasters, gas sponsorship, and session-key permissions."
    },
    {
      "slug": "arbitrum-one",
      "role": "settlement_or_execution",
      "reason": "Use a low-cost EVM chain so sponsored and fallback transactions remain affordable."
    }
  ],
  "excluded_candidates": [],
  "risks": [
    "Do not mix provider-specific bundler, paymaster, and SDK assumptions without testing the exact chain and account implementation.",
    "Gas sponsorship requires policies, limits, billing, and fallback behavior; otherwise UserOps can fail when sponsorship is exhausted or unavailable."
  ],
  "next_steps": [
    "Choose one primary account-abstraction provider for the first implementation path.",
    "Configure paymaster policies and fallback-to-native-token behavior before production.",
    "Test the full onboarding flow on the exact target chain, including first transaction, policy failure, and recovery paths."
  ],
  "why": "Privy handles user onboarding, Biconomy and ZeroDev are separate credible account-abstraction providers for sponsored smart-account transactions, and a low-cost EVM chain keeps both sponsored and fallback execution affordable.",
  "verified_at": "2026-06-10"
}