> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Create smart wallets for your users, businesses, and agents, optimized for any use case

Crossmint offers secure, programmable smart wallet infrastructure through a single API that is configurable for any use case: embedded wallets for end users, high-throughput treasury wallets, or scoped wallets for AI agents, abstracting away all blockchain complexity from you and your users.

The chain-agnostic APIs handle every wallet operation, including creation, transaction execution, gas sponsorship, [onramps](/onramp/overview), [compliance](/stablecoin-orchestration/concepts/regulatory-landscape), and advanced policies, so you can launch in minutes and scale to millions of users and transactions. Crossmint also offers wallet extensions for cards, swapping, bridging, staking, and tokenized stocks, making it easy to plug into the best external tools.

<CardGroup cols={1}>
  <Card title="Why Crossmint Wallets" icon="wallet" horizontal="true" href="/wallets/architecture">
    Learn how Crossmint wallet architecture delivers the best UX, security, and future-proofing for any use case
  </Card>
</CardGroup>

## Where to Start

Select the type of wallet you want to implement: embedded wallets for your end users, treasury wallets to manage your company funds, or wallets for AI agents.

<Icon icon="window" iconType="duotone" color="#36B37E" size={24} className="block" />

<h3 className="mt-4" id="embedded-wallets">Embedded Wallets</h3>

Deploy non-custodial wallets seamlessly embedded within your app.

<CardGroup cols={2}>
  <Card title="Overview" icon="book-open" iconType="duotone" href="/wallets/concepts/embedded-wallets">
    What are embedded wallets
  </Card>

  <Card title="Quickstarts" icon="bolt" iconType="duotone" href="/wallets/quickstarts/react">
    [React](/wallets/quickstarts/react), [React Native](/wallets/quickstarts/react-native), [Flutter](/wallets/quickstarts/flutter), [Swift](/wallets/quickstarts/swift), [Kotlin](/wallets/quickstarts/kotlin)
  </Card>
</CardGroup>

<Icon icon="vault" iconType="duotone" color="#6554C0" size={24} className="block" />

<h3 className="mt-4" id="treasury-wallets">Treasury Wallets</h3>

Secure, programmable wallets to manage and move company funds at scale.

<CardGroup cols={2}>
  <Card title="Overview" icon="book-open" iconType="duotone" href="/wallets/concepts/treasury">
    What are treasury wallets
  </Card>

  <Card title="Setup Guide" icon="plus" iconType="duotone" href="/wallets/guides/treasury-wallets">
    Create and manage a treasury wallet
  </Card>
</CardGroup>

<Icon icon="robot" iconType="duotone" color="#FF991F" size={24} className="block" />

<h3 className="mt-4" id="agent-wallets">Agent Wallets</h3>

Give AI agents their own scoped wallets to transact autonomously within limits you set.

<CardGroup cols={2}>
  <Card title="Overview" icon="book-open" iconType="duotone" href="/agents/stablecoin-wallet-quickstart">
    What are agent wallets
  </Card>

  <Card title="Setup Guide" icon="plus" iconType="duotone" href="/agents/payment-methods/stablecoin-wallets/create-user-wallet">
    Create a wallet for your AI agent
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={3}>
  <Card title="Seamless UX" icon="wand-magic-sparkles" iconType="duotone" color="#36B37E" href="/wallets/architecture#what-this-means-in-practice">
    No passphrases or blockchain gimmicks
  </Card>

  <Card title="Flexible Signers" icon="key" iconType="duotone" color="#6554C0" href="/wallets/concepts/signers">
    Passkeys, TEEs, server keys, HSMs, and more
  </Card>

  <Card title="Account Recovery" icon="rotate-left" iconType="duotone" color="#00B8D9" href="/wallets/concepts/recovery">
    Multiple methods to recover wallets
  </Card>

  <Card title="Gas Sponsorship" icon="gas-pump" iconType="duotone" color="#FF991F" href="/wallets/guides/gas-sponsorship">
    Crossmint pays for gas and bills you in fiat
  </Card>

  <Card title="Multi-Chain" icon="globe" iconType="duotone" color="#36B37E" href="/introduction/supported-chains">
    50+ supported chains via one unified API
  </Card>

  <Card title="Policy Engine" icon="shield-check" iconType="duotone" color="#6554C0" href="/agents/payment-methods/stablecoin-wallets/on-chain-actions">
    Transaction rules enforced onchain
  </Card>

  <Card title="Built-in Onramps" icon="money-bill-transfer" iconType="duotone" color="#00B8D9" href="/onramp/overview">
    Allow users to fund their wallets
  </Card>

  <Card title="Powerful Extensions" icon="puzzle-piece" iconType="duotone" color="#D31D52" href="/wallets/guides/wallet-extensions/overview">
    Cards, swaps, staking, trading, and more
  </Card>

  <Card title="No Vendor Lock-In" icon="lock-open" iconType="duotone" color="#6554C0" href="/wallets/guides/export-private-key">
    Switch providers without migrations
  </Card>
</CardGroup>

## Wallet Guides

<CardGroup cols={2}>
  <Card title="Wallet Actions" icon="wallet" iconType="duotone" color="#36B37E">
    * [Create Wallet](/wallets/guides/create-wallet)
    * [Fund Wallets](/wallets/guides/fund-staging-wallet)
    * [Check Balances](/wallets/guides/check-balances)
    * [Transfer Tokens](/wallets/guides/transfer-tokens)
    * [Sign Message](/wallets/guides/sign-message)
    * [Custom Transactions](/wallets/guides/send-transaction-evm)
  </Card>

  <Card title="Recovery & Signers" icon="key" iconType="duotone" color="#6554C0">
    * [Set Up Signers](/wallets/guides/signers/device-signer)
    * [Manage Signers](/wallets/guides/signers/add-signers)
    * [Wallet Recovery](/wallets/guides/signers/configure-recovery)
  </Card>
</CardGroup>

## Need Assistance?

<a href="https://www.crossmint.com/contact/sales" target="_blank">Contact our sales team</a> for support with your integration.
