# Run a Delegate Node

## Bootstrap a Full Node

{% hint style="success" %}
[-> Refer to the bootstrap guide on GitHub for configuring a full node ](https://github.com/iotexproject/iotex-bootstrap#iotex-delegate-manual)
{% endhint %}

## Configure a Delegate

When setting up a full node as a Delegate in the IoTeX network, it's recommended to mitigate external attack risks by not configuring the same node as a gateway. For comprehensive guidelines on establishing a Delegate, please refer to the specific documentation provided for this purpose. This ensures that your setup adheres to best practices for security and functionality within the IoTeX ecosystem.

Check the dedicated delegate documentation:

{% embed url="<https://delegates.iotex.io/>" %}

### Delegate Endorsement

**Delegate Endorsement** is a feature that allows aspiring Delegates to participate in IoTeX governance and consensus without meeting the 1.2M IOTX self-stake requirement. By receiving endorsements from stakeholders who stake on their behalf, Delegates can actively contribute to the network, while Endorsers earn rewards and influence governance without managing a node.

Learn more 👇&#x20;

{% embed url="<https://delegates.iotex.io/get-started/delegate-endorsement>" %}


---

# 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.iotex.io/depin/builders/node-operators/run-a-delegate-node.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.
