# More Readings

* [erc4337.io](https://www.erc4337.io/)
* [Account abstraction panel discussion from Devcon Bogota](https://www.youtube.com/watch?app=desktop\&v=WsZBymiyT-8)
* ["Why account abstraction is a game changer for dapps" from Devcon Bogota](https://www.youtube.com/watch?v=OwppworJGzs)
* ["Account abstraction ELI5" from Devcon Bogota](https://www.youtube.com/watch?v=QuYZWJj65AY)
* [Vitalik's "Road to Account Abstraction" notes](https://notes.ethereum.org/@vbuterin/account_abstraction_roadmap#Transaction-inclusion-lists)
* [Vitalik's blog post on social recovery wallets](https://vitalik.ca/general/2021/01/11/recovery.html)
* [EIP-2938 notes](https://hackmd.io/@SamWilsn/ryhxoGp4D#What-is-EIP-2938)
* [EIP-2938 documentation](https://eips.ethereum.org/EIPS/eip-2938)
* [EIP-4337 notes](https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-protocol-changes-d75c9d94dc4a)
* [EIP-4337 documentation](https://eips.ethereum.org/EIPS/eip-4337)
* [EIP-2771 documentation](https://eips.ethereum.org/EIPS/eip-2771)
* ["Basics of Account Abstraction" -- What is Account Abstraction Part1 ](https://www.alchemy.com/blog/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://docs.epochprotocol.xyz/account-abstraction/more-readings.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.
