# ESIPs

- [What are ESIPs?](https://docs.ethscriptions.com/esips/what-are-esips.md)
- [Accepted ESIPs](https://docs.ethscriptions.com/esips/accepted-esips.md)
- [ESIP-1: Smart Contract Ethscription Transfers](https://docs.ethscriptions.com/esips/accepted-esips/esip-1-smart-contract-ethscription-transfers.md): This ESIP is LIVE
- [ESIP-2: Safe Trustless Smart Contract Ethscription Escrow](https://docs.ethscriptions.com/esips/accepted-esips/esip-2-safe-trustless-smart-contract-ethscription-escrow.md)
- [ESIP-3: Smart Contract Ethscription Creations](https://docs.ethscriptions.com/esips/accepted-esips/esip-3-smart-contract-ethscription-creations.md)
- [ESIP-5: Bulk Ethscription Transfers from EOAs](https://docs.ethscriptions.com/esips/accepted-esips/esip-5-bulk-ethscription-transfers-from-eoas.md)
- [ESIP-6: Opt-in Ethscription Non-uniqueness](https://docs.ethscriptions.com/esips/accepted-esips/esip-6-opt-in-ethscription-non-uniqueness.md)
- [ESIP-7: Support Gzipped Calldata in Ethscription Creation](https://docs.ethscriptions.com/esips/accepted-esips/esip-7-support-gzipped-calldata-in-ethscription-creation.md)
- [ESIP-8: Ethscription Attachments aka "BlobScriptions"](https://docs.ethscriptions.com/esips/accepted-esips/esip-8-ethscription-attachments-aka-blobscriptions.md)
- [Draft ESIPs](https://docs.ethscriptions.com/esips/draft-esips.md)


---

# 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.ethscriptions.com/esips.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.
