> ## 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:204](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/accounts/evm/types.ts#L204)

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