# Recipes

> Step-by-step guides for common Smart Wallet features and integrations.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

Learn how to implement common smart wallet features and integrations in your app.

## Popular

<CardGroup cols={2}>
  <Card
    title="Send USDC (or other ERC-20s)"
    href="/docs/wallets/recipes/send-usdc"
    icon="money-bill-wave"
  >
    Learn how to format your transaction payload to send tokens.
  </Card>
  <Card
    title="Onramp Funds to Embedded Wallet APIs with Coinbase"
    href="/docs/wallets/recipes/onramp-funds"
    icon="credit-card"
  >
    Learn how to onramp funds to embedded smart wallets with Coinbase.
  </Card>
  <Card
    title="Send Hyperliquid Transactions"
    href="/docs/wallets/recipes/hyperliquid-wallets"
    icon="bolt"
  >
    Learn how to send transactions on Hyperliquid using Wallet APIs
    authentication.
  </Card>
</CardGroup>

## Coming soon

<CardGroup cols={2}>
  <Card title="Setup multi-owner wallets" icon="users">
    Learn how to create and manage wallets with multiple owners.
  </Card>
  <Card title="Grant AI agent allowances" icon="robot">
    Set up spending limits and permissions for AI agents to transact on behalf
    of users.
  </Card>
  <Card title="Using smart wallets with Wagmi" icon="link">
    Integrate smart wallets into existing Wagmi-based applications.
  </Card>
  <Card title="Bridging across chains in your app" icon="bridge">
    Enable users to move assets between different blockchains seamlessly.
  </Card>
  <Card
    title="Add smart wallets to non-Alchemy embedded wallets using 7702"
    icon="wallet"
  >
    Upgrade existing EOA wallets to smart contract functionality with EIP-7702.
  </Card>
</CardGroup>

> Don't see what you're looking for? [Open an issue](https://github.com/alchemyplatform/aa-sdk/issues) or [email us](mailto:wallets@alchemy.com)!