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

# createEvmEoaAccount

```ts theme={null}
function createEvmEoaAccount(options?: CreateEvmEoaAccountOptions): Promise<`0x${string}`>;
```

Creates an EVM EOA (Externally Owned Account) for the current user.
Multiple EVM EOA accounts can be created per user.

## Parameters

| Parameter  | Type                                                                                                                  | Description                                |
| ---------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| `options?` | [`CreateEvmEoaAccountOptions`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Type-Aliases/CreateEvmEoaAccountOptions) | Optional options for creating the account. |

## Returns

`Promise`\<`` `0x${string}` ``>

The address of the newly created EVM EOA account.

## Throws

Error if the user is not signed in.
