# Select a Reporter

When you select a reporter you increase their reporting power while earning rewards minus the reporter's commission.\
\
When you select a reporter, losses can occur if that reporter is disputed.

Be sure to select an active reporter who you trust!

{% code overflow="wrap" %}

```sh
# layerd tx reporter select-reporter [reporter-address] [flags]
# Example selecting reporter tellor148zgkh394d382g4rft3dhl2wx0g6r743vv4q
./layerd tx reporter select-reporter tellor148zgkh394d382g4rft3dhl2wx0g6r743vv4q --from YOUR_ACCOUNT_NAME --fees 5loya --chain-id layertest-5 --node https://node-palmito.tellorlayer.com/rpc/
```

{% endcode %}


---

# 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.tellor.io/tellor/command-line-usage/leveraging-layerd/select-a-reporter.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.
