# How to delegate?

Token holders and delegates can analyze delegate voting power [here](https://dune.com/PierreYves_Gendron/notional-delegation).

## NOTE

NOTE token holders can delegate their voting power using the [delegate(address) function](https://etherscan.io/token/0xcfeaead4947f0705a14ec42ac3d44129e1ef3ed5#writeProxyContract#F2) on the [NOTE contract](https://etherscan.io/token/0xcfeaead4947f0705a14ec42ac3d44129e1ef3ed5#writeProxyContract#F2) on Ethereum Mainnet. To do so, one must enter the delegatee address and submit a transaction.

This can be done through Etherscan by entering the delegate's address and submitting the transaction. You will remain in control of your NOTE tokens but your voting power will be transferred to the delegate. One can change the address it delegates to at any time by calling the [delegate(address) function](https://etherscan.io/token/0xcfeaead4947f0705a14ec42ac3d44129e1ef3ed5#writeProxyContract#F2) again. One can also decide to self-delegate to its own address.

<figure><img src="/files/1m8SZvuvDBjyLUlrL1cK" alt=""><figcaption><p>NOTE contract delegate(address) function </p></figcaption></figure>

Bridged NOTE holders currently can't delegate their votes on Arbitrum but are able to directly vote on snapshot proposals.

## Staked NOTE

Staked NOTE token holders can delegate their voting power using the [delegate(address) function](https://etherscan.io/token/0x38de42f4ba8a35056b33a746a6b45be9b1c3b9d2#writeProxyContract#F6) on the [NOTE contract](https://etherscan.io/token/0x38de42f4ba8a35056b33a746a6b45be9b1c3b9d2#writeProxyContract) on Ethereum Mainnet. To do so, one must enter the delegatee address and submit a transaction.

This can be done through Etherscan by entering the delegate's address and submitting the transaction. You will remain in control of your Stkaed NOTE tokens but your voting power will be transferred to the delegate. One can change the address it delegates to at any time by calling the [delegate(address) function](https://etherscan.io/token/0x38de42f4ba8a35056b33a746a6b45be9b1c3b9d2#writeProxyContract#F6) again. One can also decide to self-delegate to its own address.

<figure><img src="/files/BLkckkS1kzCPjwS37ZYa" alt=""><figcaption><p>Staked NOTE contract delegate(address) function</p></figcaption></figure>


---

# 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.notional.finance/notional-governance/note-delegation/how-to-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.
