# Estimate Deployment Costs (ETH)

Clicking this button will give you an insight into what it costs at the moment to deploy a contract on ETH. Why only ETH? because the gas gees on eth are constantly fluctiating and are never consistent. So instead of filling out all the contract configurations and then getting the deployment fees afterwards, this will allow you to skip the whole process and find out what it will cost prior.

<figure><img src="https://367909283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQlFUppcaUDVIHk1ROcM%2Fuploads%2FznHz4W6Lrvaidbo80KTo%2FScreen%20Shot%202023-09-05%20at%203.27.29%20PM.png?alt=media&#x26;token=48877153-cf0b-456b-9e44-120edd855ce4" alt=""><figcaption></figcaption></figure>

Keep in mind: the deployment fees of a Standard CA will always be greater, due to the size of the bytecode for the Standard CA.


---

# 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://contrax-1.gitbook.io/contrax-deploy-bot/estimate-deployment-costs-eth.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.
