> For the complete documentation index, see [llms.txt](https://developers.aixchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.aixchain.com/build-node/super-representative/how-to-become-a-sr.md).

# How to become a SR

In AIXChain network, any account can apply to become a super representative candidate. Every account can vote for super representative candidates. The top 27 candidates with the most votes are the super representatives. Super representatives can produce blocks. The votes will be counted every 6 hours, so super representatives may also change every 6 hours.

To prevent a vicious attack, AIXChain network burns **9999** Aixc from the account that applies to become a super representative candidate. We can change the number to create a Proposal and SRs can vote or not. SR has a config named “Brokerage”, the value can be changed by SR and applied on the next maintenance time (6 hours). The Brokerage value is a strategy for SR to get the votes from accounts.

* Vote Rewards: **64** Aixc
* Block Rewards: **128** Aixc

Apply to be a Super Representative from Explorer

![](https://lh4.googleusercontent.com/nWC-Td02uirSXneUfJBZOUEgYHP4xQJa6jrJbeN9ZrMoWl2-yqeQXxB4JA-hHQvdi04ZBn1wn7YdgVkgLAuenGgBdxiC4uOICxeH4LM3P_6PTRCp5kJpa3gIuI1GKhaMp-NCIL6p)


---

# 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://developers.aixchain.com/build-node/super-representative/how-to-become-a-sr.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.
