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

# EvmSmartAccount

```ts theme={null}
type EvmSmartAccount = Prettify<EvmSmartAccountProperties & SmartAccountActions>;
```

Defined in: [accounts/evm/types.ts:175](https://github.com/coinbase/cdp-sdk/blob/59b6f4f714b6e359fb2390fa1df724c8c5419568/typescript/packages/cdp-sdk/src/accounts/evm/types.ts#L175)

Ethereum smart account which supports account abstraction features like user operations, batch transactions, and paymaster.
