> For the complete documentation index, see [llms.txt](https://docs.cryptodo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptodo.app/smart-contracts.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.cryptodo.app/smart-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
