# What is Smart Contract Account (SCA)?

A Smart Contract Account (SCA) is the designated recipient in a UserOperation. SCAs are highly programmable accounts capable of storing assets within on-chain smart contracts. Unlike Externally Owned Accounts (EOAs), which are governed by a private key, SCAs operate under complex, customizable verification logic.

The concept of Account Abstraction suggests the adoption of SCAs over EOAs as primary accounts for users seeking the added security and functional benefits. Consequently, individuals opting for these advantages would require their own SCA.

> **Sources**: [Ethereum](https://eips.ethereum.org/EIPS/eip-4337), [ERC4337.io](https://www.erc4337.io/), [Alchemy](https://www.alchemy.com/learn/account-abstraction)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-smart-contract-account-sca.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
