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

# Create web3 Account

> Creates a web3 account for your user. You can learn more about web3 accounts in [Accounts & Profiles](../../../functions/accounts-and-profiles) in the key concepts section.

<Note>
  While OPENFORMAT is currently in beta and on testnet, proper private
  key management is not a major concern. However, when moving to
  mainnet, you will need to consider secure key management solutions,
  such as [Privy](https://privy.io), to ensure the security of your
  users' accounts.
</Note>

<video autoPlay muted controls loop playsInline className="w-full" src="https://mintcdn.com/openformat/vGurOUJG2onkcsD3/assets/nodes/create-web3-account.mp4?fit=max&auto=format&n=vGurOUJG2onkcsD3&q=85&s=0b245ca89015fa30daf5880cfa17045b" data-path="assets/nodes/create-web3-account.mp4" />

## Node Outputs

| Key              | Description                                           |
| ---------------- | ----------------------------------------------------- |
| `privateKey`     | The private key of the newly created web3 account.    |
| `accountAddress` | The public address of the newly created web3 account. |
