# Recipes

## Overview

Explore comprehensive recipes that demonstrate how to integrate Openfort's embedded wallet infrastructure with popular DeFi protocols and blockchain applications. Each recipe includes complete source code, setup instructions, and implementation details.

:::tip
Jump straight to code in our [GitHub](https://github.com/openfort-xyz/recipes-hub).
:::

## Available recipes

<HoverCardLayout>
  <HoverCardLink title="USDC Transfer" subtitle="React Native Mobile App" description="Token transfers with dual wallets on Ethereum Sepolia testnet." href="/recipes/usdc" icon={Waves} color="#FC3627" />

  <HoverCardLink title="Yield on Aave" subtitle="Full-Stack DeFi Application" description="Lending and borrowing with Aave protocol integration." href="/recipes/aave" icon={TrendingUp} color="#6B5BFF" />

  <HoverCardLink title="Yield on Morpho" subtitle="Optimized Yield Generation" description="Morpho Blue USDC vault interactions on Base network." href="/recipes/morpho" icon={PiggyBank} color="#1E90FF" />

  <HoverCardLink title="Trade on Hyperliquid" subtitle="Perpetuals, Agents & HyperEVM" description="Backend wallets, agent delegation, trading policies, and HyperEVM integration." href="/recipes/hyperliquid" icon={BarChart3} color="#FAD323" />

  <HoverCardLink title="Integrate EIP-7702" subtitle="Upgrade to Smart Accounts" description="Upgrade your wallet to a smart account and send gasless transactions." href="/recipes/7702" icon={Shield} color="#9333EA" />

  <HoverCardLink title="Swap on LI.FI" subtitle="Cross-chain bridge and swap" description="Multi-chain swaps with LiFi's routing engine across 6+ networks." href="/recipes/lifi" icon={ArrowRightLeft} color="#00D4AA" />

  <HoverCardLink title="x402 Payments" subtitle="HTTP-Based Micropayments" description="API monetization with Coinbase x402 payment protocol." href="/recipes/x402" icon={CreditCard} color="#0052FF" />

  <HoverCardLink title="Pay with WalletConnect Pay" subtitle="Stablecoin Checkout" description="Pay WalletConnect Pay links with an embedded wallet — passkey recovery, no backend." href="/recipes/walletconnect-pay" icon={QrCode} color="#3B99FC" />

  <HoverCardLink title="MPP on Tempo" subtitle="Autonomous Agent Payments" description="An AI agent pays for HTTP services in PathUSD on Tempo via MPP." href="/recipes/mpp" icon={Bot} color="#FC3627" />

  <HoverCardLink title="Wallet Permissions" subtitle="Delegated Agent Execution" description="Non-custodial DCA with time-limited agent permissions on Base." href="/recipes/agent-permissions" icon={KeyRound} color="#E67E22" />

  <HoverCardLink title="Solana Wallet" subtitle="Solana" description="Create a wallet on the Solana network." href="/recipes/solana" icon={Wallet} color="#41a93bff" />
</HoverCardLayout>

## Use your own authentication

Complete quickstart templates integrating third-party authentication providers with Openfort embedded wallets.

<HoverCardLayout>
  <HoverCardLink title="Firebase" subtitle="Quickstart with Firebase" description="Firebase Authentication integration with Openfort embedded wallets" href="https://github.com/openfort-xyz/openfort-react/tree/main/examples/quickstarts/firebase" icon={Flame} color="#FFA611" external />

  <HoverCardLink title="Supabase" subtitle="Quickstart with Supabase" description="Supabase authentication with Openfort embedded wallets" href="https://github.com/openfort-xyz/openfort-react/tree/main/examples/quickstarts/supabase" icon={Zap} color="#3ECF8E" external />

  <HoverCardLink title="Better-Auth" subtitle="Quickstart with Better-Auth" description="Better Auth integration with Openfort embedded wallets" href="https://github.com/openfort-xyz/openfort-react/tree/main/examples/quickstarts/betterauth" icon={Lock} color="#000000" external />
</HoverCardLayout>
