> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/network-governance/post-system-vote.md).

# Post system vote

### Example

```javascript
const unitHash = await client.post.systemVote(
  { subject: 'base_tps_fee', value: 10 },
  { wif }
);
```

### Returns&#x20;

```javascript
'unitHashBase64='
```

{% embed url="<https://governance.obyte.org/>" %}
