> For the complete documentation index, see [llms.txt](https://docs-safedao.curiahub.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-safedao.curiahub.xyz/metrics/voter/voter-profile.md).

# Voter Profile

## **Profile**:&#x20;

Displays the complete voting history for each voter, allowing for detailed tracking of their actions in governance.

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

* **Delegated Token**: Shows the total voting power a delegate has received through delegation contracts.
* **Non-Conformity Ratio**: Tracks how often a voter votes against the majority decision, providing insight into their independent stance.

## **Voter Participation**:&#x20;

Summarizes the voter's participation in voting, including key metrics:

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

* **Total Proposal**: Represents the total number of proposals that the voter was eligible to vote on.
* **Participation Rate**: The percentage of eligible proposals that the voter participated in.
* **Total Voted**: The total number of proposals that the voter voted on.
* **Total Not Voted**: The number of proposals that the voter did not vote on.
* **Voting Choice**: Represents the choice made by the voter for each proposal.
* **Rationale Vote**: Tracks whether the voter provided a rationale and discussion for their vote, both on-chain and in forums.

## **Voting Powers**:

### **Delegated Tokens**:&#x20;

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

Tracks changes in the amount of delegated voting power over time.

### **Top 1000 Delegators**:&#x20;

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

Lists the top 1,000 delegators that have provided the most voting power to the delegate.

### **Safe Delegation UI**:&#x20;

<figure><img src="/files/5eKpEST8Cdbb2eXLejJ0" alt=""><figcaption></figcaption></figure>

Features tools for delegates to allow token holders to directly delegate voting power to them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-safedao.curiahub.xyz/metrics/voter/voter-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
