# Governance

$INT is the governance token for The Internet Token. Discussions can be found on the [governance forum](https://gov.theinternettoken.com/). Proposals and voting occurs on [Tally](https://www.tally.xyz/gov/internet-token-dao) and requires delegation of INT or IFTs in order to be eligible to vote on proposals. It is possible to delegate voting power to yourself or to another individual. This can be done in the following ways:

### Delegation of INT

On Tally there is a section titled "My Voting Power". Navigating here and it will display active delegation powers, both to and from.

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

Upon clicking Delegate there will be a prompt to delegate to "Myself" or "Someone else". Please chose the applicable, and if selecting "Someone else" enter their address. It is possible to update your delegate choice afterwards.

### Delegation of IFT

It is possible to delegate the 100k INT underlying each IFT for voting purposes. Currently, the only way to do this is through basescan:<br>

1. Visit the [IFT Read Contract](https://basescan.org/address/0x908083d7F9F9f52c386acb56D36C89cc0C6702df#readContract) page on basescan.org.
2. Expand the &#x37;**. nftVaults** box.
3. Paste the **ID** of your IFT and hit query.

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

5. Copy the contract address and paste this into the basescan search bar or click on the hyperlink after completing the query.
6. Navigate to the Contract tab > Write Contract and expand **1. delegate** box.

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

7. Click **Connect to Web3.**
8. Enter the address of the wallet you wish to receive the voting power of that IFT, be it self delegation or another wallet and hit Write.


---

# 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://internet-token.gitbook.io/internet-token/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.
