# Delegate

This section covers metrics related to delegates, such as their ranking, voting power, and participation behavior. It provides insights into the role of delegates within the governance process, highlighting their influence and activity over time.

***

## **Individual Delegate Card**:

<figure><img src="/files/098yGWvTemqdnut832H3" alt=""><figcaption></figcaption></figure>

**Ranking**: Delegate ranking based on voting power.

**Delegate Name:** Displays the name or ENS (Ethereum Name Service) address of the delegate.

**Delegated Token (% Voting Power):** This represent the percentage of total votable tokens that have been delegated to a specific delegate

**Delegating Address:** This number of delegators who have delegated their tokens to a particular delegate.

**Voting Turnout**: Tracks delegate engagement in proposals.

* **Active**: Delegates who maintain **over 65% voting participation both on-chain and off-chain** within the past 90 days.
* **Inactive**: Delegates who maintain **less than 65% voting participation either on-chain or off-chain** within the past 90 days.
* **Ghost**: Delegates who, despite receiving delegation, **have not exercised** their voting power.

**Most Offchain Recent Votes**: Shows the latest 5 offchain proposals voted/not voted by the delegate.

**Most Onchain Recent Votes**: Shows the latest 5 onchain voted/not voted by the delegate.


---

# 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-arbitrum.curiahub.xyz/dao-community/delegate.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.
