# Solver Network

The Solver Network Layer in the SyncAI Node operates as an finetuned AI inference layer, designed to convert user intents into executable blockchain interactions. This layer leverages a fine-tuned Large Language Model (LLM) to translate natural language inputs into actionable instructions that the blockchain can understand and execute.

## **Core Features:**

1. **Natural Language Understanding and Transformation:** The LLM layer specializes in natural language processing (NLP), taking user inputs and interpreting them based on contextual and semantic understanding. This process allows the network to comprehend user intents accurately, even if they are articulated in natural language.
2. **On-Chain Execution and Inference:** The LLM operates as an inference engine on-chain, directly interacting with the blockchain to transform interpreted intents into transactions. This capability allows the network to seamlessly convert human language into machine-executable instructions.
3. **Counterparty Discovery and Coordination:** The Solver Network Layer also facilitates multiparty coordination by identifying relevant counterparties based on user intents. This ensures that transactions requiring multiple participants can be effectively coordinated and executed with minimal friction.

## **Processing Workflow:**

* **Intent Interpretation:** The LLM analyzes user inputs to discern their intent, using NLP to derive actionable commands from the user's natural language requests.
* **Solution Matching:** The layer then matches the derived intent with potential solutions or transaction types that the blockchain can execute.
* **Execution:** Once a match is identified, the layer orchestrates the execution of the transaction by relaying the appropriate commands to the blockchain network.

The Solver Network Layer helps in natural language procession of intents into blockchain transactions. By leveraging a native fine-tuned AI model, it ensures accurate interpretation and efficient execution, enhancing the SyncAI Node's ability to facilitate seamless blockchain interactions.


---

# 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.syncai.network/sync-node/solver-network.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.
