# Smart contracts

Smart contract - computer program/application running on a blockchain. Each smart contract contains a specific set of functions and rules that are set by the code and executed on the nodes of the network.

The use of smart contracts allows you to optimize business processes and eliminate the problem of distrust between counterparties.

In CryptoDo, you can create many types of smart contracts for different business tasks. Here are the most popular ones:

<table data-card-size="large" data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/vjrdNa8IbnG8ivWGYRF8">/pages/vjrdNa8IbnG8ivWGYRF8</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/yuRFsHD8bhhYNOOoO7Ix">/pages/yuRFsHD8bhhYNOOoO7Ix</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/YFfwbewliQfSvG6X1PLQ">/pages/YFfwbewliQfSvG6X1PLQ</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/SGmsaryNVpZBVQlLb0Jd">/pages/SGmsaryNVpZBVQlLb0Jd</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/V4HWwr7EbuENPA6fPXlF">/pages/V4HWwr7EbuENPA6fPXlF</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/F3IHnn26gIfcQai4HeTU">/pages/F3IHnn26gIfcQai4HeTU</a></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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.cryptodo.app/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.
