> For the complete documentation index, see [llms.txt](https://timelessx.gitbook.io/timeless-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timelessx.gitbook.io/timeless-x/smart-wallet/account-abstraction-101/what-is-erc-6900.md).

# What is ERC-6900?

ERC-6900 standardizes smart contract accounts and account plugins, which are smart contract interfaces that allow for composable logic within smart contract accounts.

These plugins contain Validation Scheme, Execution Logic and Hook. Execution Logic. **Validation** schemes define the circumstances under which the smart contract account will approve actions taken on its behalf, while **Hooks** allow for pre- and post-**Execution** controls.

<figure><img src="/files/JuE1BsySF2UMSgtC8nYY" alt=""><figcaption><p>ERC6900</p></figcaption></figure>

Plugins enhance the capabilities of smart contract wallets by acting as external smart contracts. Authorized by users, these plugins add extra features while maintaining the integrity of the core smart contract logic.

<figure><img src="/files/aCYAJTgYR9r2eBHaArp3" alt=""><figcaption><p>ERC-6900</p></figcaption></figure>

For a detailed understanding of this proposal, you can access the full document [**here**](https://eips.ethereum.org/EIPS/eip-6900).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-erc-6900.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.
