# Running a Job

In order to create a job, you will need to deploy a **Clarity smart contract** that is conform with the Arkadiko Keeper Automation trait (`arkadiko-automation-trait-v1`, TODO: add mainnet link).&#x20;

High-level, you can automate your smart contract using the following steps:

1. Make your contract **Keepers-compatible** so the Keepers Network knows how to check if your contract should be called, and what to do when calling your contract.
2. **Fund your address in the Arkadiko Job Registry** with sufficient DIKO and STX (we recommend about 2000 DIKO and 15 STX). The DIKO and STX will be credited each time your smart contract runs. Currently, one smart contract execution costs 10 DIKO as a reward for the keeper and 0.001 STX as a reward for the gas fee.
3. After your job is registered and funded, you can **manage** it (e.g. enable/disable) through the job registry smart contract.

You can read a small tutorial and example use case in the [Keepers-compatible contracts](/keepers/keepers-compatible-contracts.md) section.


---

# 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.arkadiko.finance/keepers/running-a-job.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.
