> For the complete documentation index, see [llms.txt](https://guide-v1.elyfi.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-v1.elyfi.world/governance/on-chain-vote/selfi.md).

# How to get voting rights

1. **Access the ELYFI site and stake ELFI tokens.**

* In order to participate in ELYFI Governance, ELFI tokens must be staked in a staking pool. You can receive staked ELFI (sELFI) tokens as much as the staked quantity, and 1 sELFI token means 1 voting right.
* You can check how to stake ELFI tokens [here](https://elysia.gitbook.io/elyfi-user-guide/el-elfi-staking/staking).

![](/files/AIMOjvGlVCtvLi8rt3VX)

**2. You can also check the acquired sELFI tokens on Metamask. Activate Metamask and click import tokens button on the bottom.**

* The wallet must be connected to the **Ethereum Mainnet**.

![](/files/WYfi47zj0BDcAEr42Cxm)

**3. Click 'Custom Token' tab and enter 'sELFI token address' on the Token Contract Address. Then, you can check the automatically entered sELFI on the Token Symbol box. After that, click Add Custom Token.**

* sELFI Token Address: 0x24a7fb55e4ac2cb40944bc560423b496dfa8803f

![](/files/wbvSNDoqCjfsJPzwyS7t)

**4. Click the Import Tokens button on the bottom. Then you can see the sELFI token imported on the Metamask.**

![](/files/Q8S0kNiSPC18Kzb9pfuZ)

**5. Go to the On-chain Governance site back and click the Delegate vote button to activate the pop-up window.**

![](/files/C4CDbZUWz1CbcyMxeR9X)

**6. When a pop-up window appears, click the 'Delegate to self' button to proceed with the process of delegating voting rights to yourself.**

* After acquiring staked ELFI Tokens (sELFI) through ELFI token staking, you must proceed with the first vote delegation process. Delegating voting rights can be 'Delegate to self' or 'Delegate to an address'. To vote yourself, you must delegate to yourself.

![](/files/t90ZevovOJ4i7GLNscHz)

**7. Send a transaction by pressing the 'Confirm' button on Metamask.**

![](/files/xEzyajfwirQ9RfEJuO1I)

**8. You can check whether the transaction has been completed as a notification message at the bottom of the site.**

![](/files/aPyJsQ0yX0nqDqYtBGqg)

**9. When the transaction is completed, the voting status is changed from 'Undelegated' to 'Self Delegation' in the 'Delegating to' area showing the delegation status.**

* You can check the status of delegation by entering your wallet address in the link shared at the bottom and searching for it in your browser.
  * <https://www.withtally.com/voter/\\[your> Ethereum address]/governance/elyfi

![](/files/NX6D596rf0wI3Wwbo9nN)


---

# 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://guide-v1.elyfi.world/governance/on-chain-vote/selfi.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.
