> For the complete documentation index, see [llms.txt](https://developers.mstable.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.mstable.org/emissions-controller/votiumbribeforwarder.md).

# VotiumBribeForwarder

## Process

![](/files/ZV06gej4ysr2Tt779io7)

## Functions

### depositBribe()

`function depositBribe (uint256 amount, bytes32 proposal) external`

Deposits a bribe into Votium, choiceIndex must be set previously.

| Parameter  | Type    | Description                                                      |
| ---------- | ------- | ---------------------------------------------------------------- |
| `amount`   | uint256 | the amount of reward tokens to deposit including decimal places. |
| `proposal` | bytes32 | votium brive proposal                                            |

### updateChoiceIndex()

`function updateChoiceIndex (uint256 _choiceIndex) public`

Updates the choice index used for the bribe.

| Parameter      | Type    | Description            |
| -------------- | ------- | ---------------------- |
| `_choiceIndex` | uint256 | the bribe choice index |
