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

# Recipes Introduction

> Ready-to-use integrations and tutorials to help you build faster with Dynamic

## Welcome to Dynamic Recipes

Discover ready-to-use integrations, tutorials, and guides that help you build powerful web3 applications faster. Each recipe provides step-by-step instructions, code examples, and best practices for integrating Dynamic with popular protocols, frameworks, and services.

Whether you're building stablecoin applications, integrating DeFi protocols, or creating cross-chain experiences, our recipes will help you get started quickly and efficiently.

***

## Stablecoin Accounts

Build global stablecoin applications with enterprise-grade security and speed.

<Columns cols={2}>
  <Card title="Building with Stablecoin Accounts" href="/docs/recipes/stablecoins/quick-start">
    Launch global stablecoin accounts in days, not months. All with enterprise-grade security and the speed your users deserve.
  </Card>

  <Card title="Sending USDC" href="/docs/recipes/stablecoins/sending-usdc">
    Learn how to send USDC between wallets using Dynamic's embedded wallets and transaction simulation.
  </Card>

  <Card title="Buying USDC" href="/docs/recipes/stablecoins/buy-usdc">
    Enable users to buy USDC with fiat currency using integrated on-ramp services.
  </Card>

  <Card title="Receiving USDC" href="/docs/recipes/stablecoins/receive-usdc">
    Create seamless USDC receiving experiences with QR codes and wallet address sharing.
  </Card>

  <Card title="Send USDC to Your Friend - Whether They Have a Wallet or Not (React)" href="/docs/recipes/stablecoins/transfer-usdc-by-identifier">
    Enable users to send USDC to friends using email addresses or phone numbers, even if the recipient doesn't have a wallet yet.
  </Card>

  <Card title="Send USDC to Your Friend (React Native)" href="/docs/recipes/stablecoins/transfer-usdc-by-identifier-react-native">
    React Native: Send USDC to friends by email or phone, with optional wallet pregeneration for recipients.
  </Card>

  <Card title="Virtual Debit Cards Powered by Stablecoins" href="/docs/recipes/stablecoins/stablecoin-card">
    Issue virtual Visa debit cards funded by USDC using Dynamic embedded wallets, account abstraction, and the Rain Card API.
  </Card>
</Columns>

***

## DeFi & Yield

Integrate with leading DeFi protocols to offer yield-earning opportunities to your users.

<Columns cols={2}>
  <Card title="Earn Yield with Aave" href="/docs/recipes/integrations/yield/aave">
    Build a complete Aave V3 integration with supply, borrow, repay, and withdraw functionality using Dynamic's MPC wallets.
  </Card>

  <Card title="Earn Yield with Morpho" href="/docs/recipes/integrations/yield/morpho">
    Integrate Morpho's peer-to-peer lending protocol to offer competitive yields and borrowing rates.
  </Card>
</Columns>

***

## Cross-Chain & Swaps

Enable seamless token swaps and cross-chain transactions.

<Columns cols={2}>
  <Card title="Cross-Chain Swaps with LI.FI" href="/docs/recipes/integrations/swaps/lifi">
    Integrate LI.FI's cross-chain bridge aggregator for seamless multi-chain token swaps with optimal routing.
  </Card>
</Columns>

***

## Gas Sponsorship

Control exactly what your app sponsors gas for.

<Columns cols={2}>
  <Card title="EVM Server-Controlled Sponsorship" href="/docs/recipes/integrations/evm-server-controlled-sponsorship">
    Sign a gas-sponsored EVM transaction on the client, then validate and relay it from your own backend so you decide what gets sponsored, per user and per transaction.
  </Card>
</Columns>

***

## Server Wallets

Build server-side wallet management workflows.

<Columns cols={2}>
  <Card title="Omnibus Sweep" href="/docs/recipes/integrations/omnibus-sweep">
    Create customer wallets, mint USDC gaslessly, and sweep to an omnibus account.
  </Card>
</Columns>

## Particle Network Universal Accounts (EIP-7702)

<Columns cols={2}>
  <Card title="How to use Dynamic with Particle Network's EIP-7702 Universal Account" href="/docs/recipes/integrations/particle/particle-network-universal-accounts">
    Sign EIP-7702 delegations and inline auths with Dynamic WaaS alongside Particle’s Universal Account SDK; includes the ua-dynamic-7702 Next.js demo.
  </Card>
</Columns>

## HTTP 402 Payments

Enable pay-per-request APIs and machine-to-machine payments using the HTTP 402 standard.

<Columns cols={2}>
  <Card title="HTTP 402 overview" href="/docs/recipes/integrations/x402/overview">
    How 402 pay-per-request flows work with Dynamic; choosing x402 versus Tempo MPP.
  </Card>

  <Card title="Using Dynamic with x402" href="/docs/recipes/integrations/x402/implementation">
    x402 protocol, facilitators, and code with embedded wallets, external wallets, or server wallets.
  </Card>

  <Card title="Machine Payments on Tempo" href="/docs/recipes/integrations/tempo-mpp">
    Create a server wallet, fund it via Tempo's testnet faucet, and make MPP payments to 402-protected APIs.
  </Card>
</Columns>

## Social & Identity

Integrate with social platforms and identity verification services.

<Columns cols={2}>
  <Card title="World ID Mini App" href="/docs/recipes/integrations/world-id/world-id-mini-app">
    Build a Telegram mini app that integrates World ID for privacy-preserving identity verification.
  </Card>
</Columns>

***

## Farcaster Integration

Build on Farcaster, the decentralized social protocol.

<Columns cols={3}>
  <Card title="Farcaster Overview" href="/docs/recipes/integrations/farcaster/farcaster-overview">
    Get started with Farcaster integration and understand the decentralized social protocol.
  </Card>

  <Card title="Sign In with Farcaster" href="/docs/recipes/integrations/farcaster/sign-in-with-farcaster">
    Implement Farcaster authentication to let users sign in with their Farcaster accounts.
  </Card>

  <Card title="Farcaster Write Access" href="/docs/recipes/integrations/farcaster/farcaster-write-access">
    Enable users to post and interact with Farcaster content from your application.
  </Card>

  <Card title="Embedded Wallet Frame" href="/docs/recipes/integrations/farcaster/embedded-wallet-frame">
    Create Farcaster frames with embedded wallet functionality for seamless web3 experiences.
  </Card>

  <Card title="Farcaster Mini Apps" href="/docs/recipes/integrations/farcaster/mini-apps">
    Build mini applications that integrate seamlessly with the Farcaster ecosystem.
  </Card>
</Columns>

***

## Telegram Integration

Build Telegram bots and mini apps with Dynamic.

<Columns cols={3}>
  <Card title="Telegram Mini App" href="/docs/recipes/integrations/telegram/telegram-mini-app">
    Create Telegram mini apps with embedded wallet functionality for seamless web3 experiences.
  </Card>

  <Card title="Telegram Auto Wallets" href="/docs/recipes/integrations/telegram/telegram-auto-wallets">
    Automatically create and manage wallets for Telegram users with seamless authentication.
  </Card>

  <Card title="Telegram Server Wallets & Bots" href="/docs/recipes/integrations/telegram/telegram-server-wallets-bots">
    Build Telegram bots with server-side wallet management for advanced web3 functionality.
  </Card>
</Columns>

***

## Framework Integrations

Integrate Dynamic with popular frameworks and development tools.

<Columns cols={3}>
  <Card title="NextAuth Integration" href="/docs/recipes/frameworks/next-auth">
    Integrate Dynamic with NextAuth.js for seamless authentication in Next.js applications.
  </Card>

  <Card title="Web3 DApp Template" href="/docs/recipes/frameworks/web3-dapp">
    Use our Web3 DApp template to quickly bootstrap decentralized applications with Dynamic.
  </Card>

  <Card title="React PWA" href="/docs/recipes/frameworks/react-pwa">
    Build progressive web applications with React and Dynamic for enhanced user experiences.
  </Card>

  <Card title="Anchor Framework" href="/docs/recipes/frameworks/anchor">
    Integrate Dynamic with Anchor framework for Solana development and smart contract interactions.
  </Card>

  <Card title="Safe App Integration" href="/docs/recipes/integrations/safe-app">
    Build Safe apps that integrate with Dynamic for enhanced wallet security and management.
  </Card>
</Columns>

***

## Chains

Integrations with specific blockchains and Layer 2 networks.

<Columns cols={2}>
  <Card title="Onboard Users to Flow" href="/docs/recipes/chains/flow">
    A guide to integrating Dynamic for user authentication, onboarding, and embedded wallets on Flow L1 and Flow EVM.
  </Card>

  <Card title="Onboard Users to Linera" href="/docs/recipes/chains/linera">
    Integrate Dynamic with Linera for user authentication, onboarding, and embedded wallets.
  </Card>
</Columns>

***

## Webhook Guides

Set up webhooks for real-time event handling and integrations.

<Columns cols={3}>
  <Card title="Webhook CRM Integration" href="/docs/recipes/webhooks-crm">
    Integrate Dynamic webhooks with CRM systems for automated user management and tracking.
  </Card>

  <Card title="Serverless Webhooks" href="/docs/recipes/webhooks-serverless">
    Deploy webhook handlers using serverless functions for scalable event processing.
  </Card>

  <Card title="Slack Webhook Integration" href="/docs/recipes/webhooks-slack">
    Send Dynamic events to Slack channels for real-time notifications and team collaboration.
  </Card>

  <Card title="XMTP Webhook Integration" href="/docs/recipes/webhooks-xmtp">
    Integrate Dynamic webhooks with XMTP for decentralized messaging and communication.
  </Card>
</Columns>

***

## Transaction Protection

Secure your users' transactions with advanced protection features.

<Columns cols={2}>
  <Card title="Shield 3 Integration" href="/docs/recipes/integrations/shield-3">
    Protect your users from malicious transactions and scams with Shield 3's advanced security features.
  </Card>
</Columns>

***

## Need Help?

* Join our [Slack community](https://dynamic.xyz/slack) for real-time support
* Check out our [documentation](/docs/overview/introduction/welcome) for comprehensive guides
* Book a call with our team: [Schedule a consultation](https://www.dynamic.xyz/talk-to-us)

## Contributing

Have a great integration idea? We'd love to see your recipes! Share your implementations with the community and help others build faster.

***

**Start building today** and create amazing web3 experiences with Dynamic Recipes! 🚀
