# AGNT Governance

### Governance

In the iAgent protocol, governance access will only be granted to $AGNT holders, $AGNT stakeholders, and LP stakeholders, as specified in the table below (the example is with 9 participants holding all the same amount of tokens). All participants can create Pre-proposals (on the official server to be announced) and then vote on the official on-chain proposal published by the team. The proposal pushed for voting will depend on holders and community engagement to each proposal.

<table><thead><tr><th width="190.22210693359375">Participants (plans)</th><th width="175.333251953125">Multiplier/Weight</th><th width="191.3333740234375">Tokens held (example)</th><th width="273.7779541015625">Voting power (Weight*Tokens Held)</th><th width="167.111083984375">Voting Power in %</th><th width="175.7777099609375" data-type="checkbox">Create Pre-Proposals</th><th width="145.7777099609375" data-type="checkbox">Vote Proposals</th></tr></thead><tbody><tr><td><strong>Token Holders</strong></td><td>1.0000</td><td>10,000</td><td>10,000</td><td>6.51%</td><td>false</td><td>true</td></tr><tr><td><strong>1-month Stakers</strong></td><td>1.0636</td><td>10,000</td><td>10,640</td><td>6.92%</td><td>false</td><td>true</td></tr><tr><td><strong>3-months Stakers</strong></td><td>1.2332</td><td>10,000</td><td>12,330</td><td>8.03%</td><td>false</td><td>true</td></tr><tr><td><strong>6-months Stakers</strong></td><td>1.5512</td><td>10,000</td><td>15,512</td><td>10.10%</td><td>true</td><td>true</td></tr><tr><td><strong>12-months Stakers</strong></td><td>2.2720</td><td>10,000</td><td>22,720</td><td>14.79%</td><td>true</td><td>true</td></tr><tr><td><strong>1-month LP Stakers</strong></td><td>1.2120</td><td>10,000</td><td>12,120</td><td>7.89%</td><td>false</td><td>true</td></tr><tr><td><strong>3-months LP Stakers</strong></td><td>1.5088</td><td>10,000</td><td>15,088</td><td>9.82%</td><td>true</td><td>true</td></tr><tr><td><strong>6-months LP Stakers</strong></td><td>2.1024</td><td>10,000</td><td>21,024</td><td>13.69%</td><td>true</td><td>true</td></tr><tr><td><strong>12-month LP Stakers</strong></td><td>3.4168</td><td>10,000</td><td>34,168</td><td>22.24%</td><td>true</td><td>true</td></tr><tr><td><strong>TOTAL</strong></td><td></td><td><strong>90,000</strong></td><td><strong>153,600</strong></td><td><strong>100.00%</strong></td><td>true</td><td>true</td></tr></tbody></table>


---

# 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.iagentpro.com/usdagnt-tokenomics/agnt-governance.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.
