# Compete to win a Validator quota

### 1. Navigate to the "Compete to win a Validator quota" menu

If you're running from source code, please execute "yarn start-commander" to run the client.&#x20;

```
yarn start-commander
```

If you're running with Docker, please use the following commands to run it in interactive mode (assume the name of the container is "commander")

```
docker rm commander
docker run -it --name commander -v $HOME/.exsat/:/app/.exsat -e CLIENT_TYPE=commander exsatnetwork/exsat-client:latest
```

Then you can perform the "Compete to win a Validator quota" action by choose :&#x20;

Validator -> Compete to win a Validator quota

### 2. Execute "Compete to win a Validator quota"

When selecting "Compete for a Validator Quota," you may encounter the following scenarios:

1. **If quotas are available**, you will see a message: "Please confirm to participate in the competition." Press "Enter" to confirm.
   * The system will then attempt to call the Compete Contract for a validator quota. If successful, you’ll receive a congratulatory message as below. If unsuccessful, refer to scenario 2.<br>

     <figure><img src="/files/JDQJxGWCiLZdmYfGWLLD" alt=""><figcaption></figcaption></figure>
2. **If no quotas are available**, the message will state: "All quotas have been claimed. Please wait for the next round." Press "Enter" to exit, and wait for the next competition round to try again.<br>

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

If you successfully obtain a validator quota, you can become a Validator and participate in exSat consensus by keeping your client running. If you do not receive a quota, you can wait for the bridge to go live, bridge BTC to exSat, and complete the [staking ](/guides-of-data-consensus/others/operation-references/validator-operations/stake-for-validator-via-xbtc-staking-or-xsat-staking.md)process to become a Validator.


---

# 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.exsat.network/guides-of-data-consensus/others/operation-references/validator-operations/compete-to-win-a-validator-quota.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.
