# How To Vote For A Witness

### Goal

Transfer a part of tokens *Golos Power* to vote for a witness candidate.

## Steps

The operation can be performed through the contract `gls.ctrl`.

### Step 1

Go to the page `https://golos.io/<@account name>/wallet` and review your token balance.

![](/files/-MCHUpQuul8iNhZBdGlj)

The field *Golos Power* displays number of tokens a part of which you can spend on voting for witness.

### Step 2

Go to the page `https://explorer.cyberway.io/account/gls.ctrl/contract`.

### Step 3

In menu that opens, select action `votewitness` and fill in the fields.

![](/files/-MCMG9HX7wNFI-D6dyr-)

**Fields:**

* `voter` - account ID that is voting for the witness candidate.
* `witness` - account ID of the witness candidate for whom the vote is cast.
* `authorization` - the same account ID that is voting.

### Step 4

Click `Build transaction`.

### Step 5

Review transaction. Make sure the transaction contains correct information.

### Step 6

Subscribe with your private key and click `Sign transation` to send it on blockchain.


---

# 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.cyberway.io/software_manuals/explorer_command_reference/witnessvote.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.
