> For the complete documentation index, see [llms.txt](https://docs.aeternity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeternity.com/aeternity-developer-tools/protocol/core-protocol-components/smart-contracts/contract-transactions.md).

# Contract Transactions

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Contract Transactions Documentation</td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/4QScXyOTq5m5AlEwhKrF">/spaces/yxhRUAwn7tH8JUboTur7/pages/4QScXyOTq5m5AlEwhKrF</a></td><td><a href="/files/Mn0raWPCGdVF9LgIRfVj">/files/Mn0raWPCGdVF9LgIRfVj</a></td></tr></tbody></table>

Contract transactions on æternity enable the creation, execution, and management of smart contracts on the blockchain. These transactions handle everything from deploying new contracts to calling their functions, managing gas costs, and handling contract-related account operations. \
\
The contract transactions provides detailed specifications of the four main transaction types (Create, Attach, Call, and Disable), explaining how transactions are processed, how gas costs are calculated and charged, and how contract addresses are generated. It also covers important security measures like pre-execution fee deduction and includes specific details about transaction requirements, signing, and state management.​​​​​​​​​​​​​​​​


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.aeternity.com/aeternity-developer-tools/protocol/core-protocol-components/smart-contracts/contract-transactions.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.
