# 3-5. Calculation Method for JOB Execution Fees

#### Fuel Price

FuelPrice can be determined by the requester without any lower or upper limits.

For example, 120,000 fuel is required to execute a JOB. Set the 1 Fuel Price to 120Gholon and request it.

Example.

```
120,000 Fuel x  120 G holon = 1.44 $Emeth ( 14,400,000 G holon )
0.014,400,001$Emeth
 14,400,000 
```

* Job Requester: The entity that requests a job to be carried out.
* Assigned Job Execution Node: The EMETH node is declared to execute the job.
* Management Process: A process for dividing jobs into smaller sub-jobs and integrating results.

#### **State Transition Diagram**

<figure><img src="/files/xIjMh2xlKryDAVx8D7dl" alt=""><figcaption></figcaption></figure>


---

# 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://emeth-1.gitbook.io/emeth-white-paper-en/3.token-economy/3-5.-calculation-method-for-job-execution-fees.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.
