> ## 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: Dev-Controlled

Developer-controlled wallets enable seamless user interactions with the Web3
ecosystem by allowing developers to manage wallet operations on the user's
behalf, such as asset transfers and smart contract actions, while simplifying
blockchain use for end users. For more information, see the **Wallets /
[Account Types](/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/dev-controlled/create-your-first-wallet" title="Wallets: Dev-Controlled">
    <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>
