> For the complete documentation index, see [llms.txt](https://docs.aeternity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeternity.com/developer-documentation/aeternity/docs/release-notes/next-ceres/gh-4080-wildcard_aens_delegation_signature.md).

# GH-4080-wildcard\_aens\_delegation\_signature

* Add generic/wildcard AENS delegation signatures. I.e. instead of delegating\
  authority for a contract to operate with a specific name (name hash), by\
  signing just the string `AENS` (+ network id, public key and contract address\
  as usual) you can delegate the authority for a contract to handle all your\
  names with one signature. See [Issue\
  \#4080](https://github.com/aeternity/aeternity/issues/4080) for details.

  BEWARE: This gives the contract authority to handle all current *and future*\
  names on your behalf, so it should be used with extreme care and only for\
  well-known (and well understood!!) contracts.


---

# 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://docs.aeternity.com/developer-documentation/aeternity/docs/release-notes/next-ceres/gh-4080-wildcard_aens_delegation_signature.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.
