Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protocol/0071-STAK-erc20_governance_token_staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Unlike the ERC-20 or ETH bridges however, the Staking Bridge does not rely on an

### Vega network

Staked assets will appear in a user's [staking account](./../protocol/0013-ACCT-accounts.md) once the Vega network sees the relevant `Stake_Deposited` event(s) with enough confirmations (defined by a network parameter). As the staked tokens will be used for [governance](./../protocol/0028-GOVE-governance.md), the governance will weight votes based on the staking account balance instead of the general account balance. Delegation functionality will also use the staking account balance as the source of truth for the maximum number of delegated tokens.
Staked assets will appear in a user's [staking account](./../protocol/0013-ACCT-accounts.md) once the Vega network sees the relevant `Stake_Deposited` event(s) with assurance of Ethereum finality. As the staked tokens will be used for [governance](./../protocol/0028-GOVE-governance.md), the governance will weight votes based on the staking account balance instead of the general account balance. Delegation functionality will also use the staking account balance as the source of truth for the maximum number of delegated tokens.

- Vega will have a new `stake account` account type to track the balance of staked tokens for each public key
- Vega will listen for `Stake_Deposited` events from the staking bridge and ERC-20 vesting contracts (see below) and increase the balance in the appropriate party's stake account by the amount deposited each time new stake is deposited
Expand Down