> For the complete documentation index, see [llms.txt](https://asvas-organization.gitbook.io/koboto-network-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asvas-organization.gitbook.io/koboto-network-interface/operaters-guide.md).

# OPERATERS GUIDE

Taking two approaches in consideration where we launch in the intial phase v0.1 on **eigen layer** for the ability to include optional proofs for outputs returned to the system. Once EigenLayer slashing is live, operators on EigenLayer registered as nodes can begin providing proofs for generated model operations, with their posted bond being slashed if they are found to generate a faulty inference .

On the other hand, we can take the agent builders bootstrapping **approach,** where we leverage diverse players in the ecosystem for combining compute and proof.

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

> Here is the description of both the approaches that we are taking to approach the market while building with robust players in the market -

1. **Initiation by Consumer**: The consumer, utilizing their designated Ethereum address within the koboto ecosystem, submits an inference request which contains input parameters necessary for the AI or ML model to process an inference task.
2. **Application Contract Activation**: The Application Contract, which resides on the Ethereum Virtual Machine (EVM)-compatible blockchain, acts as an intermediary that manages the submissions of inference requests. It receives input from the consumer and maps it to specific AI tasks.

\
\&#xNAN;***`**These first 2 steps are same in the approach an operator wants to run their off-chain node.`***


---

# 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://asvas-organization.gitbook.io/koboto-network-interface/operaters-guide.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.
