# DAO creation taking a long time to confirm

If your organization is taking too long to launch, it may be due to an insufficient gas price. Your Ethereum provider (e.g. Metamask) *should* pre-fill the correct gas limit and gas price, but sometimes it will pre-fill the amounts too low. Below are the recommended actions you can take to evaluate whether this is the case:

* Make sure you're paying a reasonable gas price. Check the value on the blockchain scan [here](/products/set-up-metamask/gas-tracker.md). Think of gas as a budget for the miner to process your transaction.
* You may want to increase the gas limit, which will allow more transactions per second to be processed by the blockchain. Learn more about Ethereum gas limits [here](https://legacy.ethgasstation.info/blog/gas-limit).
* If you are using Metamask as your Ethereum provider, read [here](https://metamask.zendesk.com/hc/en-us/articles/360022895972) on how you can adjust the gas price and gas limits for your transactions.


---

# 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-client/dao-creation-taking-a-long-time-to-confirm.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.
