> For the complete documentation index, see [llms.txt](https://docs.iob.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iob.fi/tutorials/rinkeby-testnet/popular-vote-token-request-and-voting.md).

# Popular Vote Token Request and Voting

## Setting up MetaMask on PC

MetaMask is a Web3 wallet. Rinkeby uses test ETH, not the regular ETH.&#x20;

### Installing MetaMask for your browser

Chrome: <https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn> Firefox: <https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/>

#### Creating a wallet and store your seed phrase in a safe place

![](/files/-MJ4Kl9IOVG76GoIj0SZ)

#### Changing your network to Rinkeby

![](/files/-MJ4Kl9JJY0aIe6jSysJ)

## Requesting some test ETH for your new MetaMask wallet

Go to <https://faucet.rinkeby.io/>

Click the tweet button at the bottom of the page.

![](/files/-MJ4Kl9KVjEtuHDNFFGQ)

Sign in or create a twitter account.

Replace the 0x0 address with your own from MetaMask.

![](/files/-MJ4Kl9LIA_iCtQFQn5p)

![](/files/-MJ4Kl9ME4Am_pbfDNrp)

Tweet it and copy the link to the tweet.

![](/files/-MJ4Kl9NFWojGYlOoiHm)

![](/files/-MJ4Kl9OfywH2z1v0fbV)

Go back to the Rinkeby faucet and paste your tweet link in.

Select 18.75 Ethers / 3 days.

![](/files/-MJ4Kl9Pm-fXUgMDHdmu)

Congrats! You can now use MetaMask on Rinkeby.

## Requesting FI-POPULAR-VOTE Tokens from Token Request

1. Go to [iob.fi DAO Popular Vote Token Request](https://rinkeby.client.aragon.org/#/fipopularvote/0x9e1110b76b469d020184da374ddb334c2fc5308f/) page.&#x20;
2. Connect your MetaMask wallet.

![](/files/-MJ4Kl9Q_7vP4SP5RwM4)

Make a new request for 368 FI-Popular-Vote Tokens.

![](/files/-MJ4Kl9RPTZDie01YxLl)

![](/files/-MJ4Kl9Sh76ZtycBmwam)

Create the transaction

Confirm the transaction

![](/files/-MJ4Kl9TH3I-HY3d2SkK)

Go to My Requests

Submit your request

![](/files/-MJ4Kl9UYW88_XjFQXuH)

Create the transaction

Confirm the transaction

You now have 368 FI-Popular-Vote Tokens!

## Adding a custom token to your MetaMask Wallet

Click the Add Token button in MetaMask.

![](https://lh6.googleusercontent.com/cwPsh9LcK3EfhabgMYYDHESzuZWglKtZ8I848xbgihz41urnPjNJHtVfx60WmUvQEVOKbG0HFGyr4EAaSIcF3BQj1eEJ-8apxo013PwRDjFVMAFhJJW9MTG0BYUEWheXzAXOV0OM)

Click Custom Token

![](https://lh6.googleusercontent.com/WWK5CwocNzy2xAC3-1OLoKUZIMjwZLUXeXyzqw8sCAPztwuDNJj2xxKvfWxaIMFY_TLetOHCRLaFKqPf6BGPIhGJUa-5ZjmHG3GPgVncl4Givk1uI122oHvoSj1S8i0MD4MAIpD6)

Enter the FI Popular Vote token address and click Edit

![](https://lh4.googleusercontent.com/nbVGCaFzXp960z4keZtBN1vjyFpKjeP-cGWz3r6VQA_TD7QqUgRpvT9yn6QJrDaYrKf2-xmI36L52hqmC49e6q4VhWZXb_UfZ0t_sBscvaZ_jObhsRlL4GsvuIMBS2Zm7KgwyaJ8)

Change the name to FI-Popular and click Next

Finally, click Add Tokens

## Voting on the Rinkeby DAO

Go to <https://rinkeby.client.aragon.org/#/fipopularvote/>

Connect your MetaMask

![](/files/-MJ4Kl9VF4PblXY0r_-O)

Go to the Voting app.

Whenever there is a vote, you can vote on it. Once you have gotten FI-Popular-Vote Tokens from an airdrop.

Open a vote.

Choose Yes or No accordingly.

![](/files/-MJ4Kl9Wyd2CYuqrudew)

Create the transaction

![](/files/-MJ4Kl9XoUIg7kF5BUrK)

Confirm the transaction

![](/files/-MJ4Kl9YdjjP3eMQtnKs)

#### Congrats!

You have successfully voted on the DAO!


---

# 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://docs.iob.fi/tutorials/rinkeby-testnet/popular-vote-token-request-and-voting.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.
