# Competitive Scout Optimization

Scout nodes are pivotal elements within Chasm's CoDEX, responsible for delivering LLM results with precision and speed. Effective optimization of these nodes is crucial for maintaining peak system functionality. The Scout nodes in the competitive ranking will have access to a pool of emissions, similar to the system used in Bittensor's ecosystem.

### How to Optimize Your Scout

The primary goal is to enhance the consistency, uptime, and response time of the Scout nodes to ensure they operate at peak efficiency. Here are a few strategies for optimizing your scouts:

#### Infrastructure Management

Ensure Scout nodes are hosted on robust servers equipped to handle anticipated loads, optimizing for performance and stability:

* [**Docker**](https://www.docker.com/)**:** Utilize Docker for scalable and efficient management of containerized applications. This allows for agile adjustments to resources based on demand.
* [**PM2**](https://pm2.keymetrics.io/)**:** Implement PM2 for improved security and uptime. This tool automates process management, helping to streamline deployments and maintain operations through continuous monitoring and automatic restarts.

#### Redundancy and Reliability

To minimize downtime and maintain continuous service availability:

* **Failover Mechanisms:** Implement robust failover systems that automatically switch to backup operations if the primary systems fail.
* **External Resources:** Integrate third-party cloud services or deploy self-hosted GPU clusters to augment computing power and provide additional redundancy.

#### Update the Latest Code

Scout node code is updated periodically. Ensure you are running the latest version of the Scout nodes to achieve the best performance.

## Running a Dispute Scout

Advanced users can also run a [Dispute Scout instance](/chasm-scout-season-0/dispute-scout-setup-guide.md) in order to possibly get even higher scores.&#x20;


---

# 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://network-docs.chasm.net/chasm-scout-season-0/competitive-scout-optimization.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.
