# Role of Searchers & Resolvers

### Searchers

Searchers act as real-time data acquisition agents within the solver ecosystem. They continuously monitor both on‑chain and off‑chain data sources, gathering critical market conditions, liquidity statistics, and external event signals.

* **Function**: By feeding the latest data into the solver module, searchers ensure that optimization algorithms have up-to-date information, which is crucial for making accurate matching and execution decisions.
* **Impact**: This proactive monitoring helps TETRICS adapt quickly to market fluctuations, ensuring that the execution plan remains optimal even in volatile conditions.

### Resolvers

Once the solvers generate an optimized execution plan, resolvers take charge of finalizing the plan for on‑chain execution.

* &#x20;**Function**: Resolvers reconcile the planned transactions with the current state of the blockchain and external protocols, resolving any conflicts or discrepancies that may arise due to timing or network changes.
* **Impact**: This final arbitration ensures atomic execution, meaning that either all components of the plan are successfully executed or the transaction is fully reverted, thereby preserving user funds and maintaining system integrity.


---

# 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://tetrics.gitbook.io/x/architecture/intent-centric-framework/solvers/role-of-searchers-and-resolvers.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.
