# Delegation and Representation Ethereum address

The Meta Pool DAO operates on NEAR, so to vote, the representation of the Ethereum account has to be delegated to a NEAR account. This way, you can vote, receive payments for voting, etc., without having to remove your assets from the Ethereum network.

|                                                                          | NEAR                                                        | Ethereum                                                                                   |
| ------------------------------------------------------------------------ | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| **Vote**                                                                 | Vote on its Network. No representation delegation required. | Vote from the NEAR Network. Requires delegating representation to a NEAR account.          |
| **Payments for Voting**                                                  | Can claim the voting payments on its own Network.           | Has to claim the voting payments on the NEAR network from the NEAR representative account. |
| <p><strong>Manage lock position</strong><br>(Lock, unbond, withdraw)</p> | From its own network (NEAR).                                | From its own network (Ethereum).                                                           |

## How does representation with my NEAR account work?

Once your Ethereum account is delegated to your NEAR account, a new Drop Down in the Voting Power Dashboard appears on the NEAR representative network.

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

* Account (Wallet) information: <img src="/files/pNM2LiKNe4ra6xXyhjwf" alt="" data-size="original">&#x20;

  <figure><img src="/files/cOwyquKawKysLyLzRkWZ" alt=""><figcaption></figcaption></figure>
* Network selector: ![](/files/gerglhd5wYkyRB5sO5bB)      &#x20;

  <figure><img src="/files/Y6MrdcgTmoRRvIiJRbSV" alt=""><figcaption></figcaption></figure>
* Account to represent selector: ![](/files/fVKuoxwi5R0x1c6U3nwE)&#x20;

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

### Network selector

The Network Selector is used to choose the network you will be working with. In the section "My Votes, it allows you to perform different transactions depending on the selected network.

In this section, you can currently only choose between: NEAR or Ethereum.

With the ***Ethereum*** network, you can:

* Add Voting Power (Lock mpDAO)
* Unbond your Locking Positions
* Withdraw your mpDAOs.

With the **NEAR** network, you can:

* Represent multiple Ethereum accounts in addition to your own NEAR account.
  * For Voting
  * For claiming voting payments&#x20;
* For the NEAR account:&#x20;
  * Add Voting Power (Lock mpDAO)
  * Unbond your Locking Positions
  * Withdraw your mpDAOs.

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

{% hint style="info" %}
The payments for the votes must be claimed from the representative NEAR account. Never from the Ethereum network.
{% endhint %}

### Account to represent selector

From the NEAR network, you will be able to select which account you will be participating with in the Meta Pool DAO.

You can choose to act with the NEAR account itself or any of the represented Ethereum accounts.

The Ethereum accounts represented by the NEAR account can be recognized because they end with ***evmp.near***. This account name consist of ***"your Ethereum account number"*** + ***.evmp.near***. This is because evmp.near are mirrored Ethereum accounts that allow you to vote on the NEAR network.


---

# 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.metapool.app/master/meta-pool-ecosystem/vote-governance/my-votes/delegation-and-representation-ethereum-address.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.
