# Executors

Anyone can execute the tasks. Successful executor will receive reward set in the smart contract.

All scheduled tasks are stored in the box storage at the task pool contract.

List of deployed task pool contracts:

* Algorand Testnet: 643872805

Sample executor code is here: <https://github.com/scholtz/BiatecCron/blob/main/src/bin/executor.ts>&#x20;

This sample executor can be run as [docker image](https://hub.docker.com/r/scholtz2/biatec-cron-executor/tags) or as the [kubernetes deployment](https://github.com/scholtz/BiatecCron/blob/main/k8s/executor/testnet/deployment-main.yaml).


---

# 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-scheduler.biatec.io/biatec/executors.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.
