> ## Documentation Index
> Fetch the complete documentation index at: https://circle-devdocs-test-ai-codegen-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallets: Modular

Modular wallets are flexible smart accounts that help you customize the business
logic of your application through Modules. For more information, see
[Modular Smart Contract Accounts (MSCA)](/wallets/account-types#modular-smart-contract-accounts-msca)
in the **Wallets / Account Types** page.

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-4 xl:gap-8 pt-4">
  <Card href="/wallets/modular/create-a-wallet-and-send-gasless-txn" title="Wallets: Modular">
    <div className="inline-flex items-center space-x-2 rounded-sm py-2 pr-1 text-blue-400 font-circular-bold hover:bg-blue-50">
      <div>Get started</div>

      <Icon icon="arrow-right" />
    </div>
  </Card>
</div>
