# Costs of creating a Safe


By [Long the ETH](https://paragraph.com/@long-the-eth) · 2022-06-20

---

The final Ethereum transaction fee required to set up a Gnosis Safe depends on a number of parameters:

*   Gas price.
    
*   Number of owners.
    
*   Usage of the ProxyFactory.
    
*   Additional logic set (e.g. FallbackHandler).
    

The following numbers assume that you create a Gnosis Safe via our web interface at [https://gnosis-safe.io/app/](https://gnosis-safe.io/app/):

*   A Gnosis Safe with 2 owners requires about **263k gas**.
    
*   A Gnosis Safe with 3 owners requires about **309k gas**.
    
*   A Gnosis Safe with 4 owners requires about **331k gas**.
    

The following calculates the transaction fee with a number of example gas prices:

([Table data)](https://gist.github.com/tschubotz/951a96c97c6f32e9c4180671ecd18e7f)

An interactive calculator by [@germartinez](https://github.com/germartinez) can be found [here](https://germartinez.github.io/gnosis-safe-calculator/). Another one by [@cryptoneur\_eth](https://twitter.com/cryptoneur_eth) is located [here](https://www.cryptoneur.xyz/gas-fees-calculator).

---

*Originally published on [Long the ETH](https://paragraph.com/@long-the-eth/costs-of-creating-a-safe)*
