# Smart Contracts

### Smart Contracts

Thanks to the native integration of the EVM, smart contracts on IoTeX function similarly to Ethereum. Developers upload reusable code pieces to the EVM's state, known as "smart contracts." These contracts, once invoked by sending a transaction to their address with specific parameters, execute the contract specific code performing some computations given certain conditions are met.&#x20;

<figure><img src="/files/z1rsQN3oerSdVNZlO3Qt" alt=""><figcaption></figcaption></figure>

For instance, transferring IOTX to a designated contract address might result in the assignment of a certain digital asset to the sender. Smart contracts allow Web3 developers to create trusted applications on the IoTeX network, ranging from games to financial tools to decentralized infrastructures and data marketplaces.&#x20;


---

# 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://docs.iotex.io/blockchain/learn-iotex/core-concepts/smart-contracts.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.
