# Proposal voting guide

## 1.Add metamask wallet plug-in and BSC main network

#### 1.1 add metamask plug-in

Search for metamask in the Chrome browser app store and click Add to chrome.

#### 1.2 add BSC main network

‌Step 1: click the network switch button above and select custom RPC to enter the network settings;‌

Step 2: input network information and click save

·BSC main network information

Network Name: (user-defined, easy to identify) BSC Mainnet

New RPC URL: <https://bsc-dataseed1.binance.org> :443

Chain ID: 56

Symbol: BNB

Block browser URL: <https://bscscan.com/>

![图片](/files/-MfRMWWetvqZc1-emJuY)

![图片](/files/-MfRMWWfDY9jHL12JUHa)

## 2.How to view the proposal

#### 1.1 Enter BakerDao governance website homepage

Link：<https://vote.bakerfi.com/>

#### 1.2 Browse and view proposals

Go to the bottom of the homepage to find the latest proposal. Click \[View Proposal] to enter the proposal details page, where you can see the details of the proposal.

![图片](/files/-MfRMWWgmwwuVuuQwIdf)

![图片](/files/-MfRMWWhIL2Inyz6oHHK)

## 3.How to vote for a proposal

#### 1.1 Vote on the proposal details page or the day list page

On the proposal details page, click \[Participate in voting] or click \[Vote] on the proposal list page

![图片](/files/-MfRMWWigXEgOY0gMwYu)

![图片](/files/-MfRMWWjv7BzZCZ2E_hi)

#### 1.2 Submit vote

In the voting confirmation pop-up window, you can enter a comment in the \[Reason for Your Support] area, and then click \[Submit Vote].

![图片](/files/-MfRMWWkGBSGPD5uUE8r)

#### 1.3 Request signature

1\. Cancel: cancel the submission of the vote, you can resubmit the vote and comment

2\. Signature: Submit votes and comments, enter the confirmation transaction page

![图片](/files/-MfRMWWlVR_q6okRj4DM)

#### 1.4 Confirm transaction

Click the \[Confirm] button and wait for the completion of the loading animation, and the voting and comments are submitted successfully

![图片](/files/-MfRMWWmz39VN6ERcr1V)

## 4.View poll results and content

#### 1.1 Enter proposal details

After successfully participating in the voting, click \[My Voting] on the proposal list page to enter the proposal details.

![图片](/files/-MfRMWWntTEMLHunpRR7)

#### 1.2 View supporters

After a successful vote, your information, percentage of votes and address will be displayed in the supporter area

![图片](/files/-MfRMWWofLJrGSHU7rtv)

1.3 View comments

On the proposal details page, click the comment button to see related comments about this proposal.

![图片](/files/-MfRMWWpTPEQxwpNMsKN)


---

# 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.bakerfi.com/bakerdao/en/guide/vote-guide.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.
