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

# Wallet Creation Overview

> Supported wallet types

The Bitski platform can work with a variety of wallet creation patterns so you
can choose what best supports your use case.

<Card title="Seed Phrase" icon="hand-holding-seedling" color="#4FA936" href="/wallet-as-a-service/wallet-creation-apis/seed-phrases">
  Register a wallet based on a user controlled seed phrase.
</Card>

<Card title="Hardware Wallet" icon="usb-drive" color="#4FA936" href="/wallet-as-a-service/wallet-creation-apis/hardware-wallets">
  Register a wallet based on a user controlled hardware device like a Ledger.
</Card>

<Card title="Hosted Hardware Wallet" icon="server" color="#4FA936" href="/wallet-as-a-service/wallet-creation-apis/hosted-hardware-wallets">
  Use a Bitski hosted key to power your product.
</Card>

<Card title="On-Chain Multi-Sig Wallet" icon="file-lock" color="#4FA936" href="/wallet-as-a-service/wallet-creation-apis/on-chain-multisig-wallets">
  Use a Bitski hosted key as a minority participant in a multi-sig wallet like Gnosis Safe.
</Card>

<Card title="Account Abstraction Wallet" icon="wand-sparkles" color="#4FA936" href="/wallet-as-a-service/wallet-creation-apis/account-abstraction-wallets">
  Create an on-chain ERC-4337 compatible wallet with keys controlled by parties of your choosing.
</Card>
