# Which was the wallet address used to create the Aragon Govern DAO?

The wallet address that has created the Aragon Govern can be read directly on the blockchain using the *DAO Govern Executor Address* (you can find it in the *Settings* of your Aragon Govern DAO):

* Go into your Govern DAO: *Settings - DAO Govern Executor Address - copy the address.*

If your DAO is on Rinkeby go [here](https://rinkeby.etherscan.io/) and paste the copied address in the search bar.

If you DAO is on Ethereum go [here](https://etherscan.io/) and paste the copied address in the search bar.

Go to the *transactions* section list on the Etherscan page. Here you go to the first and oldest transaction, click on the *txn hash*. A new page (named *Transaction Details*) will be opened - the *from* address is the address of your wallet address.


---

# 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://legacy-docs.aragon.org/faq/products/aragon-govern/which-was-the-wallet-address-used-to-create-the-aragon-govern-dao.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.
