# Delegate to a Validator

When you delegate to a validator you will increase their power while earning rewards minus that validators commission.

When you delegate to a validator, losses can occur due to that validator's inactivity or misbehavior.

Be sure to select a validator that you trust!

{% code overflow="wrap" %}

```sh
# layerd tx staking delegate [validator-addr] [amount] [flags]
# example delegating 12 TRB to tellorvaloper1dct4uwgcfjxqaphjm33n9fycxdz2m6
./layerd tx staking delegate tellorvaloper1dct4uwgcfjxqaphjm33n9fycxdz2m6 12000000loya --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/delegate-to-a-validator.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.
