# Deploy a Smart Contract

Exzo Network utilizes the Ethereum Virtual Machine (EVM) in the backend. Smart contracts are written in Solidity and they can function on the Exzo Network as they do on Ethereum.

To deploy a smart contract, you send a Exzo Network transaction containing your bytecode without specifying any recipients.

After the contract is deployed, it will be available to all users of the Exzo Network. Smart contracts have a Fantom address like other accounts.

### Requirements

* Bytecode (compiled code) of your smart contract
* Exzo (XZO) for gas costs
* Deployment script/plugin
* Access to a Exzo Network node, either by running your own node or API access to a node.

### Tools

* Bytecode (compiled code) of your smart contract
* Access to a Exzo Network node, either by running your own node or API access to a node.
* ​[Truffle](https://www.trufflesuite.com/): Development environment, testing framework and asset pipeline for blockchains using the EVM
* ​[Remix](https://remix.ethereum.org/): IDE that’s used to write, compile, debug & deploy Solidity code ll in your browser.
* ​[Solidity](https://solidity.readthedocs.io/): Solidity is an object-oriented, high-level language for implementing smart contracts.
* ​[OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts): OpenZeppelin Contracts helps you minimize risk by using battle-tested libraries of smart contracts for Ethereum and other blockchains.


---

# 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://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/tutorials/solidity-tutorials/deploy-a-smart-contract.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.
